File tree Expand file tree Collapse file tree 3 files changed +25
-25
lines changed Expand file tree Collapse file tree 3 files changed +25
-25
lines changed Original file line number Diff line number Diff line change 4
4
- ' 3.3'
5
5
- ' 3.4'
6
6
- ' 3.5'
7
+ branches :
8
+ only :
9
+ - master
10
+ - develop
7
11
install :
8
12
- pip install -r requirements.txt
9
13
- pip install -r test_requirements.txt
Original file line number Diff line number Diff line change
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/> ` _ .
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments