API Reference

Python modules and scripts for working with Concrete, an HLT data specification defined using Thrift.

Low-level interface (Concrete schema)

Note that all data types defined by the Concrete schema—except for services—can be imported directly from the top-level concrete package. For example, instead of from concrete.communication.ttypes import Communication you can write from concrete import Communication.