Pyd updated to DMD 0.174, Python 2.5

Kirk McDonald kirklin.mcdonald at gmail.com
Sun Nov 19 18:04:06 PST 2006


http://pyd.dsource.org/

Pyd is a library that allows one to easily and quickly write Python 
extensions in D. It can seamlessly expose most D functions and classes 
to Python.

I've just completed a major update of Pyd. This new version takes 
advantage of D's new tuples, and also updates the Python/C API bindings 
for D to version 2.5 of Python.

D bindings for the Python/C API version 2.5:
http://dsource.org/projects/pyd/browser/trunk/infrastructure/python/2.5/python.d

There are some slight improvements to Pyd's interface as a result of 
this, and I've tried to improve and expand the documentation. I'm always 
trying to improve the documentation, so if you find it lacking in some 
way, let me know.

Pyd is still only available via Subversion, but I hope to have it ready 
for a proper beta release in the not-too-distance future. The repository 
is located at:

http://svn.dsource.org/projects/pyd/trunk

-- 
Kirk McDonald
Pyd: Wrapping Python with D
http://pyd.dsource.org



More information about the Digitalmars-d-announce mailing list