Metadata-Version: 1.1
Name: python-tgdbapi
Version: 0.1.0
Summary: A comprehensive client for the Games DB API
Home-page: http://github.com/mabernardo/python-tgdbapi/
Author: Marcio Bernardo
Author-email: mabernardo@gmail.com
License: MIT License
Description: .. image:: https://travis-ci.org/mabernardo/python-tgdbapi.svg?branch=master
            :target: https://travis-ci.org/mabernardo/python-tgdbapi
        
        .. image:: https://codecov.io/gh/mabernardo/python-tgdbapi/branch/master/graph/badge.svg
            :target: https://codecov.io/gh/mabernardo/python-tgdbapi
        
        .. image:: https://landscape.io/github/mabernardo/python-tgdbapi/develop/landscape.svg?style=flat
           :target: https://landscape.io/github/mabernardo/python-tgdbapi/master
           :alt: Code Health
        
        .. image:: https://readthedocs.org/projects/python-tgdbapi/badge/?version=latest
            :target: http://python-tgdbapi.readthedocs.io/en/latest/?badge=latest
            :alt: Documentation Status
        
        python-tgdbapi
        ==============
        
        A comprehensive python wrapper for thegamesdb.net API (http://wiki.thegamesdb.net/index.php?title=API_Introduction).
        
        Installation
        ------------
        ::
        
            pip install python-tgdbapi
        
        Contributing
        ------------
        - Check the Issue Tracker: https://github.com/mabernardo/python-tgdbapi/issues
        
        - Fork the project
        
        - Configure a virtual environment
        
        ::
        
            python3.6 -m venv ./venv
        
        - Install the requirements:
        
        ::
        
            make install
        
        - Start coding ;)
        
        
        Requirements
        ------------
        - python3.6
        - pip
Platform: any
Classifier: Programming Language :: Python
Classifier: Development Status :: 4 - Beta
Classifier: Natural Language :: English
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
