Metadata-Version: 2.4
Name: moneysnake
Version: 0.2.3
Summary: Moneybird SDK for Python
License: MIT
License-File: LICENSE
Author: ArjanCodes
Requires-Python: >=3.12,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: freezegun (>=1.5.5,<2.0.0)
Requires-Dist: httpx (>=0.27.2,<0.28.0)
Requires-Dist: pydantic (>=2.10.6,<3.0.0)
Description-Content-Type: text/markdown

# moneysnake
![Authors](https://kajabi-storefronts-production.kajabi-cdn.com/kajabi-storefronts-production/file-uploads/themes/2149113237/settings_images/4adb13d-824c-454-a5c-72b2c6f06e1_Arjan_Codes_-_FInal_Files.png)

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:

```bash
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.

