awkawb 7d35f85c1b
Some checks failed
test-clients / pyinvoiceninja (push) Failing after 53s
Updated README
2024-11-06 10:11:24 -05:00
2024-10-22 16:12:28 -04:00
2024-09-30 12:51:50 -04:00
2023-12-17 10:36:55 -05:00
2024-09-30 12:57:23 -04:00
2024-11-06 10:11:24 -05:00

pyinvoiceninja

Inspired by the official PHP SDK, a Python wrapper for Invoice Ninja's REST API.

Model Projects

Projects to look to for guidance:

How to use

Let see some basic usage:

>>> # Import client from module
>>> from pyinvoiceninja import InvoiceNinjaClient
>>> # 
>>> client = InvoiceNinjaClient(base_url='https://ninja.instance/api/v1')
Description
Invoice Ninja python SDK
Readme 65 KiB
Languages
Python 99.1%
Nix 0.9%