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