/pylps

A python implementation of LPS (http://lps.doc.ic.ac.uk/)

Primary LanguagePythonMIT LicenseMIT

pylps

CircleCI codecov Maintainability

Installation

In a virtualenv run the following commands:

pip install -r requirements.txt
python setup.py develop

To run tests, run the following command in main directory

pytest

Coverage

rm -rf htmlcov && py.test --cov-report html --cov=pylps tests/

Profiling

python -m cProfile -s tottime file_name.py