Metadata-Version: 1.0
Name: rstgo
Version: 0.1.1
Summary: A package to render go diagrams and embed them in reStructuredText documents
Home-page: http://bitbucket.org/cliff/rstgo
Author: J. Cliff Dyer
Author-email: jcd@sdf.lonestar.org
License: LICENSE.txt
Description: ######
        README
        ######
        
        rstgo is a package 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.
        
        TODO
        ====
        
        * Implement annotated tiles for sequence moves.
        * Implement annotated tiles for marked stones.
        * Test that sphinx setup works as expected (and creates image files in the
          right place!)
        * Implement diagram captions and metadata.
        
        .. _Sensei's Library: http://senseis.xmp.net/?HowDiagramsWork
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Topic :: Documentation
Classifier: Topic :: Games/Entertainment :: Board Games
Classifier: Topic :: Games/Entertainment :: Turn Based Strategy
