ANN: Python MegaTypes

aum spam at no.thanks
Sun Aug 22 23:09:20 EDT 2004


Hi,

This is more of a pre-announcement actually.

I'm developing a module called 'megatypes', which wraps the
python builtin types such as 'str', 'int', 'long' into turbo-charged
equivalents.

A working version of what I've done so far, together with manual and 
examples, is at:

   http://www.freenet.org.nz/python/megatypes

Example tidbit:

   >>> s = Str("Hello, world")
   >>> s.dice(3)
   ['Hel', 'lo,', ' wo', 'rld']

If anyone likes the concept, and wants to inject creative ideas (and 
preferably code as well), please let me know, and I'll open up a 
Sourceforge project for it.

Email address - david at freenet dot org dot nz

Cheers
aum



More information about the Python-list mailing list