Metadata-Version: 2.1
Name: procrastinate
Version: 0.0.0
Summary: Postgres-based distributed task processing library
Home-page: https://github.com/peopledoc/procrastinate
Author: PeopleDoc
Author-email: joachim.jablon@people-doc.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Provides-Extra: lint
Provides-Extra: dev
Provides-Extra: docs
Provides-Extra: test
Requires-Dist: attrs
Requires-Dist: pendulum
Requires-Dist: importlib-metadata
Requires-Dist: psycopg2; platform_system != "Darwin"
Requires-Dist: psycopg2-binary; platform_system == "Darwin"
Provides-Extra: dev
Requires-Dist: black; extra == 'dev'
Requires-Dist: isort; extra == 'dev'
Provides-Extra: docs
Requires-Dist: doc8; extra == 'docs'
Requires-Dist: sphinx; extra == 'docs'
Requires-Dist: sphinx-autodoc-typehints; extra == 'docs'
Provides-Extra: lint
Requires-Dist: black; extra == 'lint'
Requires-Dist: flake8; extra == 'lint'
Requires-Dist: isort; extra == 'lint'
Requires-Dist: mypy; extra == 'lint'
Provides-Extra: test
Requires-Dist: pytest; extra == 'test'
Requires-Dist: pytest-mock; extra == 'test'
Requires-Dist: pytest-cov; extra == 'test'

Soon to be uploaded


