Updated Python (markdown)

Lauri Ojansivu 2022-06-01 01:03:14 +03:00
parent cade2d99a2
commit 1506c84ab1

@ -3,7 +3,7 @@ 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)
- [API client, most complete](https://github.com/wekan/wekan/Python) (modelled after Trello API client)
- [API client, most complete](https://github.com/wekan/wekan-python) (modelled after Trello API client)
- [API CLI](https://github.com/wekan/wekan/blob/master/api.py)
- [2nd API client](https://github.com/wekan/wekan-python-api-client)
- [Stats](https://github.com/wekan/wekan-stats)