A Gitea-API wrapper in Python
Go to file
Langenfeld 4806fe62c2 updated module information 2019-02-19 09:56:26 +01:00
gitea
LICENSE
README.md
example.py
requirements.txt

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...