Name: MissingPy Version: 0.10.6 License: MIT Maintainer: Matt Brown Author: John Goerzen license-file: COPYRIGHT extra-source-files: COPYING, genexceptions.hs, README, INSTALL, glue/excglue.h, glue/glue.h Stability: Alpha Copyright: Copyright (c) 2005-2008 John Goerzen Synopsis: Haskell interface to Python Homepage: http://github.com/softmechanics/missingpy Bug-reports: http://github.com/softmechanics/missingpy/issues Description: MissingPy is two things: . A Haskell binding for many C and Python libraries for tasks such as data compression, databases, etc. This can be found in the MissingPy module tree. . Also, it's a low-level Haskell binding to the Python interpreter to enable development of hybrid applications that use both environments. This can be found in the Python module tree. The Haskell bindings above use this environment. . MissingPy permits you to call Python code from Haskell. It does NOT permit you to call Haskell code from Python. . MissingPy is the companion to my MissingH library, and integrates with it. Build-Type: Custom cabal-version: >= 1.6 Library Exposed-Modules: Python.Types, Python.Utils, Python.Objects, Python.Interpreter, Python.Exceptions, Python.Exceptions.ExcTypes, Python.Objects.File, Python.Objects.Dict, MissingPy.FileArchive.GZip, MissingPy.FileArchive.BZip2, MissingPy.AnyDBM Other-Modules: Python.ForeignImports Build-Depends: base == 4.*, MissingH>=1.0.1, anydbm>=1.0.5 C-Sources: glue/glue.c glue/excglue.c Extensions: ForeignFunctionInterface, TypeSynonymInstances, FlexibleInstances