Python client for WebODM API
- Free software: MIT license
- Documentation: https://python-webodm.readthedocs.io.
- Using https://github.com/charlesthk/python-mailchimp ans https://github.com/gophish/api-client-python as basis API Client, they seem to have a nice structure but still simpler then others.
- [X] Client Class (Webodm)
- ProjectsService
- [X] Project Class
- [X] Create
- [X] Update
- [X] Delete
- [X] Get
- [X] List
- [ ] Get and List filters
- TasksService
- [X] Task Class
- [ ] Create
- [ ] Update
- [ ] Delete
- [ ] Get
- [X] List
- [ ] Get and List filters
- ...
- Node Service
- ...
- [X] Extract AuthService from Webodm
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.