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
11
7
install :
12
8
- pip install -r requirements.txt
13
9
- pip install -r test_requirements.txt
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
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/ >`_.
You can’t perform that action at this time.
0 commit comments