Metadata-Version: |
2.4 |
Name: |
daidai |
Version: |
0.0.7 |
Summary: |
Modern dependency injection and asset management for MLOps workflows with intelligent caching and minimal boilerplate |
Author-Email: |
Antoine Jeannot <antoine.jeannot1002+github[at]gmail.com> |
Project-Url: |
Homepage, https://github.com/antoinejeannot/daidai |
Project-Url: |
Bug Tracker, https://github.com/antoinejeannot/daidai/issues |
Project-Url: |
Documentation, https://antoinejeannot.github.io/daidai/ |
Project-Url: |
Source, https://github.com/antoinejeannot/daidai |
License: |
MIT |
Keywords: |
asset-management,caching,dependency-injection,functional-programming,machine-learning,mlops,resource-management |
Classifier: |
Development Status :: 4 - Beta |
Classifier: |
Intended Audience :: Developers |
Classifier: |
Intended Audience :: Science/Research |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Natural Language :: English |
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.12 |
Classifier: |
Programming Language :: Python :: 3.13 |
Classifier: |
Topic :: Scientific/Engineering :: Artificial Intelligence |
Classifier: |
Topic :: Software Development :: Libraries |
Classifier: |
Topic :: Software Development :: Libraries :: Application Frameworks |
Classifier: |
Typing :: Typed |
Requires-Python: |
>=3.10 |
Requires-Dist: |
click (>=8.0.1); extra == "all" |
Requires-Dist: |
fsspec (>=2025.2.0); extra == "all" |
Requires-Dist: |
pympler (>=1.1); extra == "all" |
Requires-Dist: |
rich (>=13.9.4); extra == "all" |
Requires-Dist: |
fsspec (>=2025.2.0); extra == "artifacts" |
Requires-Dist: |
click (>=8.0.1); extra == "cli" |
Requires-Dist: |
rich (>=13.9.4); extra == "cli" |
Requires-Dist: |
bandit[toml] (>=1.8.3); extra == "dev" |
Requires-Dist: |
click (>=8.0.1); extra == "dev" |
Requires-Dist: |
fsspec (>=2025.2.0); extra == "dev" |
Requires-Dist: |
pre-commit (>=4.0.1); extra == "dev" |
Requires-Dist: |
pympler (>=1.1); extra == "dev" |
Requires-Dist: |
pytest (>=8.3.4); extra == "dev" |
Requires-Dist: |
rich (>=13.9.4); extra == "dev" |
Requires-Dist: |
ruff (==0.9.7); extra == "dev" |
Requires-Dist: |
mkdocs-git-revision-date-localized-plugin (>=1.3.0); extra == "docs" |
Requires-Dist: |
mkdocs-material[imaging] (>=9.6.5); extra == "docs" |
Requires-Dist: |
mkdocs-minify-plugin (>=0.8.0); extra == "docs" |
Requires-Dist: |
pympler (>=1.1); extra == "memory" |
Requires-Dist: |
build (>=1.2.2.post1); extra == "publish" |
Requires-Dist: |
twine (>=6.1.0); extra == "publish" |
Provides-Extra: |
all |
Provides-Extra: |
artifacts |
Provides-Extra: |
cli |
Provides-Extra: |
dev |
Provides-Extra: |
docs |
Provides-Extra: |
memory |
Provides-Extra: |
publish |
Description-Content-Type: |
text/markdown |
License-File: |
LICENSE |