Metadata-Version: 2.1
Name: pipenv-shebang
Version: 0.0.3
Summary: pipenv-shebang allows you to put scripts in your path that run in a pipenv environment.
Home-page: https://github.com/laktak/pipenv-shebang
Author: Christian Zangl
Author-email: laktak@cdak.net
License: UNKNOWN
Description: # pipenv-shebang
        
        *pipenv-shebang* allows you to put scripts in your path that run in a pipenv environment.
        
        ## Usage
        
        Put this shebang at the top of your script:
        
        ```
        #!/usr/bin/env pipenv-shebang
        ```
        
        ## Installation
        
        Supports Python 3.6 on Linux or macOS.
        
        ```
        sudo pip install pipenv-shebang
        
        # or
        pip install --user pipenv-shebang
        ```
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
