ctxcore

GitHub release (latest by date) buildstatus pypipackage docstatus

Core functions for pycisTarget and the SCENIC tool suite

Quickstart

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.