Metadata-Version: |
2.1 |
Name: |
loguru |
Version: |
0.7.0 |
Summary: |
Python logging made (stupidly) simple |
Author: |
Delgan |
Author-Email: |
delgan.py[at]gmail.com |
Home-Page: |
https://github.com/Delgan/loguru |
Download-Url: |
https://github.com/Delgan/loguru/archive/0.7.0.tar.gz |
Project-Url: |
Changelog, https://github.com/Delgan/loguru/blob/master/CHANGELOG.rst |
Project-Url: |
Documentation, https://loguru.readthedocs.io/en/stable/index.html |
License: |
MIT license |
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 :: Only |
Classifier: |
Programming Language :: Python :: Implementation :: PyPy |
Classifier: |
Programming Language :: Python :: Implementation :: CPython |
Requires-Python: |
>=3.5 |
Requires-Dist: |
aiocontextvars (>=0.2.0); python_version < "3.7" |
Requires-Dist: |
colorama (>=0.3.4); sys_platform == "win32" |
Requires-Dist: |
win32-setctime (>=1.0.0); sys_platform == "win32" |
Requires-Dist: |
mypy (==v0.910); python_version < "3.6" and extra == "dev" |
Requires-Dist: |
tox (==3.27.1); python_version < "3.8" and extra == "dev" |
Requires-Dist: |
pytest (==6.1.2); python_version < "3.8" and extra == "dev" |
Requires-Dist: |
pytest-cov (==2.12.1); python_version < "3.8" and extra == "dev" |
Requires-Dist: |
colorama (==0.4.5); python_version < "3.8" and extra == "dev" |
Requires-Dist: |
freezegun (==1.1.0); python_version < "3.8" and extra == "dev" |
Requires-Dist: |
mypy (==v0.971); (python_version >= "3.6" and python_version < "3.7") and extra == "dev" |
Requires-Dist: |
pytest-mypy-plugins (==1.9.3); (python_version >= "3.6" and python_version < "3.8") and extra == "dev" |
Requires-Dist: |
mypy (==v0.990); python_version >= "3.7" and extra == "dev" |
Requires-Dist: |
pre-commit (==3.2.1); python_version >= "3.8" and extra == "dev" |
Requires-Dist: |
tox (==4.4.6); python_version >= "3.8" and extra == "dev" |
Requires-Dist: |
pytest (==7.2.1); python_version >= "3.8" and extra == "dev" |
Requires-Dist: |
pytest-cov (==4.0.0); python_version >= "3.8" and extra == "dev" |
Requires-Dist: |
pytest-mypy-plugins (==1.10.1); python_version >= "3.8" and extra == "dev" |
Requires-Dist: |
colorama (==0.4.6); python_version >= "3.8" and extra == "dev" |
Requires-Dist: |
freezegun (==1.2.2); python_version >= "3.8" and extra == "dev" |
Requires-Dist: |
Sphinx (==5.3.0); python_version >= "3.8" and extra == "dev" |
Requires-Dist: |
sphinx-autobuild (==2021.3.14); python_version >= "3.8" and extra == "dev" |
Requires-Dist: |
sphinx-rtd-theme (==1.2.0); python_version >= "3.8" and extra == "dev" |
Provides-Extra: |
dev |
Description-Content-Type: |
text/x-rst |
License-File: |
LICENSE |