https://github.com/andrewpetrochenkov/direnv.py
:open_file_folder: direnv (environment switcher) python implementation
https://github.com/andrewpetrochenkov/direnv.py
env python
Last synced: about 2 months ago
JSON representation
:open_file_folder: direnv (environment switcher) python implementation
- Host: GitHub
- URL: https://github.com/andrewpetrochenkov/direnv.py
- Owner: andrewpetrochenkov
- License: unlicense
- Created: 2019-02-22T12:04:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-03T19:55:22.000Z (over 4 years ago)
- Last Synced: 2025-04-06T11:47:26.660Z (2 months ago)
- Topics: env, python
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 6
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://pypi.org/project/direnv/)
[](https://unlicense.org/)
[](https://github.com/andrewp-as-is/direnv.py/actions)### Installation
```bash
$ [sudo] pip install direnv
```#### Examples
`path/to/parent-folder/current-folder/.envrc``path/to/parent-folder/.envrc`
```python
>>> import direnv
>>> direnv.load()
```#### Links
+ [direnv.net](https://direnv.net/)