add dependency and license to readme
This commit is contained in:
parent
07135c8016
commit
0f74186df2
1 changed files with 31 additions and 1 deletions
32
README.rst
32
README.rst
|
@ -1 +1,31 @@
|
|||
#PyInvoice
|
||||
=========
|
||||
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
|
Loading…
Reference in a new issue