Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 808 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 808 Bytes

Python bindings for the Pothos framework

Documentation

Dependencies

  • Pothos library
  • Python development libraries and headers (2.7 or 3.*)
  • Numpy is a runtime dependency for the Pothos Python module

Building

configure, build, and install with CMake

Layout

  • The root directory contains a Pothos::ProxyEnvironment overload that can call into the Python C API.
  • The Pothos/ directory contains a python module that:
    • Provides access to a Pothos::ProxyEnvironment through Python
    • Pythonic API wrapper for Pothos::Block class

Licensing information

Use, modification and distribution is subject to the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)