Metadata-Version: 1.1
Name: BaruwaAPI
Version: 0.0.2
Summary: Python bindings for Baruwa REST API
Home-page: https://github.com/akissa/BaruwaAPI
Author: Andrew Colin Kissa
Author-email: andrew@topdog.za.net
License: MPL 2.0
Description: BaruwaAPI
        =========
        
        Python bindings for the Baruwa REST API
        ---------------------------------------
        
        |Code Climate| |Build Status| |codecov.io| |MPLv2 License|
        
        Installation
        ------------
        
        Install from PyPi
        
        ::
        
            pip install BaruwaAPI
        
        Install from Githib
        
        ::
        
            git clone https://github.com/akissa/BaruwaAPI.git
            cd BaruwaAPI
            python setup.py install
        
        Contributing
        ------------
        
        1. Fork it (https://github.com/akissa/BaruwaAPI/fork)
        2. Create your feature branch (``git checkout -b my-new-feature``)
        3. Commit your changes (``git commit -am 'Add some feature'``)
        4. Push to the branch (``git push origin my-new-feature``)
        5. Create new Pull Request
        
        License
        -------
        
        All code is licensed under the `MPLv2
        License <https://github.com/akissa/BaruwaAPI/blob/master/LICENSE>`__.
        
        .. |Code Climate| image:: https://codeclimate.com/github/akissa/BaruwaAPI/badges/gpa.svg
           :target: https://codeclimate.com/github/akissa/BaruwaAPI
        .. |Build Status| image:: https://travis-ci.org/akissa/BaruwaAPI.svg?branch=master
           :target: https://travis-ci.org/akissa/BaruwaAPI
        .. |codecov.io| image:: https://codecov.io/github/akissa/BaruwaAPI/coverage.svg?branch=master
           :target: https://codecov.io/github/akissa/BaruwaAPI?branch=master
        .. |MPLv2 License| image:: https://img.shields.io/badge/license-MPLv2-blue.svg?style=flat-square
           :target: https://www.mozilla.org/MPL/2.0/
        
Keywords: baruwa api rest
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
