# distributed-array-protocol **Repository Path**: mirrors_enthought/distributed-array-protocol ## Basic Information - **Project Name**: distributed-array-protocol - **Description**: Default Repo description from terraform module - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-01-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README .. image:: https://travis-ci.org/enthought/distributed-array-protocol.png?branch=master :target: https://travis-ci.org/enthought/distributed-array-protocol 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. .. _Sphinx: http://sphinx-doc.org/ To run the tests for the validator and included utilities, run ``python -m unittest discover`` from this directory.