https://github.com/enthought/distributed-array-protocol
Default Repo description from terraform module
https://github.com/enthought/distributed-array-protocol
Last synced: 8 months ago
JSON representation
Default Repo description from terraform module
- Host: GitHub
- URL: https://github.com/enthought/distributed-array-protocol
- Owner: enthought
- License: bsd-3-clause
- Created: 2013-05-29T21:42:45.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2014-04-10T18:24:54.000Z (about 12 years ago)
- Last Synced: 2024-12-27T02:42:28.372Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 4.39 MB
- Stars: 0
- Watchers: 23
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: COPYING.rst
Awesome Lists containing this project
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.