Metadata-Version: |
2.1 |
Name: |
global-logger |
Version: |
0.4.2 |
Summary: |
Based on Python built-in logger, expands it, and provides a global logger to your system. Easy on-screen and/or .log files output setup without pain for Python newcomers. Python 2 and 3 compatible |
Author: |
Alexey Rubasheff |
Author-Email: |
alexey.rubasheff[at]gmail.com |
Home-Page: |
https://github.com/ALERTua/global_logger |
Project-Url: |
Repository, https://github.com/ALERTua/global_logger |
Classifier: |
Development Status :: 4 - Beta |
Classifier: |
Intended Audience :: Developers |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Programming Language :: Python :: 2 |
Classifier: |
Programming Language :: Python :: 3 |
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 :: 2.7 |
Requires-Python: |
>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, !=3.6.*, !=3.7.* |
Requires-Dist: |
colorama (<5); python_version < "3" |
Requires-Dist: |
colorama (==0.4.6); python_full_version > "3.0.0" |
Requires-Dist: |
colorlog (<5); python_version < "3.5" |
Requires-Dist: |
colorlog (==6.8.2); python_version >= "3.5" |
Requires-Dist: |
enum34 (==1.1.10); python_version < "3.6" |
Requires-Dist: |
future (==1.0.0); python_version < "3" |
Requires-Dist: |
pathlib (==1.0.1); python_version < "3.4" |
Requires-Dist: |
pendulum (>=2.1.2); python_full_version <= "3.8.0" |
Requires-Dist: |
pendulum (<4.0.0,>=3.0.0); python_full_version > "3.8.0" |
Requires-Dist: |
win-unicode-console (==0.4); platform_system == "Windows" and platform_version >= "10.0.18362" |
Requires-Dist: |
win-unicode-console (>0.4); platform_system == "Windows" and platform_version < "10.0.18362" |
Description-Content-Type: |
text/x-rst |