Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/libs/python/pyste/README @ 45

Last change on this file since 45 was 29, checked in by landauf, 16 years ago

updated boost from 1_33_1 to 1_34_1

File size: 1.4 KB
Line 
1.. Copyright Bruno da Silva de Oliveira 2006. Distributed under the Boost
2.. Software License, Version 1.0. (See accompanying
3.. file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
4
5Pyste - Python Semi-Automatic Exporter
6======================================
7
8Pyste is a Boost.Python code generator. The user specifies the classes and
9functions to be exported using a simple interface file, which following the
10Boost.Python's philosophy, is simple Python code. Pyste then uses GCCXML to
11parse all the headers and extract the necessary information to automatically
12generate C++ code.
13
14The documentation can be found in the file index.html accompaning this README.
15
16Enjoy!
17Bruno da Silva de Oliveira (nicodemus@esss.com.br)
18
19Thanks
20======
21
22- David Abrahams, creator of Boost.Python, for tips on the syntax of the interface
23  file and support.
24- Marcelo Camelo, for design tips, support and inspiration for this project.
25  Also, the name was his idea. 8)
26- Brad King, creator of the excellent GCCXML (http://www.gccxml.org)
27- Fredrik Lundh, creator of the elementtree library (http://effbot.org)
28
29Bugs
30====
31
32Pyste is a young tool, so please help it to get better! Send bug reports to
33nicodemus@esss.com.br, accompaining the stack trace in case of exceptions.
34If possible, run pyste with --debug, and send the resulting xmls too (pyste
35will output a xml file with the same of each header it parsed).
Note: See TracBrowser for help on using the repository browser.