mirror of
https://github.com/alvierahman90/otfm-python.git
synced 2025-10-13 07:54:32 +00:00
d39a236d2fffa704d8d9790e13beaac0e3c7fe3c
pymacro
A python implementation of otfmacros.
usage
$ ./pymacro -h
usage: pymacro [-h] [-m MACROS_FILE] [-i INPUT] [-o OUTPUT]
optional arguments:
-h, --help show this help message and exit
-m MACROS_FILE, --macros-file MACROS_FILE
File where macros are stored (default: macros)
-i INPUT, --input INPUT
File to be processed. (default: -)
-o OUTPUT, --output OUTPUT
Path of output (default: -)
testing
Run test.sh
.
A diff
is run on the actual output against what should have come out according
to the spec.
There should be no output if everything is working as expected.
Description
Languages
Python
95.8%
Makefile
2.6%
Shell
1.6%