File size: 607 Bytes
a1ff6af |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
``bin/`` - Buildout generated scripts
-------------------------------------
This directory will be populated with scripts generated from the ``pyhwp``
package and the various development helper packages/scripts.
``pyhwp`` generate following scripts:
:program:`hwp5proc`
HWP format version 5 files processor. See :doc:`../hwp5proc`.
:program:`hwp5odt`, :program:`hwp5txt`, :program:`hwp5html`
Experimental converters. See :doc:`../converters`.
Development helper scripts (incomplete):
:program:`buildout`
(Re)generate the development environment.
:program:`test-core`
Run a quick unit test.
|