Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ompl/pyplusplus
https://github.com/ompl/pyplusplus
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ompl/pyplusplus
- Owner: ompl
- License: bsl-1.0
- Created: 2020-09-15T18:43:32.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-29T16:39:49.000Z (about 1 year ago)
- Last Synced: 2024-03-14T17:32:07.522Z (11 months ago)
- Language: Python
- Size: 23.3 MB
- Stars: 4
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- License: LICENSE_1_0.txt
Awesome Lists containing this project
README
Py++ - Boost.Python code generator
========================================Py++ is a code generator for Boost.Python that simplifies writing
Python bindings of a C/C++ library. The tool is implemented as a Python
module which is controlled by a user script.Requirements
------------In order to use Py++ you need the following additional components:
- Python v2.7 (or higher)
- pygccxml 1.9.0 (or higher)
- CastXMLInstall
-------The package uses the Python distutils so you can do the usual procedure:
python setup.py install
For more information about using the distutils see the Python manual
"Installing Python Modules".Documentation
-------------For examples and tutorials see the Py++ web site. An API reference
is available in the directory docs/apidocs in the source archive.If you obtained the source code from the subversion repository you
have to build the API reference yourself. This can be done using the
setup script:python setup.py doc
In order for this to work you need Sphinx and pygccxml.
--------------------------------------------------------------------------
Copyright 2004-2008 Roman Yakovenko.
Distributed under 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)