Metadata-Version: |
2.1 |
Name: |
dilib |
Version: |
0.6.0 |
Summary: |
Dependency injection library |
Home-Page: |
https://github.com/ansatzcapital/dilib |
Project-Url: |
Packaging, https://pypi.org/project/dilib/ |
Project-Url: |
Source, https://github.com/ansatzcapital/dilib |
Project-Url: |
Tracker, https://github.com/ansatzcapital/dilib/issues |
License: |
Apache License 2.0 |
Keywords: |
dependency injection, di, inversion of control, ioc, design patterns |
Classifier: |
Development Status :: 5 - Production/Stable |
Classifier: |
Intended Audience :: Developers |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Programming Language :: Python :: 3.9 |
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: |
Programming Language :: Python :: Implementation :: CPython |
Classifier: |
Programming Language :: Python :: Implementation :: PyPy |
Classifier: |
Topic :: Software Development :: Libraries |
Classifier: |
Topic :: Utilities |
Platform: |
any |
Requires-Python: |
>=3.8 |
Requires-Dist: |
typing-extensions (>=4.4.0) |
Requires-Dist: |
build (>=0.6.0); extra == "setup" |
Requires-Dist: |
setuptools-scm[toml] (>=3.4); extra == "setup" |
Requires-Dist: |
wheel (>=0.38.0); extra == "setup" |
Requires-Dist: |
mypy (>=1.7.1); extra == "test" |
Requires-Dist: |
nox (>=2023.4.22); extra == "test" |
Requires-Dist: |
pytest (>=6.2.5); extra == "test" |
Requires-Dist: |
pytest-cov (<3,>=2); extra == "test" |
Requires-Dist: |
pyright (>=1.1.284); extra == "test" |
Requires-Dist: |
ruff (>=0.3.0); extra == "test" |
Provides-Extra: |
setup |
Provides-Extra: |
test |
Description-Content-Type: |
text/markdown |
License-File: |
LICENSE |