Metadata-Version: |
2.1 |
Name: |
envinfopy |
Version: |
0.2.0 |
Summary: |
envinfopy is a Python Library to get execution environment information. |
Author: |
Tsuyoshi Hombashi |
Author-Email: |
tsuyoshi.hombashi[at]gmail.com |
Home-Page: |
https://github.com/thombashi/envinfopy |
Project-Url: |
Source, https://github.com/thombashi/envinfopy |
Project-Url: |
Tracker, https://github.com/thombashi/envinfopy/issues |
License: |
MIT License |
Keywords: |
environment,uname,version,markdown |
Classifier: |
Development Status :: 4 - Beta |
Classifier: |
Environment :: Console |
Classifier: |
Intended Audience :: Developers |
Classifier: |
Intended Audience :: Information Technology |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Programming Language :: Python :: 3 |
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 :: CPython |
Classifier: |
Programming Language :: Python :: Implementation :: PyPy |
Classifier: |
Topic :: Software Development :: Libraries |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Classifier: |
Topic :: Terminals |
Requires-Python: |
>=3.7 |
Requires-Dist: |
importlib-metadata (<=6.7.0); python_version < "3.8" |
Requires-Dist: |
pytablewriter (<2,>=0.59.0); extra == "all" |
Requires-Dist: |
distro (<2); extra == "all" |
Requires-Dist: |
releasecmd (>=0.9); extra == "all" |
Requires-Dist: |
pytablewriter (<2,>=0.59.0); extra == "cli" |
Requires-Dist: |
distro (<2); extra == "cli" |
Requires-Dist: |
releasecmd (>=0.9); extra == "dev" |
Requires-Dist: |
distro (<2); extra == "distro" |
Requires-Dist: |
pytablewriter (<2,>=0.59.0); extra == "markdown" |
Requires-Dist: |
pytest (>=6.0.1); extra == "test" |
Requires-Dist: |
pytest-md-report (>=0.4); extra == "test" |
Requires-Dist: |
distro (<2); extra == "test" |
Requires-Dist: |
pytablewriter (<2,>=0.59.0); extra == "test" |
Requires-Dist: |
releasecmd (>=0.9); extra == "test" |
Requires-Dist: |
subprocrunner (>=1.2.1); extra == "test" |
Requires-Dist: |
pytest-discord (>=0.1.4); extra == "test" |
Provides-Extra: |
all |
Provides-Extra: |
cli |
Provides-Extra: |
dev |
Provides-Extra: |
distro |
Provides-Extra: |
markdown |
Provides-Extra: |
test |
Description-Content-Type: |
text/x-rst |
License-File: |
LICENSE |