pypastry

View on PyPIReverse Dependencies (0)

0.3.0 pypastry-0.3.0-py3-none-any.whl

Wheel Details

Project: pypastry
Version: 0.3.0
Filename: pypastry-0.3.0-py3-none-any.whl
Download: [link]
Size: 13245
MD5: 529c7761689021743a6ea3eaf522faa7
SHA256: 12c128b3f88e62ca437010e520007c64c9e94e3a684c47b21377383f057042e5
Uploaded: 2021-06-16 14:01:09 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: pypastry
Version: 0.3.0
Summary: PyPastry machine learning experimentation framework
Author: Daoud Clarke
Home-Page: https://github.com/datapastry/pypastry
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.5
Requires-Dist: tomlkit
Requires-Dist: pandas
Requires-Dist: scikit-learn
Requires-Dist: pyarrow
Requires-Dist: gitpython
Requires-Dist: pytest
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 4146 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.36.2)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
data/pie.py sha256=fbzbfxuX_JoGbtATCkdGEocVGmLQRtEkbizAUxw5IIQ 644
pypastry/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pypastry/display.py sha256=diczY47I-HR9GNF4It7A5Z-x_I2WX9Z6lbalDbwDF6k 2968
pypastry/paths.py sha256=PuXzDE3ntZ72Qvv5laqwW8_V5KC2ILUW8chOgMYXZi8 113
pypastry/commands/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pypastry/commands/init.py sha256=aQj-kTVt7s7gnzboSi1-tdBcfyKpM7Ilx2ZOq-vWOvA 542
pypastry/commands/print_.py sha256=SuiDDhJHhkKT7W0uqSUS0cVDSl9zKrlD2JYCXM2O_78 1007
pypastry/commands/run.py sha256=B0Qr_e4boDyaXPeXYc4Cync-n4IW2fB1Z9c3o4w1IpA 717
pypastry/experiment/__init__.py sha256=ddFCYOk19xYqMPopWtOePtL234mDh3vlPh7UGIaX-k4 1630
pypastry/experiment/evaluation.py sha256=tLxrYYVLmAsELK6dKZcNTgnnZn45h7_ZGnzMpr_fcgg 8118
pypastry/experiment/hasher.py sha256=_uGrSNnNlT8sL8xr5NpcPov_RCqhCCxdh04FhOOaviE 694
pypastry/experiment/results.py sha256=vDsQwqCX2l-oAzC2ELCg4C-GwZSLiGWOfXaZydvbBWg 1353
pypastry-0.3.0.data/scripts/pastry sha256=N9NkIZFa_UT8SuwhgMCffISoJrO13DEMSR02oAvwZJg 1236
pypastry-0.3.0.dist-info/LICENSE sha256=omWXlsHswRu8g1UQU1FnceUUtQpxIC-DXSY1KwFQZqc 1067
pypastry-0.3.0.dist-info/METADATA sha256=2BUL2cbKSy8isXvjwinrtvFJyXK5ptDOckrnS8SfNc0 4844
pypastry-0.3.0.dist-info/WHEEL sha256=OqRkF0eY5GHssMorFjlbTIq072vpHpF60fIQA6lS9xA 92
pypastry-0.3.0.dist-info/entry_points.txt sha256=5dVPMhGDxfE5fKCE97VyfyvayufiubvEcDesqrhCxrs 122
pypastry-0.3.0.dist-info/top_level.txt sha256=nvasYcZMgnzRejR77zTMDI2jpeCrkxMrKzOrcDh3KjE 18
pypastry-0.3.0.dist-info/RECORD

top_level.txt

data/pie
pypastry

entry_points.txt

init = pypastry.commands.init:run
print = pypastry.commands.print_:run
run = pypastry.commands.run:run