Envstack

Latest version: v0.8.7

Safety actively analyzes 722460 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

0.8.7

What's Changed

- addresses issue https://github.com/rsgalloway/envstack/issues/55
- bumps version to 0.8.7

**Full Changelog**: https://github.com/rsgalloway/envstack/compare/0.8.6...0.8.7

0.8.6

What's Changed
- improved path detection
- addresses issue https://github.com/rsgalloway/envstack/issues/51
- bumps version to 0.8.6

**Full Changelog**: https://github.com/rsgalloway/envstack/compare/0.8.5...0.8.6

0.8.5

What's Changed
- updates requirements to be minimum requirements
- bumps version to 0.8.5

**Full Changelog**: https://github.com/rsgalloway/envstack/compare/0.8.4...0.8.5

0.8.4

What's Changed

- adds -s/--set command option for setting values
- adds -e short option for --encrypt
- adds Env write and bake methods
- fixes --keygen output when writing to a file
- resolves issue 25
- fixes support for :- modifier
- bumps version to 0.8.4

python
>>> env = Env({"FOO": "${BAR}", "BAR": "bar"})
>>> env.write("foo.env")


To create a new foo.env file with FOO:bar with encrypted values:

shell
$ envstack -s FOO:bar -eo foo.env



**Full Changelog**: https://github.com/rsgalloway/envstack/compare/0.8.3...0.8.4

0.8.3

What's Changed

- fixes bug with nested bash-like expansion modifiers
- adds more unit tests
- bumps version to 0.8.3

**Full Changelog**: https://github.com/rsgalloway/envstack/compare/0.8.2...0.8.3

0.8.2

What's Changed

- addresses issue https://github.com/rsgalloway/envstack/issues/45
- adds more var resolution tests
- bumps version to 0.8.2


**Full Changelog**: https://github.com/rsgalloway/envstack/compare/0.8.1...0.8.2

Page 1 of 3

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.