This is the strikeparse application.
- Python 2.7
Install for the current user:
$ python setup.py install --user
Run the application:
$ python -m strikeparse --help
Run the test suite:
$ py.test test/
Build documentation:
$ cd doc && make html
Deploy the application in a self-contained Virtualenv environment:
$ python deploy.py /path/to/apps $ cd /path/to/apps/ && strikeparse/bin/cli --help