ScottWales / umdpfmt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

umdpfmt

UMDP3 Formatter

https://readthedocs.org/projects/umdpfmt/badge/?version=latest https://travis-ci.org/ScottWales/umdpfmt.svg?branch=master http://codecov.io/github/ScottWales/umdpfmt/coverage.svg?branch=master https://landscape.io/github/ScottWales/umdpfmt/master/landscape.svg?style=flat

Build Instructions

Pip install (into a virtual environment):

# TODO: Upload to PyPI
pip install umdpfmt

or:

# TODO: Support Antlr from $CLASSPATH
pip install git+https://github.com/ScottWales/umdpfmt

or (for development):

git checkout git+https://github.com/ScottWales/umdpfmt
cd umdpfmt
wget http://www.antlr.org/download/antlr-4.7-complete.jar
pip install -e '.[dev]'

About


Languages

Language:Python 97.0%Language:ANTLR 3.0%