Metadata-Version: 2.1
Name: direnv
Version: 2020.5.9
Summary: direnv (environment switcher) python implementation
Home-page: https://github.com/andrewp-as-is/direnv.py
License: Unlicense
Description: <!--
        https://pypi.org/project/readme-generator/
        https://pypi.org/project/python-readme-generator/
        -->
        
        [![](https://img.shields.io/pypi/pyversions/direnv.svg?longCache=True)](https://pypi.org/project/direnv/)
        [![](https://img.shields.io/badge/License-Unlicense-blue.svg?longCache=True)](https://unlicense.org/)
        
        #### Installation
        ```bash
        $ [sudo] pip install direnv
        ```
        
        #### Functions
        function|`__doc__`
        -|-
        `direnv.load(path=None)` |load environment variables depending on the current directory
        `direnv.read(path=None)` |return a dictionary with environment variables depending on the current directory
        
        #### Examples
        `path/to/parent-folder/current-folder/.envrc`
        
        `path/to/parent-folder/.envrc`
        
        ```python
        >>> import direnv
        >>> direnv.load()
        ```
        
        #### Links
        +   [direnv.net](https://direnv.net/)
        
        <p align="center">
            <a href="https://pypi.org/project/python-readme-generator/">python-readme-generator</a>
        </p>
Keywords: direnv,env
Platform: UNKNOWN
Description-Content-Type: text/markdown
