Metadata-Version: 1.2
Name: yaspop
Version: 0.1.0
Summary: yaspop is yet another simple python option parser. use it and make pop proud.
Home-page: https://github.com/ismaelharunid/yaspop
Author: Ismael Harun
Author-email: ismaelharunid@gmail.com
License: GNU General Public License v3
Description: ======
        YASPOP
        ======
        
        
        .. image:: https://img.shields.io/pypi/v/yaspop.svg
                :target: https://pypi.python.org/pypi/yaspop
        
        .. image:: https://img.shields.io/travis/ismaelharunid/yaspop.svg
                :target: https://travis-ci.com/ismaelharunid/yaspop
        
        .. image:: https://readthedocs.org/projects/yaspop/badge/?version=latest
                :target: https://yaspop.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        .. image:: https://pyup.io/repos/github/ismaelharunid/yaspop/shield.svg
             :target: https://pyup.io/repos/github/ismaelharunid/yaspop/
             :alt: Updates
        
        
        
        yaspop is yet another simple python option parser. use it and make pop proud.
        
        
        * Free software: GNU General Public License v3
        * Documentation: https://yaspop.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.0 (2020-07-01)
        ------------------
        
        * First release on PyPI.
        
Keywords: yaspop
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 :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
