Python API ========== Our Python API is a direct exposure of the C++ API to Python. Implicit conversions are supported between C++ standard containers and their Python counterparts. For example, C++ std::map is automatically converted to and from Python dictionaries, while std::vector is converted to and from Python lists. Additionally, conversions are supported between C++ boost::posix_time::ptime and Python's datetime.datetime, as well as between C++ boost::gregorian::date and Python's datetime.date, among others. .. automodule:: otyca_cpp :members: :undoc-members: :show-inheritance: