A Gitea-API wrapper in Python
Go to file
Langenfeld a2aa5b796b moved creating of repos and users into Gitea class; listing of branches in a Repository 2018-11-15 16:19:13 +01:00
gitea moved creating of repos and users into Gitea class; listing of branches in a Repository 2018-11-15 16:19:13 +01:00
LICENSE Create LICENSE 2017-09-07 17:13:06 +00:00
README.md Create README.md 2017-09-07 17:12:30 +00:00
example.py moved creating of repos and users into Gitea class; listing of branches in a Repository 2018-11-15 16:19:13 +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...