Thread overview
Pyd RC1
Jan 15, 2007
Kirk McDonald
Jan 16, 2007
Luís Marques
Jan 16, 2007
Charlie
Jan 19, 2007
Bill Baxter
Jul 10, 2010
Pierre Rouleau
January 15, 2007
Well, since releasing versions seems to be all the rage these days, I've decided to release Pyd Release Candidate 1.

Downloads may be made form dsource:
http://dsource.org/projects/pyd/browser/downloads/celerid-RC1.zip?format=raw
http://dsource.org/projects/pyd/browser/downloads/celerid-RC1.tar.bz2?format=raw

(CeleriD is Pyd's build utility, and an extension to Python's distutils. It was originally written by David Rushby, but I have taken over maintenance of it since integrating it with Pyd.)

After extracting the archive, simply run
    python setup.py install
as root.

Documentation (also included in the distribution):
    http://pyd.dsource.org
Forums:
    http://dsource.org/forums/viewforum.php?f=95
Trac:
    http://dsource.org/projects/pyd/

-- 
Kirk McDonald
Pyd: Wrapping Python with D
http://pyd.dsource.org
January 16, 2007
Kirk McDonald wrote:
> Well, since releasing versions seems to be all the rage these days, I've decided to release Pyd Release Candidate 1.

Go, go Pyd! :D
January 16, 2007
Cool work on this.  I don't use Python but I look forward to PhpD ( or phd ) :D.

Charlie

Kirk McDonald wrote:
> Well, since releasing versions seems to be all the rage these days, I've decided to release Pyd Release Candidate 1.
> 
> Downloads may be made form dsource:
> http://dsource.org/projects/pyd/browser/downloads/celerid-RC1.zip?format=raw 
> 
> http://dsource.org/projects/pyd/browser/downloads/celerid-RC1.tar.bz2?format=raw 
> 
> 
> (CeleriD is Pyd's build utility, and an extension to Python's distutils. It was originally written by David Rushby, but I have taken over maintenance of it since integrating it with Pyd.)
> 
> After extracting the archive, simply run
>     python setup.py install
> as root.
> 
> Documentation (also included in the distribution):
>     http://pyd.dsource.org
> Forums:
>     http://dsource.org/forums/viewforum.php?f=95
> Trac:
>     http://dsource.org/projects/pyd/
> 
January 19, 2007
Kirk McDonald wrote:
> Well, since releasing versions seems to be all the rage these days, I've decided to release Pyd Release Candidate 1.
> 
> Downloads may be made form dsource:
> http://dsource.org/projects/pyd/browser/downloads/celerid-RC1.zip?format=raw 
> 
> http://dsource.org/projects/pyd/browser/downloads/celerid-RC1.tar.bz2?format=raw 
> 
> 
> (CeleriD is Pyd's build utility, and an extension to Python's distutils. It was originally written by David Rushby, but I have taken over maintenance of it since integrating it with Pyd.)
> 
> After extracting the archive, simply run
>     python setup.py install
> as root.
> 
> Documentation (also included in the distribution):
>     http://pyd.dsource.org
> Forums:
>     http://dsource.org/forums/viewforum.php?f=95
> Trac:
>     http://dsource.org/projects/pyd/
> 

Looking good!
After reading a tutorial about Enthought's TraitsUI[1], I've been been thinking Python UI + D for core algorithms would be a pretty killer combo for rapid prototyping.  PyD looks like it makes that combo quite feasible.

All the pyd examples worked great for me.

[1]http://gael-varoquaux.info/computers/traits_tutorial/traits_tutorial.html

--bb
July 10, 2010
On 15/01/07 1:49 AM, Kirk McDonald wrote:
> Well, since releasing versions seems to be all the rage these days, I've
> decided to release Pyd Release Candidate 1.
>
Hi,  has there been any new development for Pyd since January 2007?  Has a port to D2 been considered?  Is Pyd still alive and used by people?

I am considering writing some extensions for Python and would like to write them in D, D2 preferably.

Thanks!

-- Pierre