Created Python (markdown)

Lauri Ojansivu 2022-01-27 21:20:19 +02:00
parent 9ff331fca7
commit a032ce3ed8

10
Python.md Normal file

@ -0,0 +1,10 @@
Some Python etc code in WeKan, that is not yet added directly to WeKan:
- [Prometheus Exporter](https://github.com/wekan/wekan-prometheus-exporter)
- [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 CLI](https://github.com/wekan/wekan/blob/master/api.py)
- [API client](https://github.com/wekan/wekan-python-api-client)
- iCal server in [Python](https://github.com/wekan/wekan-ical-server) and [PHP](https://github.com/wekan/wekan-ical-php)
- [Sandstorm CSV related Python code](https://github.com/wekan/wekan/wiki/Wekan-Sandstorm-cards-to-CSV-using-Python)
- [Trello API test code](https://github.com/wekan/wekan/tree/master/trello)