Metadata-Version: |
2.1 |
Name: |
workflow |
Version: |
2.1.6 |
Summary: |
Simple workflows for Python |
Author: |
Invenio Collaboration |
Author-Email: |
info[at]inveniosoftware.org |
Home-Page: |
https://github.com/inveniosoftware/workflow |
Keywords: |
workflows,finite state machine,task execution |
Classifier: |
Programming Language :: Python |
Classifier: |
Programming Language :: Python :: 2 |
Classifier: |
Programming Language :: Python :: 2.7 |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3.6 |
Classifier: |
Development Status :: 5 - Production/Stable |
Classifier: |
Environment :: Other Environment |
Classifier: |
Intended Audience :: Developers |
Classifier: |
License :: OSI Approved :: BSD License |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Classifier: |
Topic :: Software Development :: Libraries :: Application Frameworks |
Classifier: |
Topic :: Utilities |
Platform: |
any |
Requires-Dist: |
autosemver (~=0.5) |
Requires-Dist: |
configobj (>4.7.0) |
Requires-Dist: |
blinker (>=1.3) |
Requires-Dist: |
six |
Requires-Dist: |
enum34 (>=1.0.4) |
Requires-Dist: |
Sphinx (>=1.4.2); extra == "all" |
Requires-Dist: |
coverage (>=4.0); extra == "all" |
Requires-Dist: |
mock (>=1.0.0); extra == "all" |
Requires-Dist: |
isort (>=4.2.2); extra == "all" |
Requires-Dist: |
pytest-cache (>=1.0); extra == "all" |
Requires-Dist: |
pytest-cov (>=1.8.0); extra == "all" |
Requires-Dist: |
pytest-pep8 (>=1.0.6); extra == "all" |
Requires-Dist: |
pytest (>=2.8.0); extra == "all" |
Requires-Dist: |
Sphinx (>=1.4.2); extra == "docs" |
Requires-Dist: |
coverage (>=4.0); extra == "tests" |
Requires-Dist: |
mock (>=1.0.0); extra == "tests" |
Requires-Dist: |
isort (>=4.2.2); extra == "tests" |
Requires-Dist: |
pytest-cache (>=1.0); extra == "tests" |
Requires-Dist: |
pytest-cov (>=1.8.0); extra == "tests" |
Requires-Dist: |
pytest-pep8 (>=1.0.6); extra == "tests" |
Requires-Dist: |
pytest (>=2.8.0); extra == "tests" |
Provides-Extra: |
all |
Provides-Extra: |
docs |
Provides-Extra: |
tests |