Skip to content

mmdurrant/strikeparse

Repository files navigation

Overview

This is the strikeparse application.

Minimum Requirements

  • Python 2.7

Optional Requirements

  • py.test 2.7 (for running the test suite)
  • Sphinx 1.3 (for generating documentation)

Basic Setup

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

About

Code for parsing Alesis Strike module data files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages