FakeInvoiceGen
A Python package that generates fake invoices using Faker and InvoiceGenerator libraries.
Features
- Generate any number of random invoices with fake data
- Customize invoice data with your own inputs
- Easy to use API
- Configurable invoice templates
Installation
pip install fakeinvoicegen
Quick Start
from fakeinvoicegen import InvoiceGenerator
# Generate 5 random invoices
generator = InvoiceGenerator()
generator.generate_invoices(count=5)
# Generate invoice with custom data
custom_data = {
'client_name': 'John Doe',
'amount': 1000.00,
'due_date': '2024-12-31'
}
generator.generate_invoice(custom_data=custom_data)
Release files for fakeinvoicegen 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| fakeinvoicegen-0.1.0.tar.gz | 5.2 kB | Details |
Release files / fakeinvoicegen-0.1.0.tar.gz
| Download URL | fakeinvoicegen-0.1.0.tar.gz |
|---|---|
| Size | 5.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
1dee3ca0c51fad5d7b58935f624996830ffa340bccaa00e00eb0a9c3e8a82967
|
|
BLAKE2b-256 checksum How to use checksums |
5a51a7cdb585523ea3485f5f2e901941544dffe58b044326222b324cc8fafc85
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.10.15
|