Python SDK around the Moneybird accounting platform.
SDK for the Moneybird accounting platform to connect applications to Moneybird's API. With this SDK, you can easily create invoices, manage contacts, and retrieve financial data. It takes care of authentication and API requests, making it simple to automate tasks and handle accounting workflows in Moneybird from within a Python application.
This library is uploaded to PyPi, to install simply run the following commands:
pip install moneysnake
If you want to contribute to this project, please use the following steps:
- Fork the project.
- Create a new branch (git checkout -b feature/awesome-feature).
- Commit your changes (git commit -m 'Add some feature').
- Push to the branch (git push origin feature/awesome-feature).
- Open a pull request.
This project is licensed under the MIT License.