Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 854 Bytes

README.rst

File metadata and controls

25 lines (16 loc) · 854 Bytes
https://travis-ci.org/enthought/distributed-array-protocol.png?branch=master

Distributed Array Protocol

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.