https://github.com/pothosware/pothospython
Python bindings for the Pothos framework
https://github.com/pothosware/pothospython
dataflow pothos pothos-framework python python-bindings
Last synced: about 1 month ago
JSON representation
Python bindings for the Pothos framework
- Host: GitHub
- URL: https://github.com/pothosware/pothospython
- Owner: pothosware
- License: bsl-1.0
- Created: 2014-05-19T23:21:04.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2021-07-25T22:47:43.000Z (almost 4 years ago)
- Last Synced: 2025-03-26T06:43:28.942Z (about 2 months ago)
- Topics: dataflow, pothos, pothos-framework, python, python-bindings
- Language: C++
- Homepage: https://github.com/pothosware/PothosPython/wiki
- Size: 154 KB
- Stars: 7
- Watchers: 17
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.txt
- License: LICENSE_1_0.txt
Awesome Lists containing this project
README
# Python bindings for the Pothos framework
## Documentation
* https://github.com/pothosware/PothosPython/wiki
## 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)