Python implementation of the Dripline framework
The python documentation is done via sphinx and is hosted on readthedocs. You can find it here.
The installation of dripline-python is done via setuptools and so the standard pip-based procedures should work. More detailed notes are on the getting started page, along with description of the dependencies.
The repo is organized with the following subdirectories
doc
: contains the reStructuredText files used to build sphinx documentation (along with supporting files)module_bindings
: contains C++ code to bind dripline-cpp (a git submodule) and to build the _dripline
python packagedripline
: is the top of the pure-python package source treebin
: directory of python-implemented CLI utlitiesexamples
: contains example configuration files compatible with the dl-serve command.
some will require details be filled in before they work