mydatanaut library provides a convenient way for accessing myData REST API from applications written in the Python language.
This library was authored primarily to aid the relay of invoices generated by Stripe to AADE/myData in a production django application. Although the current code is being used in production it should not be considered mature, safe and feature-proof for your production environment.
You should treat this library as a basis for contributing improvements such as implementation of new features, bug fixes, test cases and refactorings vs having to implement the API from scratch on your own. This library will be maintained/improved only to the extend the original author sees fit to serve the purposes of other software.
⭐️ Contributions are welcome!
pip install --upgrade mydatanaut
Please see examples
- Official myDATA webpage: AADE myDATA
- Official myDATA documentation: AADE myDATA REST API v1.0.9
In order to use this package, you will need a user id and a subscription key. You can get these credentials by signing up to mydata rest api.
- Development/Sandbox: MyData Development API
- Production: MyData
Progress in developing this library would have been extremely slow and frustrating if not for the PHP package aade-mydata put together by Okan Giritli.
This library is licenses under the MIT License Copyright 2024 © Thanos "attheodo" Theodoridis