Metadata-Version: 1.1
Name: pysrc3
Version: 0.1.3
Summary: Opens the source file of Python modules in an editor, a pager, or any other program of choice.
Home-page: https://github.com/astralblue/pysrc3
Author: Eugene M. Kim
Author-email: astralblue@gmail.com
License: MIT license
Description-Content-Type: UNKNOWN
Description: ===============================
        pysrc3
        ===============================
        
        
        .. image:: https://img.shields.io/pypi/v/pysrc3.svg
                :target: https://pypi.python.org/pypi/pysrc3
        
        .. image:: https://img.shields.io/travis/astralblue/pysrc3.svg
                :target: https://travis-ci.org/astralblue/pysrc3
        
        .. image:: https://readthedocs.org/projects/pysrc3/badge/?version=latest
                :target: https://pysrc3.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        .. image:: https://pyup.io/repos/github/astralblue/pysrc3/shield.svg
             :target: https://pyup.io/repos/github/astralblue/pysrc3/
             :alt: Updates
        
        
        Opens the source file of Python modules in an editor, a pager, or any other program of choice.
        
        
        * Free software: MIT license
        * Documentation: https://pysrc3.readthedocs.io.
        
        
        Features
        --------
        
        * TODO
        
        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.3 (2017-10-24)
        ------------------
        * Retire Python 3.3; add Python 3.6 and PyPy3.
        
        0.1.2 (2016-11-10)
        ------------------
        * Ensure compatibility with Python 3.3 and 3.4.
        * Add a “pysrc3” wrapper script.
        * Upgrade dev dependencies.
        * Fix Flake8 warnings.
        
        0.1.1 (2016-11-10)
        ------------------
        
        * First release on PyPI.
        
Keywords: pysrc3
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
