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: 25, Watchers: 25, Forks: 10, Open Issues: 4

The capless/envs repo was created 7 years ago and the last code push was 9 months ago. The project is not very popular with only 25 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.

GitHub Issues

The envs package has 4 open issues on GitHub

  • Release history, notes, tags

See more issues on GitHub

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.0.1

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