Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 1.19 KB

README.rst

File metadata and controls

37 lines (21 loc) · 1.19 KB

Data Plane

Documentation Status

A Python implementation of the Data Plane data structures, function, server, and client. This is a reference server and client for the Data Plane. It demonstrates the Data Plane Server API. It also functions as an open framework, so new Tables can be attached to the Data Plane server by providing a Class with a get_rows() method and a columns property.

Features

  • TODO

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.