Generates XML files for DeltaPro from Amazon invoices
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
449 B

7 years ago
# LibXLPy:
A libxl python wrapper
# Installation on a 32-bit system:
python setup32.py install
# Installation on a 64-bit system:
python setup64.py install
# Issues
If you see the following error:
libxlpy.c:1:20: fatal error: Python.h: No such file or directory
#include <Python.h>
Please install header files and a static library for Python:
apt-get install python-dev
# Dependencies:
* libxl
# Usage:
See tests under `./tests` folder.