Metadata-Version: 1.1
Name: indiesquare
Version: 0.0.2
Summary: IndieSquare API Library for Python
Home-page: https://github.com/kmn/indiesquare
Author: Shohei Kamon
Author-email: kamonshohei@gmail.com
License: MIT
Description: Indiesquare: Indiesquare API Python module
        ==========================================
        
        .. image:: https://img.shields.io/pypi/v/requests.svg
            :target: https://pypi.python.org/pypi/indiesquare
        
        
        Installation
        ------------
        
        To install indiesquare, simply:
        
        .. code-block:: bash
        
            $ pip install indiesquare
        
        Documentation
        -------------
        
        Documentation is available at https://developer.indiesquare.me/ .
        
        How to Contribute
        -----------------
        
        #. Check for open issues or open a fresh issue to start a discussion around a feature idea or a bug.
        #. Fork `the repository`_ on GitHub to start making your changes to the **master** branch (or branch off of it).
        #. Write a test which shows that the bug was fixed or that the feature works as expected.
        #. Send a pull request and bug the maintainer until it gets merged and published. :) Make sure to add yourself to AUTHORS_.
        
        .. _`the repository`: https://github.com/kmn/indiesquare
        .. _AUTHORS: https://github.com/kmn/indiesquare/blob/master/AUTHORS.rst
        
        
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
