Metadata-Version: |
2.3 |
Name: |
loguru-zopyx |
Version: |
0.7.2 |
Summary: |
Python logging made (stupidly) simple |
Author-Email: |
Delgan <delgan.py[at]gmail.com> |
Project-Url: |
Changelog, https://github.com/Delgan/loguru/blob/master/CHANGELOG.rst |
Project-Url: |
Documentation, https://loguru.readthedocs.io/en/stable/index.html |
Project-Url: |
Homepage, https://github.com/Delgan/loguru |
Keywords: |
loguru,logging,logger,log |
Classifier: |
Development Status :: 5 - Production/Stable |
Classifier: |
Topic :: System :: Logging |
Classifier: |
Intended Audience :: Developers |
Classifier: |
Natural Language :: English |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Programming Language :: Python |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3.5 |
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.12 |
Classifier: |
Programming Language :: Python :: 3.13 |
Classifier: |
Programming Language :: Python :: 3 :: Only |
Classifier: |
Programming Language :: Python :: Implementation :: PyPy |
Classifier: |
Programming Language :: Python :: Implementation :: CPython |
Requires-Python: |
>=3.5,<4.0 |
Requires-Dist: |
colorama (>=0.3.4); sys_platform == "win32" |
Requires-Dist: |
aiocontextvars (>=0.2.0); python_version < "3.7" |
Requires-Dist: |
win32-setctime (>=1.0.0); sys_platform == "win32" |
Requires-Dist: |
pre-commit (==4.0.1); extra == "dev" and python_version >= "3.9" |
Requires-Dist: |
tox (==3.27.1); extra == "dev" and python_version < "3.8" |
Requires-Dist: |
tox (==4.23.2); extra == "dev" and python_version >= "3.8" |
Requires-Dist: |
pytest (==6.1.2); extra == "dev" and python_version < "3.8" |
Requires-Dist: |
pytest (==8.3.2); extra == "dev" and python_version >= "3.8" |
Requires-Dist: |
pytest-cov (==2.12.1); extra == "dev" and python_version < "3.8" |
Requires-Dist: |
pytest-cov (==5.0.0); extra == "dev" and (python_version >= "3.8" and python_version < "3.9") |
Requires-Dist: |
pytest-cov (==6.0.0); extra == "dev" and python_version >= "3.9" |
Requires-Dist: |
pytest-mypy-plugins (==1.9.3); extra == "dev" and (python_version >= "3.6" and python_version < "3.8") |
Requires-Dist: |
pytest-mypy-plugins (==3.1.0); extra == "dev" and python_version >= "3.8" |
Requires-Dist: |
colorama (==0.4.5); extra == "dev" and python_version < "3.8" |
Requires-Dist: |
colorama (==0.4.6); extra == "dev" and python_version >= "3.8" |
Requires-Dist: |
freezegun (==1.1.0); extra == "dev" and python_version < "3.8" |
Requires-Dist: |
freezegun (==1.5.0); extra == "dev" and python_version >= "3.8" |
Requires-Dist: |
exceptiongroup (==1.1.3); extra == "dev" and (python_version >= "3.7" and python_version < "3.11") |
Requires-Dist: |
mypy (==v0.910); extra == "dev" and python_version < "3.6" |
Requires-Dist: |
mypy (==v0.971); extra == "dev" and (python_version >= "3.6" and python_version < "3.7") |
Requires-Dist: |
mypy (==v1.4.1); extra == "dev" and (python_version >= "3.7" and python_version < "3.8") |
Requires-Dist: |
mypy (==v1.13.0); extra == "dev" and python_version >= "3.8" |
Requires-Dist: |
Sphinx (==7.3.7); extra == "dev" and python_version >= "3.9" |
Requires-Dist: |
sphinx-rtd-theme (==2.0.0); extra == "dev" and python_version >= "3.9" |
Provides-Extra: |
dev |
Description-Content-Type: |
text/x-rst |