Metadata-Version: 2.1
Name: invoicely
Version: 0.1.0
Summary: Create simple invoices.
License: MIT License
Project-URL: Homepage, https://github.com/andycaine/invoicely
Project-URL: Documentation, https://github.com/andycaine/invoicely?tab=readme-ov-file#asaa
Project-URL: Repository, https://github.com/andycaine/invoicely.git
Keywords: invoicing,invoices
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click
Requires-Dist: reportlab

# invoicely

Create simple invoices.

## Description

`invoicely` lets you easily create simple invoices from python or from the command line.

## Getting started

Install using pip:

```bash
pip install invoicely
```

See `tests/test_invoicely.py` for an example of how to use the API.
