Included gomill framework for SGF and GTP support, and sketched out SGF game-loading code.
This commit is contained in:
47
gomill/PKG-INFO
Normal file
47
gomill/PKG-INFO
Normal file
@ -0,0 +1,47 @@
|
||||
Metadata-Version: 1.0
|
||||
Name: gomill
|
||||
Version: 0.7.2
|
||||
Summary: Tools for testing and tuning Go-playing programs
|
||||
Home-page: http://mjw.woodcraft.me.uk/gomill/
|
||||
Author: Matthew Woodcraft
|
||||
Author-email: matthew@woodcraft.me.uk
|
||||
License: MIT
|
||||
Download-URL: http://mjw.woodcraft.me.uk/gomill/download/gomill-0.7.2.tar.gz
|
||||
Description: Gomill is a suite of tools, and a Python library, for use in developing and
|
||||
testing Go-playing programs. It is based around the Go Text Protocol (GTP) and
|
||||
the Smart Game Format (SGF).
|
||||
|
||||
The principal tool is the ringmaster, which plays programs against each other
|
||||
and keeps track of the results.
|
||||
|
||||
There is also experimental support for automatically tuning program parameters.
|
||||
|
||||
Download: http://mjw.woodcraft.me.uk/gomill/download/gomill-0.7.2.tar.gz
|
||||
|
||||
Documentation: http://mjw.woodcraft.me.uk/gomill/download/gomill-doc-0.7.2.tar.gz
|
||||
|
||||
Online Documentation: http://mjw.woodcraft.me.uk/gomill/doc/0.7.2/
|
||||
|
||||
Changelog: http://mjw.woodcraft.me.uk/gomill/doc/0.7.2/changes.html
|
||||
|
||||
Git: http://mjw.woodcraft.me.uk/gomill/git/
|
||||
|
||||
Gitweb: http://mjw.woodcraft.me.uk/gitweb/gomill/
|
||||
|
||||
|
||||
Keywords: go,baduk,weiqi,gtp,sgf
|
||||
Platform: POSIX
|
||||
Classifier: Development Status :: 4 - Beta
|
||||
Classifier: Environment :: Console
|
||||
Classifier: Intended Audience :: Developers
|
||||
Classifier: License :: OSI Approved :: MIT License
|
||||
Classifier: Natural Language :: English
|
||||
Classifier: Operating System :: POSIX
|
||||
Classifier: Operating System :: MacOS :: MacOS X
|
||||
Classifier: Programming Language :: Python :: 2
|
||||
Classifier: Programming Language :: Python :: 2.5
|
||||
Classifier: Programming Language :: Python :: 2.6
|
||||
Classifier: Programming Language :: Python :: 2.7
|
||||
Classifier: Programming Language :: Python
|
||||
Classifier: Topic :: Games/Entertainment :: Board Games
|
||||
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
Reference in New Issue
Block a user