Metadata-Version: 2.1
Name: gitea-client
Version: 1.0.9
Summary: A python library for interacting with a Gitea server
Home-page: https://github.com/unfoldingWord-dev/python-gitea-client
Author: unfoldingWord
Author-email: dev@unfoldingword.org
License: MIT
Keywords: gitea,gogs,http,client
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Description-Content-Type: text/x-rst
Requires-Dist: future
Requires-Dist: requests
Requires-Dist: attrs

Master:
  .. image:: https://travis-ci.org/unfoldingWord-dev/python-gitea-client.svg?branch=master
    :alt: Build Status
    :target: https://travis-ci.org/unfoldingWord-dev/python-gitea-client
  .. image:: https://coveralls.io/repos/github/unfoldingWord-dev/python-gitea-client/badge.svg?branch=master
    :alt: Coverage
    :target: https://coveralls.io/github/unfoldingWord-dev/python-gitea-client?branch=master

Develop:
  .. image:: https://travis-ci.org/unfoldingWord-dev/python-gitea-client.svg?branch=develop
    :alt: Build Status
    :target: https://travis-ci.org/unfoldingWord-dev/python-gitea-client
  .. image:: https://coveralls.io/repos/github/unfoldingWord-dev/python-gitea-client/badge.svg?branch=develop
    :alt: Coverage
    :target: https://coveralls.io/github/unfoldingWord-dev/python-gitea-client?branch=develop


python-gitea-client
===================

This is a Python client to Gitea servers. The easiest way to install is via ``pip``::

    $ pip install gitea_client

Documentation for the module can be found `here <http://pythonhosted.org/gitea-client/>`_.


