www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - Pyd RC1

reply Kirk McDonald <kirklin.mcdonald gmail.com> writes:
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
Jan 14 2007
next sibling parent =?ISO-8859-1?Q?Lu=EDs_Marques?= <luismarques gmail.com> writes:
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
Jan 16 2007
prev sibling next sibling parent Charlie <charlie.fats gmail.com> writes:
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-RC
.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/
 
Jan 16 2007
prev sibling next sibling parent Bill Baxter <dnewsgroup billbaxter.com> writes:
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-RC
.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
Jan 18 2007
prev sibling parent Pierre Rouleau <prouleau001 gmail.com> writes:
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
Jul 10 2010