Core functions for pycisTarget and the SCENIC tool suite
ctxcore is part of the SCENIC Suite of tools! See the main SCENIC website for additional information and a full list of tools available.
ctxcore is available on PyPI and can be installed with pip.
$ pip install ctxcore
After installing ctxcore you can use it like any other Python module.
Here is a simple example:
import ctxcore
# Fill this section in with the common use-case.
The API Reference provides API-level documentation.