https://github.com/mattheww/sgfmill
Python library for Smart Game Format (SGF) files
https://github.com/mattheww/sgfmill
python sgf
Last synced: 3 months ago
JSON representation
Python library for Smart Game Format (SGF) files
- Host: GitHub
- URL: https://github.com/mattheww/sgfmill
- Owner: mattheww
- Created: 2017-04-17T20:09:34.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-04-10T11:38:12.000Z (about 3 years ago)
- Last Synced: 2025-11-27T20:04:49.976Z (7 months ago)
- Topics: python, sgf
- Language: Python
- Homepage: http://mjw.woodcraft.me.uk/sgfmill/
- Size: 91.8 KB
- Stars: 73
- Watchers: 5
- Forks: 13
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
=======
Sgfmill
=======
Sgfmill is a Python library for reading and writing Go game records using
Smart Game Format (SGF).
Full documentation and contact information is available from the `home page`__.
.. __: http://mjw.woodcraft.me.uk/sgfmill/
Requirements
------------
Sgfmill requires Python 3.2 or later. There are no other requirements.
This is a Python 3 version of the SGF code from the Python 2 Gomill__ project.
If you need Python 2 support, please use Gomill instead.
.. __: https://mjw.woodcraft.me.uk/gomill/
Building the documentation
--------------------------
To build the HTML documentation yourself::
./build_docs
The documentation will be generated in ``doc/_build/html``.
Requirements:
- Sphinx__ version 1.0 or later (tested with 1.4)
.. __: http://sphinx.pocoo.org/