A Gitea-API wrapper in Python
Go to file
fkarg e48036d044 small convenience feature
now you can also pass a user to org.remove_member.
2019-04-18 18:06:18 +02:00
gitea small convenience feature 2019-04-18 18:06:18 +02:00
.gitignore added gitignore 2019-04-05 17:14:33 +02:00
LICENSE Create LICENSE 2017-09-07 17:13:06 +00:00
README.md Update README.md 2019-04-18 15:01:43 +02:00
__init__.py small improvements 2019-02-19 10:51:01 +01:00
requirements.txt updated requirements 2019-04-18 14:59:12 +02:00
tests.py rename 2019-04-18 15:01:01 +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.

tests:

Can be run like this:

python3 -m pytest tests.py

Make sure to have a gitea-instance running on http://localhost:3000, and an admin-user token at .token.