#include <boost/python.hpp>
#include <cassert>
#include <stdexcept>
#include <fstream>
#include <sstream>
#include <string>
#include <list>
#include <vector>
#include <boost/filesystem.hpp>
#include <opentrep/OPENTREP_Service.hpp>
#include <opentrep/OutputFormat.hpp>
#include <opentrep/Location.hpp>
#include <opentrep/bom/BomJSONExport.hpp>
#include <opentrep/bom/LocationExchange.hpp>
Go to the source code of this file.
Classes | |
struct | OPENTREP::OpenTrepSearcher |
API wrapper around the OpenTREP C++ API, so that Python scripts can use it seamlessly. More... | |
Namespaces | |
OPENTREP | |
Functions | |
BOOST_PYTHON_MODULE (libpyopentrep) | |
BOOST_PYTHON_MODULE | ( | libpyopentrep | ) |