Metadata-Version: 2.1
Name: french-invoice-generator
Version: 0.3
Summary: generate french invoices with latex from python
Home-page: https://github.com/tgrandjean/french-invoice-generator
Author: Thibault Grandjean
Author-email: thibault@cornet-grandjean.com
License: Apache Software License 2.0
Keywords: invoice_generator
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: pydantic (==1.8.2)
Requires-Dist: Jinja2 (==3.0.2)
Requires-Dist: email-validator (==1.1.3)

=================
Invoice Generator
=================


.. image:: https://img.shields.io/pypi/v/french-invoice-generator.svg
        :target: https://pypi.python.org/pypi/french-invoice-generator

.. image:: https://img.shields.io/travis/tgrandjean/french-invoice-generator.svg
        :target: https://app.travis-ci.com/github/tgrandjean/french-invoice-generator

.. image:: https://readthedocs.org/projects/french-invoice-generator/badge/?version=latest
        :target: https://invoice-generator.readthedocs.io/en/latest/?version=latest
        :alt: Documentation Status




generate invoices with latex from python


* Free software: Apache Software License 2.0
* Documentation: https://invoice-generator.readthedocs.io.


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.0 (2021-10-20)
------------------

* First release on PyPI.


