Metadata-Version: 2.1
Name: shebang
Version: 2020.12.3
Summary: get script shebang
Home-page: https://github.com/andrewp-as-is/shebang.py
License: Unlicense
Description: <!--
        https://readme42.com
        -->
        
        
        [![](https://img.shields.io/pypi/v/shebang.svg?maxAge=3600)](https://pypi.org/project/shebang/)
        [![](https://img.shields.io/badge/License-Unlicense-blue.svg?longCache=True)](https://unlicense.org/)
        
        ### Installation
        ```bash
        $ [sudo] pip install shebang
        ```
        
        #### Examples
        ```python
        >>> import shebang
        
        >>> shebang.get("path/to/file.py")
        '/usr/bin/env python'
        
        >>> shebang.get("path/to/file.txt")
        None
        
        >>> shebang.get("/bin/ls")
        None
        ```
        
        ```bash
        $ python -m shebang file.py
        /usr/bin/env python
        ```
        
        <p align="center">
            <a href="https://readme42.com/">readme42.com</a>
        </p>
Keywords: shebang
Platform: UNKNOWN
Classifier: License :: Public Domain
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
