Metadata-Version: 1.1
Name: sgfmill
Version: 1.0.0
Summary: Library for reading and writing files using Smart Game Format (SGF).
Home-page: https://mjw.woodcraft.me.uk/sgfmill/
Author: Matthew Woodcraft
Author-email: matthew@woodcraft.me.uk
License: MIT
Description: Sgfmill is a Python library for reading and writing Go game records
        using Smart Game Format (SGF).
        
        It supports:
        
        * loading SGF game records to make a Python object representation
        * creating SGF game objects from scratch
        * setting properties and manipulating the tree structure
        * serialising game records to SGF data
        * applying setup stones and moves to a Go board position
        
        Download: https://mjw.woodcraft.me.uk/sgfmill/download/sgfmill-1.0.0.tar.gz
        
        Documentation: https://mjw.woodcraft.me.uk/sgfmill/download/sgfmill-doc-1.0.0.tar.gz
        
        Online Documentation: https://mjw.woodcraft.me.uk/sgfmill/doc/1.0.0/
        
        Changelog: https://mjw.woodcraft.me.uk/sgfmill/doc/1.0.0/changes.html
        
        Github: https://github.com/mattheww/sgfmill
        
        
Keywords: go,baduk,weiqi,sgf
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python
Classifier: Topic :: Games/Entertainment :: Board Games
Classifier: Topic :: Software Development :: Libraries :: Python Modules
