Go to file
2019-05-19 21:23:51 -05:00
funkwhale Added a fix when sending params to the API 2019-05-19 20:20:06 -05:00
tests Added tests for some API methods 2019-05-19 20:37:35 -05:00
.gitignore Added gitignore file 2019-05-19 19:33:10 -05:00
.gitlab-ci.yml Added CI settings for running automatic testing 2019-05-19 20:40:58 -05:00
README.md Added readme 2019-05-19 21:23:51 -05:00
requirements.txt First commit 2019-05-19 19:31:34 -05:00
run_tests.py Added tests for some API methods 2019-05-19 20:37:35 -05:00

Python Funkwhale: Python Wrapper for the Funkwhale API.

pipeline status

coverage report

Python-funkwhale is a lightweight wrapper over the Funkwhale API. Only dependent on Requests, the idea of this wrapper is to support as much of the Funkwhale API as possible and be ready for new additions without needing to add a single line of code.