Metadata-Version: |
2.1 |
Name: |
jobflow |
Version: |
0.1.18 |
Summary: |
jobflow is a library for writing computational workflows |
Author-Email: |
Alex Ganose <a.ganose[at]imperial.ac.uk> |
Project-Url: |
homepage, https://materialsproject.github.io/jobflow/ |
Project-Url: |
repository, https://github.com/materialsproject/jobflow |
Project-Url: |
documentation, https://materialsproject.github.io/jobflow/ |
Project-Url: |
changelog, https://github.com/materialsproject/jobflow/blob/main/CHANGELOG.md |
License: |
modified BSD |
Keywords: |
high-throughput,workflow |
Classifier: |
Development Status :: 5 - Production/Stable |
Classifier: |
Intended Audience :: Information Technology |
Classifier: |
Intended Audience :: Science/Research |
Classifier: |
Intended Audience :: System Administrators |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.11 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Topic :: Database :: Front-Ends |
Classifier: |
Topic :: Other/Nonlisted Topic |
Classifier: |
Topic :: Scientific/Engineering |
Requires-Python: |
>=3.9 |
Requires-Dist: |
PyYAML |
Requires-Dist: |
maggma (>=0.57.0) |
Requires-Dist: |
monty (>=2023.9.25) |
Requires-Dist: |
networkx |
Requires-Dist: |
pydantic-settings (>=2.0.3) |
Requires-Dist: |
pydantic (>=2.0.1) |
Requires-Dist: |
pydash |
Requires-Dist: |
pre-commit (>=2.12.1); extra == "dev" |
Requires-Dist: |
typing-extensions; python_version < "3.11" and extra == "dev" |
Requires-Dist: |
autodoc-pydantic (==2.1.0); extra == "docs" |
Requires-Dist: |
furo (==2024.5.6); extra == "docs" |
Requires-Dist: |
ipython (==8.26.0); extra == "docs" |
Requires-Dist: |
myst-parser (==3.0.1); extra == "docs" |
Requires-Dist: |
nbsphinx (==0.9.4); extra == "docs" |
Requires-Dist: |
sphinx-copybutton (==0.5.2); extra == "docs" |
Requires-Dist: |
sphinx (==7.4.4); extra == "docs" |
Requires-Dist: |
FireWorks; extra == "fireworks" |
Requires-Dist: |
FireWorks (==2.0.3); extra == "strict" |
Requires-Dist: |
PyYAML (==6.0.1); extra == "strict" |
Requires-Dist: |
maggma (==0.69.0); extra == "strict" |
Requires-Dist: |
matplotlib (==3.9.1); extra == "strict" |
Requires-Dist: |
monty (==2024.7.12); extra == "strict" |
Requires-Dist: |
moto (==4.2.13); extra == "strict" |
Requires-Dist: |
networkx (==3.2.1); extra == "strict" |
Requires-Dist: |
pydantic-settings (==2.3.4); extra == "strict" |
Requires-Dist: |
pydantic (==2.8.2); extra == "strict" |
Requires-Dist: |
pydash (==8.0.1); extra == "strict" |
Requires-Dist: |
pydot (==2.0.0); extra == "strict" |
Requires-Dist: |
python-ulid (==2.7.0); extra == "strict" |
Requires-Dist: |
typing-extensions (==4.12.2); extra == "strict" |
Requires-Dist: |
moto (==4.2.13); extra == "tests" |
Requires-Dist: |
pytest-cov (==5.0.0); extra == "tests" |
Requires-Dist: |
pytest (==8.2.2); extra == "tests" |
Requires-Dist: |
python-ulid; extra == "ulid" |
Requires-Dist: |
matplotlib; extra == "vis" |
Requires-Dist: |
pydot; extra == "vis" |
Provides-Extra: |
dev |
Provides-Extra: |
docs |
Provides-Extra: |
fireworks |
Provides-Extra: |
strict |
Provides-Extra: |
tests |
Provides-Extra: |
ulid |
Provides-Extra: |
vis |
Description-Content-Type: |
text/markdown |
License-File: |
LICENSE |