Python client for Billkitco API
Project description
BillKit Python SDK
Official Python SDK for BillKit—invoice and quote generator for freelancers/small businesses.
Installation
pip install billkit
Quickstart
import os
from billkit import BillKitClient
client = BillKitClient(api_key=os.getenv("BILLKIT_API_KEY"))
# Batch from CSV
client.invoices.batch_create_from_csv(
data_file_path="invoices.csv", # id, due_date, etc.
items_file_path="items.csv" # items linked by id
)
Supports quotes similarly.
Resources
Development
pip install -e .[dev]
pytest
⭐ Issues
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
billkit-0.1.1.tar.gz
(13.7 kB
view details)
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
billkit-0.1.1-py3-none-any.whl
(16.0 kB
view details)
File details
Details for the file billkit-0.1.1.tar.gz.
File metadata
- Download URL: billkit-0.1.1.tar.gz
- Upload date:
- Size: 13.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
edf46efc8753142498059ddfb9c4e97e7e227302c64af3ac2995c0251d66e2e9
|
|
| MD5 |
46691c736f805c50830d2b7427d9c723
|
|
| BLAKE2b-256 |
b6ea450dc581fdce96811bb504c23fcc2b499b0def22098b6a01bee0660c491c
|
File details
Details for the file billkit-0.1.1-py3-none-any.whl.
File metadata
- Download URL: billkit-0.1.1-py3-none-any.whl
- Upload date:
- Size: 16.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c66ce16a8a4834472589b35a7b5fe782e4542284023f1765c47d11804e71b8b0
|
|
| MD5 |
1c18c110aaec665b2934258db6bdf25a
|
|
| BLAKE2b-256 |
367f837f7046130394f6025b712daa446ae1954cb39510fad54848a481e4bd14
|