Metadata-Version: 1.1
Name: putshebang
Version: 0.1.4
Summary: A small tool that helps in adding the appropriate shebang
Home-page: https://github.com/faddyy/putshebang
Author: Fady Adel
Author-email: 2masadel@gmail.com
License: GNU General Public License v3
Description: ==========
        putshebang
        ==========
        
        
        .. image:: https://img.shields.io/pypi/v/putshebang.svg
                :target: https://pypi.python.org/pypi/putshebang
        
        .. image:: https://img.shields.io/travis/faddyy/putshebang.svg
                :target: https://travis-ci.org/faddyy/putshebang
        
        
        A small tool that helps in adding the appropriate shebang
        
        
        * Free software: GNU General Public License v3
        * Documentation: https://putshebang.readthedocs.io.
        
        
        Features
        --------
        
        * Help in adding the appropriate shebang
        * Use in other scripts to get shebang of a file using the `shebang` function
        * I'm not a good English speaker so try by yourself :') !
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        
        =======
        History
        =======
        
        0.1.4 (2017-09-08)
        ------------------
        * Add shebang selection from different versions of the same interpreter, or different interpreters associated with the same extension
        * Generalize exception handling
        * Reading mappings (`{extension: interpreter}`) from a `json` file as a dict (using `eval` (will be changed to be `json` parsing))
        * Enhance the `shebang` function
        
        0.1.3 (2017-09-02)
        ------------------
        * Enhance some aspects
        * Fix some major bugs
        
        0.1.2 (2017-08-06)
        ------------------
        
        * Rename project
        
        0.1.1 (2017-08-06)
        ------------------
        
        * Minor bugfixes
        
        0.1.0 (2017-08-06)
        ------------------
        
        * First release on PyPI.
        
Keywords: putshebang add put shebang
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
