pyenvinfo is a Python Library to get execution environment information.
Project description
Summary
envinfopy is a Python Library to get execution environment information.
Installation
pip install envinfopy
Usage
Library usage
>>> import envinfopy
>>> envinfopy.get_envinfo(["envinfopy"])
{'uname': 'Linux ubuntu1804 4.15.0-112-generic x86_64', 'implementation': 'CPython', 'version': '3.8.5', 'envinfopy version': '0.0.1'}
Get environment information as Markdown:
>>> import envinfopy
>>> print(envinfopy.dumps(["envinfopy"], "markdown"))
- uname: Linux ubuntu1804 4.15.0-112-generic x86_64
- CPython version: 3.8.5
- envinfopy version: 0.0.1
CLI usage
$ python -m envinfopy --packages envinfopy --format markdown - uname: Linux ubuntu1804 4.15.0-112-generic x86_64 - CPython version: 3.8.5 - envinfopy version: 0.0.2
Dependencies
Python 3.5+ no external dependencies.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
envinfopy-0.0.3.tar.gz
(5.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file envinfopy-0.0.3.tar.gz.
File metadata
- Download URL: envinfopy-0.0.3.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 |
cbee4e6ea91b48b9cfafc5817aa97a44f1d61065a9aa37e5e909838da232ec20
|
|
| MD5 |
2184fcaa7574c16fa7ee0f962384cbea
|
|
| BLAKE2b-256 |
2ce04bbcd6f610ef5bdb81f138ea846bd8501fa06afc42f18380a3fcba70880d
|
File details
Details for the file envinfopy-0.0.3-py3-none-any.whl.
File metadata
- Download URL: envinfopy-0.0.3-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 |
a0b242572523cd636b5e64eb170fe7d0d8bf8ca5eab75b8a433cc09bf4570e24
|
|
| MD5 |
5100ff643408dc8c6d8020f9d0d054b8
|
|
| BLAKE2b-256 |
5c8d083cab88ff7678094cbd91d144dd04dd5c70a4de3878292f66c6fa613d08
|