Skip to content

Master into develop #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 4, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ python:
- '3.3'
- '3.4'
- '3.5'
branches:
only:
- master
- develop
install:
- pip install -r requirements.txt
- pip install -r test_requirements.txt
Expand Down
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
master:
[![Build Status](https://travis-ci.org/unfoldingWord-dev/python-gogs-client.svg?branch=master)](https://travis-ci.org/unfoldingWord-dev/python-gogs-client)
[![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)

develop:
[![Build Status](https://travis-ci.org/unfoldingWord-dev/python-gogs-client.svg?branch=develop)](https://travis-ci.org/unfoldingWord-dev/python-gogs-client)
[![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)

python-gogs-client
==================

This is a Python client to Gogs servers.

`tX <https://github.com/unfoldingWord-dev/door43.org/wiki/tX-Development-Architecture>`_
uses this package in it's ``tx-manager`` component as the ``tx-auth`` module.

The easiest way to install is via ``pip``::

$ pip install gogs_client

Documentation for the module can be found `here <http://pythonhosted.org/gogs-client/>`_.
25 changes: 0 additions & 25 deletions README.rst

This file was deleted.