Skip to main content

DESCRIPTION

Project description

Summary

PyPI package version Supported Python versions Supported Python implementations Linux/macOS/Windows CI status Test coverage: coveralls

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


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 hashes)

Uploaded Source

Built Distribution

pyenvinfo-0.0.1-py3-none-any.whl (4.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page