Skip to content

Commit f228895

Browse files
authored
Update and rename README.rst to README.md
1 parent df62bad commit f228895

File tree

2 files changed

+21
-25
lines changed

2 files changed

+21
-25
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
master:
2+
[![Build Status](https://travis-ci.org/unfoldingWord-dev/python-gogs-client.svg?branch=master)](https://travis-ci.org/unfoldingWord-dev/python-gogs-client)
3+
[![Coverage Status](https://coveralls.io/repos/github/unfoldingWord-dev/python-gogs-client/badge.svg?branch=master)](https://coveralls.io/github/unfoldingWord-dev/python-gogs-client?branch=master)
4+
5+
develop:
6+
[![Build Status](https://travis-ci.org/unfoldingWord-dev/python-gogs-client.svg?branch=develop)](https://travis-ci.org/unfoldingWord-dev/python-gogs-client)
7+
[![Coverage Status](https://coveralls.io/repos/github/unfoldingWord-dev/python-gogs-client/badge.svg?branch=develop)](https://coveralls.io/github/unfoldingWord-dev/python-gogs-client?branch=develop)
8+
9+
python-gogs-client
10+
==================
11+
12+
This is a Python client to Gogs servers.
13+
14+
`tX <https://github.com/unfoldingWord-dev/door43.org/wiki/tX-Development-Architecture>`_
15+
uses this package in it's ``tx-manager`` component as the ``tx-auth`` module.
16+
17+
The easiest way to install is via ``pip``::
18+
19+
$ pip install gogs_client
20+
21+
Documentation for the module can be found `here <http://pythonhosted.org/gogs-client/>`_.

README.rst

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)