DESCRIPTION
Project description
Summary
pyenvinfo is a Python Library to get execution environment information.
Installation
pip install pyenvinfo
Usage
Library usage
>>> import pyenvinfo
>>> pyenvinfo.get_envinfo(["pyenvinfo"])
{'uname': 'Linux ubuntu1804 4.15.0-112-generic x86_64', 'implementation': 'CPython', 'version': '3.8.5', 'pyenvinfo version': '0.0.1'}
Get environment info as Markdown:
>>> import pyenvinfo
>>> print(pyenvinfo.dumps(["pyenvinfo"], "markdown"))
- uname: Linux ubuntu1804 4.15.0-112-generic x86_64
- CPython version: 3.8.5
- pyenvinfo version: 0.0.1
CLI usage
$ python -m pyenvinfo --packages pyenvinfo uname: Linux ubuntu1804 4.15.0-112-generic x86_64 CPython version: 3.8.5 pyenvinfo version: 0.0.1
Dependencies
Python 3.5+ no external dependencies.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyenvinfo-0.0.1.tar.gz
(5.7 kB
view details)
Built Distribution
File details
Details for the file pyenvinfo-0.0.1.tar.gz
.
File metadata
- Download URL: pyenvinfo-0.0.1.tar.gz
- Upload date:
- Size: 5.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5e541a1c083c34ce00258dfccb38b5e8a9a2120fca9b164e5bbcc314d54091c5 |
|
MD5 | 2ea980401b0fab8b60d52e6967e89983 |
|
BLAKE2b-256 | c4f3f9663c346f5b360bcd7dcc4e671cbb4bcd1766da8430223667c21527651c |
File details
Details for the file pyenvinfo-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: pyenvinfo-0.0.1-py3-none-any.whl
- Upload date:
- Size: 4.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f3dd3d2f8acde4d58fcd666f756694796a9b31b9c3ad6eae93c9d5a95e742f30 |
|
MD5 | 6ef2134d33362cd5e6d4929bc501504e |
|
BLAKE2b-256 | 7e8ea05f6d928b0f6f31f07e7a0a5814ad84810ea4606b68e9d0ae0c9a930795 |