|
From: <mla...@us...> - 2006-07-29 06:03:42
|
Revision: 29 Author: mlampard Date: 2006-07-28 23:02:29 -0700 (Fri, 28 Jul 2006) ViewCVS: http://svn.sourceforge.net/g15daemon/?rev=29&view=rev Log Message: ----------- Add Sven Ludwig's Python bindings. Modified Paths: -------------- trunk/g15daemon/AUTHORS trunk/g15daemon/lang-bindings/README Added Paths: ----------- trunk/g15daemon/lang-bindings/pyg15daemon-0.0.tar.bz2 Modified: trunk/g15daemon/AUTHORS =================================================================== --- trunk/g15daemon/AUTHORS 2006-07-23 21:27:29 UTC (rev 28) +++ trunk/g15daemon/AUTHORS 2006-07-29 06:02:29 UTC (rev 29) @@ -1,3 +1,5 @@ Mike Lampard <mla...@us...> - +- Main developer +Sven Ludwig +- Python bindings Modified: trunk/g15daemon/lang-bindings/README =================================================================== --- trunk/g15daemon/lang-bindings/README 2006-07-23 21:27:29 UTC (rev 28) +++ trunk/g15daemon/lang-bindings/README 2006-07-29 06:02:29 UTC (rev 29) @@ -1,3 +1,4 @@ +***** Perl bindings ***** To use the perl language bindings for libg15daemon_client, copy the G15Daemon.pm file into a perl include folder, or untar the archive and run the makefile with: @@ -9,3 +10,7 @@ The bindings are pretty basic, see the contribs folder for an example of use. + +***** Python Bindings ***** +The pyg15daemon bindings are available in this folder, or the latest release +of these bindings are available at http://abraumhal.de/pyg15daemon/ \ No newline at end of file Added: trunk/g15daemon/lang-bindings/pyg15daemon-0.0.tar.bz2 =================================================================== (Binary files differ) Property changes on: trunk/g15daemon/lang-bindings/pyg15daemon-0.0.tar.bz2 ___________________________________________________________________ Name: svn:mime-type + application/octet-stream This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |