pyperunner

View on PyPIReverse Dependencies (0)

0.1.0rc1 pyperunner-0.1.0rc1-py3-none-any.whl

Wheel Details

Project: pyperunner
Version: 0.1.0rc1
Filename: pyperunner-0.1.0rc1-py3-none-any.whl
Download: [link]
Size: 32965
MD5: f86ae7a41b3ab0277ae88d1af3bdd80c
SHA256: e3c4d2bc49bb397ba4c52a33041d791e5b7832c8484d5c3b80a8ad72f1d04ff2
Uploaded: 2021-01-03 18:26:48 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: pyperunner
Version: 0.1.0rc1
Summary: Yet another ETL pipeline runner for python, using multiprocessing and directed acyclic graphs.
Author: Gregor Lichtner
Maintainer: Gregor Lichtner
Home-Page: https://github.com/glichtner/pyperunner/
License: GNU General Public License v3
Keywords: pyperunner
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: grandalf (==0.6)
Requires-Dist: networkx (==2.5)
Requires-Dist: coloredlogs (==15.0)
Requires-Dist: pydot (==1.4.1)
Requires-Dist: joblib (==0.17.0)
[Description omitted; length: 9974 characters]

WHEEL

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

RECORD

Path Digest Size
examples/__init__.py sha256=hTnK_IueHHRZwK21UU_PHTlTCx45Uw1DpB-XE_BSW7Y 61
examples/hello-world-class.py sha256=UWwSEF0a23LMu4PepVopmsSFDP5BRJDrDtuPg6cnKnw 717
examples/hello-world-func.py sha256=2FR-PvizCTehBFXyHpVJdeWsG0dDDIHTvyfofjyzw9o 773
examples/hello-world.py sha256=EI3WFR_pfS_Jd4sQVB9LSKMOKEGi_bVvRBJwIoppTj0 469
examples/multi-path.py sha256=2fM8tJodr4ZITCbHrEYxqRkreon2aiq45SUKRKhiAZQ 1786
examples/pipeline.py sha256=fjqGrDVdE1gZZRsS30v3QOZpkIgys-bX0uB2C7WsbhQ 1806
pyperunner/__init__.py sha256=nMV_GEK9z64nMYrkIJ2PK1dVEh0nLp5wcvOD_evq1gg 204
pyperunner/decorator.py sha256=Zx7dhUtpx6T-KGQPvBO9CCtvvUp5-WLUJpLpg74xAuQ 917
pyperunner/pipeline.py sha256=Cx9MQax4P4GELlNLRVXgZ6mPiJeJmEVNr7TAr_AdzIQ 4903
pyperunner/result.py sha256=1C3hSfCJTCu-UHA1iGycWfIBVB64Vhz6yBb08vimkEs 1437
pyperunner/task.py sha256=iHU4eBN0YC2C43RFqf0XpC2ovgIaAOHAC5tx0AVXy3I 5280
pyperunner/util.py sha256=3HFs1VHLvefFMSnV9sdXgTL31H20588OJJgeDWjyZlI 2022
pyperunner/version.py sha256=9nixZb9lFjFQvbG9Q11wvWamgwFTwVrV0QxTzWAolNc 25
pyperunner/dag/__init__.py sha256=v22OMkXROu8RKv3oXPdv7oJmrvk5Yigujo3RlRFLGhs 3436
pyperunner/dag/dagascii.py sha256=eKpBGyDIpEaDKwOwqb-arM2fA2UZsR_i9TnZSlCXQGU 8629
pyperunner/runner/__init__.py sha256=LjDiBHbhc193vcWBHu8jgwwO_cbNn6jK8ohZ6vjAvyc 33
pyperunner/runner/logger.py sha256=8Ag3GkITsOuZZSEBVIeladRtNNK-Z_kZu_Tc0v5JRmA 1631
pyperunner/runner/multiprocess.py sha256=5lkVsAhWdciOCGOuzqr3Jx1M8uoc_kOCT1p4HYEA6wM 7548
pyperunner-0.1.0rc1.dist-info/LICENSE sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY 35149
pyperunner-0.1.0rc1.dist-info/METADATA sha256=v-iyC_ZZZZCvLdCzd8QqHqHvTFiV0fSGOp2hkvn8PBk 10770
pyperunner-0.1.0rc1.dist-info/WHEEL sha256=S6zePDbUAjzMmpYOg2cHDxuYFWw7WiOXt6ogM6hIB5Q 92
pyperunner-0.1.0rc1.dist-info/top_level.txt sha256=C_WBRmk-NL91GQSmVXGyayhO46PQVO-yQppMAZSPMMM 20
pyperunner-0.1.0rc1.dist-info/RECORD

top_level.txt

examples
pyperunner