Project logisticsΒΆ

Documentation:
http://zs.readthedocs.org/
Downloads:
http://pypi.python.org/pypi/zs/ [TODO]
Dependencies:
  • Python 2.7, or Python 3.3+
  • Python packages:
    • six
    • requests
    • docopt
    • (Python 2 only) backports.lzma
Developer dependencies (only needed for hacking on source):
  • Cython: needed to build from checkout
  • nose: needed to run tests
  • nose-cov: needed to get useful test coverage information
  • nginx: needed to run HTTP tests
Install:

pip install zs

(Or, for traditionalists: unpack source, install prerequisites, and then python setup.py install)

Code and bug tracker:
https://github.com/njsmith/zs
Contact:
Nathaniel J. Smith <nathaniel.smith@ed.ac.uk>
License:
2-clause BSD, see LICENSE.txt for details.