Unofficial Python client for the InvoiceOcean REST API (alias for fakturownia-client)
Project description
invoiceocean-client
Unofficial Python client for the InvoiceOcean REST API.
This is a community-maintained project. It is not affiliated with, endorsed by, or sponsored by InvoiceOcean or Fakturownia sp. z o.o. "InvoiceOcean" and "Fakturownia" are trademarks of their respective owner, used here only to indicate compatibility.
This package is an alias for
fakturownia-client —
InvoiceOcean is the international brand of Fakturownia and both run the same
API. The alias pins the exact matching release and re-exports the full API
with brand-matching class names:
from invoiceocean_client import InvoiceOceanClient
with InvoiceOceanClient("mycompany.invoiceocean.com", api_token="...") as io:
invoices = io.list_invoices(period="this_month")
AsyncInvoiceOceanClient mirrors the sync API on httpx.AsyncClient.
The API token is sent only in the Authorization: Bearer header — never in
URLs. Full documentation lives in the
fakturownia-client repository.
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file invoiceocean_client-0.1.2.tar.gz.
File metadata
- Download URL: invoiceocean_client-0.1.2.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3c941a9312dc3d5b194a91a8729a62acf5f022ea524bea01d56ba5b96015c27f
|
|
| MD5 |
3ce090af482eb353c9bcce5fdab6ec51
|
|
| BLAKE2b-256 |
36c4ae89fee2d4844458d99410df7d64e138c75d790429a01f4069d5973375d4
|
File details
Details for the file invoiceocean_client-0.1.2-py3-none-any.whl.
File metadata
- Download URL: invoiceocean_client-0.1.2-py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ae94865395359461cdea4161f721bc01f07c121891d5146ca966942d775d773f
|
|
| MD5 |
4e0bc367075a0a5c51a612eadafea0ad
|
|
| BLAKE2b-256 |
fdf03f437bd10fcb0f6a999e94bc7de23476e037ef406fb1948a2849efcb77e4
|