ntuple
- Python package for ntuple creation
- TODO
Python support | Python 2.7, >= 3.3 |
Source | https://github.com/kreczko/ntuple |
Docs | http://ntuple.rtfd.org |
Changelog | http://ntuple.readthedocs.org/en/latest/history.html |
API | http://ntuple.readthedocs.org/en/latest/api.html |
Issues | https://github.com/kreczko/ntuple/issues |
Travis | http://travis-ci.org/kreczko/ntuple |
Test coverage | https://coveralls.io/r/kreczko/ntuple |
pypi | https://pypi.python.org/pypi/ntuple |
Ohloh | https://www.ohloh.net/p/ntuple |
License | BSD. |
git repo | $ git clone https://github.com/kreczko/ntuple.git |
install dev | $ git clone https://github.com/kreczko/ntuple.git ntuple
$ cd ./ntuple
$ virtualenv .env
$ source .env/bin/activate
$ pip install -e . |
tests | $ python setup.py test |