Source repository for the Distributed Array Protocol document and associated utilities.
A validator for data structures defined in the protocol is included as
validator.py
.
For a version of the protocol document rendered as HTML, see
http://distributed-array-protocol.readthedocs.org
To build a version of the protocol document yourself, install Sphinx, then
run make html
or make singlehtml
in this directory. See the output of
make help
for more information.
To run the tests for the validator and included utilities, run python -m
unittest discover
from this directory.