[pygccxml-commit] SF.net SVN: pygccxml: [394] index.rest
Brought to you by:
mbaas,
roman_yakovenko
From: <rom...@us...> - 2006-08-13 06:36:14
|
Revision: 394 Author: roman_yakovenko Date: 2006-08-12 23:36:07 -0700 (Sat, 12 Aug 2006) ViewCVS: http://svn.sourceforge.net/pygccxml/?rev=394&view=rev Log Message: ----------- adding language-binding.net main page to the repository Added Paths: ----------- index.rest Added: index.rest =================================================================== --- index.rest (rev 0) +++ index.rest 2006-08-13 06:36:07 UTC (rev 394) @@ -0,0 +1,86 @@ +=========================== +C++ Python language binding +=========================== + +.. contents:: Table of contents + +---------------- +pygccxml package +---------------- + +* Do you need to parse C++ code? +* Do you need to build code generator? +* Do you need to create UML diagram? + +`pygccxml`_ is the way to go! `Learn more`__. + +.. __: `pygccxml`_ + +------------------ +pyplusplus package +------------------ + +"I love deadlines. I love the whooshing noise they make as they go by." + + -- Douglas Adams + +Meet your deadlines with powerful code generator engine - `pyplusplus`_. + +`pyplusplus`_ package and `Boost.Python`_ library provide a complete solution for +interfacing Python and C++. + +--------------- +pyboost package +--------------- + +`Boost`_ provides free peer-reviewed portable C++ source libraries. `pyboost`_ +package export next libraries to Python: + + * `boost.date_time`_ - date time library designed to provide a basis for + performing efficient time calculations + * `boost.crc`_ - cyclic redundancy code computation objects + * `boost.rational`_ - rational number class + * `boost.random`_ - a complete system for random number generation + +Python bindings for `boost.graph`_ library is also available from +http://www.osl.iu.edu/~dgregor/bgl-python . + +------------- +pydsc package +------------- + +Documentation strings contain spelling errors? `Fix them in a minute`_. + +.. _`Fix them in a minute` : `pydsc`_ + +----------------- +pyeasybmp package +----------------- + +`EasyBMP`_ could be easier? Yes of course! Learn more about `EasyBMP Python bindings`_. + +.. _`EasyBMP Python bindings`: ./pyplusplus/examples/easybmp/easybmp.html + +.. _`Boost.Python`: http://www.boost.org/libs/python/doc/index.html + +.. _`pyboost` : ./pyplusplus/examples/boost/boost.html +.. _`boost.graph` : http://www.boost.org/libs/graph/doc/table_of_contents.html +.. _`boost.date_time` : http://boost.org/doc/html/date_time.html +.. _`boost.crc` : http://boost.org/libs/crc/index.html +.. _`boost.rational` : http://boost.org/libs/rational/index.html +.. _`boost.random` : http://boost.org/libs/random/index.html + +.. _`Boost`: http://boost.org/ +.. _`Python`: http://www.python.org +.. _`pygccxml`: ./pygccxml/pygccxml.html +.. _`pyplusplus`: ./pyplusplus/pyplusplus.html +.. _`pydsc`: ./pydsc/pydsc.html +.. _`EasyBMP`: http://easybmp.sourceforge.net/ + +.. + Local Variables: + mode: indented-text + indent-tabs-mode: nil + sentence-end-double-space: t + fill-column: 70 + End: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |