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
- Host: GitHub
- URL: https://github.com/unfoldingword-dev/python-gitea-client
- Owner: unfoldingWord-dev
- License: mit
- Created: 2016-07-28T23:25:46.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-10-05T01:46:07.000Z (over 5 years ago)
- Last Synced: 2024-11-13T15:05:52.339Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 107 KB
- Stars: 10
- Watchers: 16
- Forks: 15
- Open Issues: 5
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
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 `_.