Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 644 Bytes

File metadata and controls

29 lines (19 loc) · 644 Bytes

gogs_client

gogs_client is a Python library that acts as a client to a Gogs server

.. toctree::
   :maxdepth: 1

   auth
   entities
   interface
   updates
   examples


Installation

The easiest way to install is via pip:

$ pip install gogs_client

You can also download the source from Github.