awkawb 3eaa187019
Some checks failed
test-clients / pyinvoiceninja (push) Failing after 1s
Fixed gitea action syntax error
2024-11-05 14:47:53 -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-09-30 12:56:57 -04:00

Python Invoice Ninja SDK

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%