Metadata-Version: 1.1
Name: sscopes
Version: 0.1.0
Summary: Python implementation of Structured Scopes
Home-page: https://github.com/ahopkins/sscopes
Author: Adam Hopkins
Author-email: admhpkns@gmail.com
License: MIT license
Description: =================
        Structured Scopes
        =================
        
        
        .. image:: https://img.shields.io/pypi/v/sscopes.svg
                :target: https://pypi.python.org/pypi/sscopes
        
        .. image:: https://img.shields.io/travis/ahopkins/sscopes.svg
                :target: https://travis-ci.org/ahopkins/sscopes
        
        .. image:: https://readthedocs.org/projects/sscopes/badge/?version=latest
                :target: https://sscopes.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        .. image:: https://pyup.io/repos/github/ahopkins/sscopes/shield.svg
             :target: https://pyup.io/repos/github/ahopkins/sscopes/
             :alt: Updates
        
        
        
        Python implementation of Structured Scopes
        
        
        * Free software: MIT license
        * Documentation: https://sscopes.readthedocs.io.
        
        
        Features
        --------
        
        * TODO
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `elgertam/cookiecutter-pipenv`_ project template, based on `audreyr/cookiecutter-pypackage`_.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`elgertam/cookiecutter-pipenv`: https://github.com/elgertam/cookiecutter-pipenv
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        =======
        History
        =======
        
        0.1.0 (2018-06-19)
        ------------------
        
        * First release on PyPI.
        
Keywords: sscopes
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 :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
