CPython, the primary implementation of the Python language, has a C
API for embedding Python into applications and writing extension
modules[1]. The cpython[2] package is a binding to this API. It's not
a complete binding yet -- there's a couple areas where I haven't
figured out how to represent th
I am pleased to announce the latest release of my graphviz [1] library,
which provides bindings and helper functions for use with the Graphviz
[2] suite of graph visualisation programs.
[1] http://hackage.haskell.org/package/graphviz
[2] http://www.graphviz.org/
For the most part, this release ha