Go to file
2015-06-13 23:11:47 +08:00
pyinvoice Fix service provider info title 2015-06-11 22:32:19 +08:00
tests Test item style 2015-06-11 22:29:16 +08:00
.gitignore add bottom tip 2015-06-10 00:53:08 +08:00
.travis.yml Exclude more 2015-06-10 01:25:24 +08:00
LICENSE MIT license 2015-06-10 20:42:53 +08:00
README.rst add dependency and license to readme 2015-06-13 23:11:47 +08:00
requirements-dev.txt setup.py 2015-06-08 23:15:36 +08:00
setup.py import setup from distutils.core if setutools package no installed 2015-06-11 11:26:09 +08:00

=========
PyInvoice
=========

.. image:: https://api.travis-ci.org/CiCiApp/PyInvoice.svg?branch=master
    :target: https://github.com/CiCiApp/PyInvoice

Invoice/receipt generator.

Dependency
----------
* reportlab
* Python 2.6+/3.3+

+-------------------+-------------------+-------------------+-------------------+-------------------+
|                   | Python 2.6        | Python 2.7        | Python 3.3        | Python 3.4        |
+-------------------+-------------------+-------------------+-------------------+-------------------+
| Reportlab 2.6     | ✓                 | ✓                 |                   |                   |
+-------------------+-------------------+-------------------+-------------------+-------------------+
| Reportlab 2.7     | ✓                 | ✓                 |                   |                   |
+-------------------+-------------------+-------------------+-------------------+-------------------+
| Reportlab 3.0     |                   | ✓                 | ✓                 | ✓                 |
+-------------------+-------------------+-------------------+-------------------+-------------------+
| Reportlab 3.1.44  |                   | ✓                 | ✓                 | ✓                 |
+-------------------+-------------------+-------------------+-------------------+-------------------+
| Reportlab 3.2     |                   | ✓                 | ✓                 | ✓                 |
+-------------------+-------------------+-------------------+-------------------+-------------------+

License
-------
MIT