Metadata-Version: 1.1
Name: gogs_client
Version: 1.0.1
Summary: A python library for interacting with a gogs server
Home-page: https://github.com/unfoldingWord-dev/python-gogs-client
Author: unfoldingWord
Author-email: ethantkoenig@gmail.com
License: MIT
Description: Master:
        
        .. image:: https://travis-ci.org/unfoldingWord-dev/python-gogs-client.svg?branch=master
            :alt: Build Status
            :target: https://travis-ci.org/unfoldingWord-dev/python-gogs-client
        
        Develop:
        
        .. image:: https://travis-ci.org/unfoldingWord-dev/python-gogs-client.svg?branch=develop
            :alt: Build Status
            :target: https://travis-ci.org/unfoldingWord-dev/python-gogs-client
        
        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
        
Keywords: gogs,http,client
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
