missing-py2: Haskell interface to Python
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
Warnings:
- Exposed modules use unallocated top-level names: Python MissingPy
A Haskell Interface into the standard Python Interpreter A fork of John Goerzen's MissingPy library, hlinted and updated to run with GHC 7.6.3, this is for legacy projects, for newer projects you might want to consider http://hackage.haskell.org/package/cpython instead Original Documentation: 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.
[Skip to Readme]
Properties
Versions | 1.0.0, 1.0.0, 1.0.1 |
---|---|
Change log | None available |
Dependencies | anydbm (>=1.0.5), base (>=4 && <5), MissingH (>=1.0.1) [details] |
License | GPL-2.0-only |
Copyright | Copyright (c) 2005-2008 John Goerzen |
Author | John Goerzen |
Maintainer | Dom De Re |
Category | Foreign |
Home page | https://github.com/domdere/missing-py2 |
Bug tracker | https://github.com/domdere/missing-py2/issues |
Source repo | head: git clone https://github.com/domdere/missing-py2 |
Uploaded | by domdere at 2013-11-11T23:46:52Z |
Modules
- MissingPy
- MissingPy.AnyDBM
- FileArchive
- MissingPy.FileArchive.BZip2
- MissingPy.FileArchive.GZip
- Python
- Python.Exceptions
- Python.Exceptions.ExcTypes
- Python.Interpreter
- Python.Objects
- Python.Objects.Dict
- Python.Objects.File
- Python.Types
- Python.Utils
- Python.Exceptions
Downloads
- missing-py2-1.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees