rstgo is a Python module for parsing go diagrams of the style used at the Sensei's Library and rendering them using reStructuredText. It was designed for embedding dynamically generated images of go games into reST documents, particularly for pelican blogs or sphinx documentation.
The code lives at http://bitbucket.org/cliff/rstgo. Bug reports, feature requests, and contributions are all welcome. If you find the code useful, hop on bitbucket and send me a quick message letting me know.
Product's homepage
Requirements:
· Python
What's New in This Release: [ read full changelog ]
· Updated setup.py to install pillow instead of PIL, because PIL does not understand basic packaging.