A Gitea-API wrapper in Python
Go to file
fkarg 3c416c46ee small convenience feature
now you can also pass a user to org.remove_member.
2019-05-03 14:52:04 +02:00
gitea small convenience feature 2019-05-03 14:52:04 +02:00
.gitignore
LICENSE
README.md Update README.md 2019-05-03 14:52:04 +02:00
__init__.py
requirements.txt updated requirements 2019-05-03 14:52:04 +02:00
tests.py rename 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.

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.