pyidml

A Python IDML library


License
Other
Install
pip install pyidml==0.3.dev0

Documentation

pyidml

A Python library for InDesign Markup Language (IDML).

Install

If you don't have pip installed, install setuptools (python-setuptools on Debian) and run as root:

$ easy_install pip

Install the Python headers (python-dev on Debian), and run as root:

$ pip install -r requirements.txt
$ python setup.py install

Test suite

$ nosetests