Metadata-Version: |
2.1 |
Name: |
lazy-imports |
Version: |
0.3.1 |
Summary: |
Tool to support lazy imports |
Author: |
Philip May |
Author-Email: |
philip.may[at]t-systems.com |
Maintainer: |
Philip May |
Home-Page: |
https://github.com/telekom/lazy-imports |
Project-Url: |
Bug Tracker, https://github.com/telekom/lazy-imports/issues |
Project-Url: |
Source Code, https://github.com/telekom/lazy-imports |
Project-Url: |
Contributing, https://github.com/telekom/lazy-imports/blob/main/CONTRIBUTING.md |
Project-Url: |
Code of Conduct, https://github.com/telekom/lazy-imports/blob/main/CODE_OF_CONDUCT.md |
Keywords: |
import imports lazy |
Classifier: |
Development Status :: 4 - Beta |
Classifier: |
Intended Audience :: Developers |
Classifier: |
License :: OSI Approved :: Apache Software License |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3.6 |
Classifier: |
Programming Language :: Python :: 3.7 |
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 :: Only |
Classifier: |
Topic :: Software Development |
Classifier: |
Topic :: Software Development :: Libraries |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Classifier: |
Operating System :: OS Independent |
Requires-Python: |
>=3.6 |
Requires-Dist: |
flake8; extra == "all" |
Requires-Dist: |
isort; extra == "all" |
Requires-Dist: |
pylint; extra == "all" |
Requires-Dist: |
mypy; extra == "all" |
Requires-Dist: |
pylintfileheader; extra == "all" |
Requires-Dist: |
black; extra == "all" |
Requires-Dist: |
mdformat; extra == "all" |
Requires-Dist: |
pydocstyle; extra == "all" |
Requires-Dist: |
packaging; extra == "all" |
Requires-Dist: |
pytest; extra == "all" |
Requires-Dist: |
black; extra == "checking" |
Requires-Dist: |
flake8; extra == "checking" |
Requires-Dist: |
isort; extra == "checking" |
Requires-Dist: |
mdformat; extra == "checking" |
Requires-Dist: |
pydocstyle; extra == "checking" |
Requires-Dist: |
mypy; extra == "checking" |
Requires-Dist: |
pylint; extra == "checking" |
Requires-Dist: |
pylintfileheader; extra == "checking" |
Requires-Dist: |
pytest; extra == "testing" |
Requires-Dist: |
packaging; extra == "testing" |
Provides-Extra: |
all |
Provides-Extra: |
checking |
Provides-Extra: |
testing |
Description-Content-Type: |
text/markdown |
License-File: |
LICENSE |