Metadata-Version: 2.1
Name: gen-invoice
Version: 0.0.2
Summary: Template-based invoice generator
Home-page: http://github.com/adamrehn/gen-invoice
Author: Adam Rehn
Author-email: adam@adamrehn.com
License: MIT
Keywords: invoice template html pdf
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Environment :: Console
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Requires-Dist: appdirs (>=1.4.3)
Requires-Dist: humanfriendly (>=8.2)
Requires-Dist: Jinja2 (>=2.10.1)
Requires-Dist: python-dateutil (>=2.8.0)
Requires-Dist: PyYAML (>=5.1.1)
Requires-Dist: setuptools (>=38.6.0)
Requires-Dist: twine (>=1.11.0)
Requires-Dist: wheel (>=0.31.0)

Template-based invoice generator
================================

This package provides flexible, modular invoice generation functionality based on the [Jinja template engine](http://jinja.pocoo.org/), with PDF generation provided by [electron-pdf](https://www.npmjs.com/package/electron-pdf) when available.

**Check out the [comprehensive documentation](https://adamrehn.com/docs/gen-invoice/) to view installation and usage instructions.**

Resources:

- **Documentation:** <https://adamrehn.com/docs/gen-invoice/>
- **GitHub repository:** <https://github.com/adamrehn/gen-invoice>
- **Package on PyPI:** <https://pypi.org/project/gen-invoice/>

## Legal

Copyright &copy; 2019, Adam Rehn. Licensed under the MIT License, see the file [LICENSE](https://github.com/adamrehn/gen-invoice/blob/master/LICENSE) for details.


