Contents

envs 1.4

0

Easy access of environment variables from Python with support for strings, booleans, list, tuples, a

Easy access of environment variables from Python with support for strings, booleans, list, tuples, and dicts.

Stars: 26, Watchers: 26, Forks: 11, Open Issues: 4

The qwigo/envs repo was created 9 years ago and the last code push was 2 years ago. The project is moderately popular with 26 github stars!

How to Install envs

You can install envs using pip

pip install envs

or add it to a project with poetry

poetry add envs

Package Details

Author
Brian Jinwright
License
Apache-2.0
Homepage
PyPi:
https://pypi.org/project/envs/
GitHub Repo:
https://github.com/bjinwright/envs

Classifiers

No  envs  pypi packages just yet.

Errors

A list of common envs errors.

Code Examples

Here are some envs code examples and snippets.

Related Packages & Articles

addict 2.4.0

Addict is a dictionary whose items can be set using both attribute and item syntax.

python-dotenv 1.2.1

Read key-value pairs from a .env file and set them as environment variables