Revision: 439
Author: mbaas
Date: 2006-08-23 03:05:33 -0700 (Wed, 23 Aug 2006)
ViewCVS: http://svn.sourceforge.net/pygccxml/?rev=439&view=rev
Log Message:
-----------
Added a readme
Added Paths:
-----------
pyplusplus_dev/contrib/pypp_api/readme.txt
Added: pyplusplus_dev/contrib/pypp_api/readme.txt
===================================================================
--- pyplusplus_dev/contrib/pypp_api/readme.txt (rev 0)
+++ pyplusplus_dev/contrib/pypp_api/readme.txt 2006-08-23 10:05:33 UTC (rev 439)
@@ -0,0 +1,30 @@
+pypp_api
+========
+
+pypp_api is an optional high-level API built on top of Py++. It can be
+used to control the binding creation process without that you have to
+know every detail about the internals of pygccxml and Py++.
+
+Usage
+-----
+
+In order to use the package set PYTHONPATH to contrib/pypp_api so
+that you can import pypp_api.
+In your script you will usually import the API as follows:
+
+from pypp_api import *
+
+
+Documentation
+-------------
+
+A quick start tutorial and a user guide are available on the Py++ wiki at:
+
+ https://realityforge.vrsource.org/view/PyppApi/
+
+(see the pages PyppTutorial and PyppUserGuide)
+
+You can also invoke the script generate_docs.py to generate a reference
+manual using epydoc (http://epydoc.sourceforge.net). If you are new to
+pypp_api I recommend to have a look at the wiki first.
+
Property changes on: pyplusplus_dev/contrib/pypp_api/readme.txt
___________________________________________________________________
Name: svn:eol-style
+ native
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|