gmpy 0.1 (pre-alpha) at http://sourceforge.net/projects/gmpy/

Alex Martelli aleaxit@yahoo.com
Tue, 7 Nov 2000 17:00:53 +0100


A new module interfacing GMP 3 to Python 2.  So far,
only mpz (integer) and mpf (float) types, no mpq
(rational); incomplete; sketchy docs.  "Comes with" a
"found-on-the-net" GMP.LIB for Win32/MSVC++6 and a
working gmpy.pyd for Python 2 built with it (separate
download from gmpy.c and distutils' setup.py).

Needs some project-direction decisions pretty soon
(keep types immutable or make them mutable; use C or
C++...), so all interested parties are invited to
visit the sourceforge pages & participate/advise.


Alex