/niji

A small, simple package management library

Primary LanguagePythonBSD 2-Clause "Simplified" LicenseBSD-2-Clause

Build Status Code Health Coverage Status Documentation Status

niji

A small, simple package management library written in Python. Supports Python 2.7+ and Python 3.5+.

setting up for development

create a virtualenv and run

$ pip install -r requirements.txt

This will install all the needed python packages.

To run tests

$ py.test

or to run with different python versions at once (you will need python 2.7, python 3.4 and pypy installed):

$ tox

Happy hacking!