A Gitea-API wrapper in Python
Go to file
fkarg b3c1e4c77e Fixed deletion of Org/Repo/User s 2019-04-05 14:13:33 +02:00
gitea Fixed deletion of Org/Repo/User s 2019-04-05 14:13:33 +02:00
LICENSE
README.md
__init__.py small improvements 2019-02-19 10:51:01 +01:00
example.py small improvements 2019-02-19 10:51:01 +01:00
requirements.txt started wrapping queries into objects for easier use 2018-11-13 18:21:12 +01:00

README.md

py-gitea

A very simple API client for Gitea

This is just a quick translation of swagger doc to python using simple hack and has not been throughly tested.

Its easy enough to understand for making changes and making it usable for purpose.

Todo:

Many things...

  • Validations
  • Cleanup etc...