Skip to content

Python SDK around the Moneybird accounting platform.

License

Notifications You must be signed in to change notification settings

ArjanCodes/moneysnake

Repository files navigation

moneysnake

Authors

Python SDK around the Moneybird accounting platform.

Description

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.

Installation

This library is uploaded to PyPi, to install simply run the following commands:

pip install moneysnake

Contributing

If you want to contribute to this project, please use the following steps:

  1. Fork the project.
  2. Create a new branch (git checkout -b feature/awesome-feature).
  3. Commit your changes (git commit -m 'Add some feature').
  4. Push to the branch (git push origin feature/awesome-feature).
  5. Open a pull request.

License

This project is licensed under the MIT License.