abbec / niji

A small, simple package management library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

A small, simple package management library

License:BSD 2-Clause "Simplified" License


Languages

Language:Python 99.4%Language:Makefile 0.6%