An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

[![](https://img.shields.io/pypi/v/direnv.svg?maxAge=3600)](https://pypi.org/project/direnv/)
[![](https://img.shields.io/badge/License-Unlicense-blue.svg?longCache=True)](https://unlicense.org/)
[![](https://github.com/andrewp-as-is/direnv.py/workflows/tests42/badge.svg)](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/)


readme42.com