diff --git a/Python.md b/Python.md index 05b39ce..e04d149 100644 --- a/Python.md +++ b/Python.md @@ -3,8 +3,9 @@ Some Python etc code in WeKan, that is not yet added directly to WeKan: - [Burndown Chart](https://github.com/wekan/wekan/wiki/Burndown-and-Velocity-Chart) - [Scheduler](https://github.com/wekan/wekan-scheduler) - [Cleanup](https://github.com/wekan/wekan-cleanup) +- [WeKan API client for interacting with the WeKan® REST-API](https://github.com/wekan/wekan/Python) (modelled after Trello API client) - [API CLI](https://github.com/wekan/wekan/blob/master/api.py) -- [API client](https://github.com/wekan/wekan-python-api-client) +- [2nd API client](https://github.com/wekan/wekan-python-api-client) - [Stats](https://github.com/wekan/wekan-stats) - [Logstash and ElasticSearch](https://github.com/wekan/wekan-logstash) - iCal server in [Python](https://github.com/wekan/wekan-ical-server) and [PHP](https://github.com/wekan/wekan-ical-php)