Skip to content

Commit 1f4cf03

Browse files
committed
Revert "Merge pull request #1 from unfoldingWord-dev/master"
This reverts commit 6b4e711, reversing changes made to 97a3c0c.
1 parent 923ee63 commit 1f4cf03

File tree

3 files changed

+25
-25
lines changed

3 files changed

+25
-25
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ python:
44
- '3.3'
55
- '3.4'
66
- '3.5'
7-
branches:
8-
only:
9-
- master
10-
- develop
117
install:
128
- pip install -r requirements.txt
139
- pip install -r test_requirements.txt

README.md

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

README.rst

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

0 commit comments

Comments
 (0)