chart_me

View on PyPIReverse Dependencies (0)

0.2.0 chart_me-0.2.0-py3-none-any.whl

Wheel Details

Project: chart_me
Version: 0.2.0
Filename: chart_me-0.2.0-py3-none-any.whl
Download: [link]
Size: 16148
MD5: eea10e9a4edc48dbabb935192656060d
SHA256: d22863f952962febabb1b11c23f099d61d68f12ac9cdf00b78858b40e5e46c92
Uploaded: 2024-06-01 14:13:47 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: chart_me
Version: 0.2.0
Summary: Charting that keeps you in the EDA flow
Author-Email: Luke Garzia <garzia.luke[at]gmail.com>
Project-Url: Home, https://github.com/lgarzia/chart_me
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.10
Requires-Dist: pandas
Requires-Dist: altair
Requires-Dist: typing-extensions
Requires-Dist: typer
Requires-Dist: sphinx; extra == "doc"
Requires-Dist: myst-nb; extra == "doc"
Requires-Dist: sphinx-rtd-theme; extra == "doc"
Requires-Dist: sphinx-autoapi; extra == "doc"
Requires-Dist: pytest; extra == "test"
Requires-Dist: vega_datasets; extra == "test"
Requires-Dist: notebook; extra == "test"
Requires-Dist: pre-commit; extra == "test"
Requires-Dist: interrogate; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: tox; extra == "test"
Requires-Dist: mypy; extra == "test"
Requires-Dist: black; extra == "test"
Requires-Dist: flake8; extra == "test"
Requires-Dist: isort; extra == "test"
Requires-Dist: bump2version; extra == "test"
Requires-Dist: flake8-comprehensions; extra == "test"
Requires-Dist: types-python-dateutil; extra == "test"
Provides-Extra: doc
Provides-Extra: test
Description-Content-Type: text/markdown
[Description omitted; length: 1917 characters]

WHEEL

Wheel-Version: 1.0
Generator: flit 3.9.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
chart_me/__init__.py sha256=8m5iYmYHB5jd2pNrc7CFnqy9OPIwsKd34hjF2zkJBvY 257
chart_me/__main__.py sha256=wnt5ACCv7A5hPcvgLsTJ5Uk5L66F3UaDzMyK7VKi-lw 205
chart_me/chart_configs.py sha256=4WCqFFSmLcI4ovekmRHdSRtDhlUlPb6Cs8CENuZtmQo 885
chart_me/chart_me_logic.py sha256=j_8uuHAq7epJ2SHprVkTpYIAHgeDe1Wyo5YTR1tyO5w 1622
chart_me/data_validation_strategy.py sha256=W0XF8lfzC2Qgz3S4bKt0FlJyaZQxitr6ChQaJlgifNU 2473
chart_me/datatype_infer_strategy.py sha256=FEVZCkpysyAFlWLvgB0urxboGqGTNXR5lXJusQ7mdGw 8885
chart_me/errors.py sha256=FcXQTiuA9s-yIXoOe6nru3cFnISE4qD3Pk360dDelOg 1035
chart_me/pandas_util.py sha256=X9zkFY1Y9Q5lLO22q75qeEmsNXKOc9gCOzuMiHvloro 2329
chart_me/charting_assembly_strategy/__init__.py sha256=oIo-eA4cL3XckS6-0j09VQJcMMZAS4Q0guPoe7i2ITU 4400
chart_me/charting_assembly_strategy/bivariate.py sha256=k6lX67GNKp8Thi22tFBD5cwKU_MHp2mXlN7aHxXDzwQ 11641
chart_me/charting_assembly_strategy/univariate.py sha256=GMY8kCm6-65nCCGl5NVZma47Xwd9ET_vIDjEJNRdsv8 3224
chart_me-0.2.0.dist-info/entry_points.txt sha256=T-uV53q1jU4dzBtxYx7qpb-J9biPUFtNZ9itRMeFTq4 51
chart_me-0.2.0.dist-info/LICENSE sha256=UqOJmDTctXaMAoyG8fCbG4pk5DBmt76yDBs1KvfkFpU 1099
chart_me-0.2.0.dist-info/WHEEL sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4 81
chart_me-0.2.0.dist-info/METADATA sha256=9Dj5QdL5fbx2_AF_pBIK3xIjA4P3pl8UfGqNNQrZSvg 3164
chart_me-0.2.0.dist-info/RECORD

entry_points.txt

chart_me = chart_me.__main__:main