An open API service indexing awesome lists of open source software.

https://github.com/unfoldingword-dev/python-gitea-client

Python client for Gogs server
https://github.com/unfoldingword-dev/python-gitea-client

Last synced: about 1 year ago
JSON representation

Python client for Gogs server

Awesome Lists containing this project

README

          

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 `_.