A Gitea-API wrapper in Python
Go to file
fkarg 5a8cc89473 updated requirements 2019-05-03 14:52:04 +02:00
gitea black 2019-05-03 14:52:04 +02:00
.gitignore added gitignore 2019-05-03 14:52:04 +02:00
LICENSE
README.md
__init__.py
example.py black 2019-05-03 14:52:04 +02:00
requirements.txt updated requirements 2019-05-03 14:52:04 +02: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...