{ "info": { "author": "Janzert", "author_email": "janzert@janzert.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "Programming Language :: Python", "Programming Language :: Python :: 2", "Topic :: Games/Entertainment :: Board Games" ], "description": "==========\nAEI Readme\n==========\n\nThis package provides a specification for the Arimaa Engine Interface (AEI).\nIt also includes some tools for using engines that implement AEI. Including an\ninterface to the arimaa.com gameroom. A full description of AEI can be found in\nthe file ``aei-protocol.txt``.\n\nThe scripts included for working with an AEI engine are:\n\n``analyze``\n A simple script that runs an engine and has it search a given position or\n move sequence.\n``gameroom``\n AEI controller that connects to the arimaa.com gameroom and plays a game.\n``postal_controller``\n Keeps a bot making moves as needed in any postal games it is a participant\n in.\n``roundrobin``\n Plays engines against each other in a round robin tournament.\n``simple_engine``\n Very basic AEI engine, just plays random step moves.\n\nBasic examples of using the scripts can be found in the file ``usage.rst``.\n\nThe pyrimaa package also includes modules implementing the controller side of\nthe AEI protocol (``aei.py``), the Arimaa position representation (as bitboards\nin ``board.py`` and x88 in ``x88board.py``), and a few utility functions for\nhandling Arimaa timecontrols (``util.py``).\n\nIf you have python2 and pip on your machine you can install the latest\nrelease with::\n\n pip install aei\n\nOn an operating system with a system supplied python you probably want to keep\nthe aei install separate from your system installed packages. To accomplish\nthat you can use either a virtualenv or user install. A user install is done\nsimply by adding the ``--user`` option::\n\n pip install --user aei", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://arimaa.janzert.com/aei", "keywords": "Arimaa", "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "AEI", "package_url": "https://pypi.org/project/AEI/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/AEI/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://arimaa.janzert.com/aei" }, "release_url": "https://pypi.org/project/AEI/1.2/", "requires_dist": null, "requires_python": null, "summary": "Arimaa Engine Interface tools", "version": "1.2" }, "last_serial": 1716458, "releases": { "1.2": [ { "comment_text": "", "digests": { "md5": "db1af04bf24dafa2dab71a772261ea00", "sha256": "06f74ba7765002cb4f6ce116ed1bac7cb09b542070f8d8271e535056877241c1" }, "downloads": -1, "filename": "AEI-1.2.tar.gz", "has_sig": false, "md5_digest": "db1af04bf24dafa2dab71a772261ea00", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 58794, "upload_time": "2015-09-10T02:02:21", "url": "https://files.pythonhosted.org/packages/d2/2e/862bbce3a763550dad824554f4d99a2f7b14e2220dc2acdcb504ba8c538c/AEI-1.2.tar.gz" } ], "1.2.dev3": [ { "comment_text": "", "digests": { "md5": "01ee1d2c322d0dd5e180ceeeef198b6c", "sha256": "08b7e4b2875d59e33ed7ed2ffc857b095adf7df8bba6854244450da2aee0a889" }, "downloads": -1, "filename": "AEI-1.2.dev3.tar.gz", "has_sig": false, "md5_digest": "01ee1d2c322d0dd5e180ceeeef198b6c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 58834, "upload_time": "2015-09-09T03:09:33", "url": "https://files.pythonhosted.org/packages/0a/c1/2dc0da0ea076b90fa70191b081c41e11b9b1f6f8efa5c7512beec929f998/AEI-1.2.dev3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "db1af04bf24dafa2dab71a772261ea00", "sha256": "06f74ba7765002cb4f6ce116ed1bac7cb09b542070f8d8271e535056877241c1" }, "downloads": -1, "filename": "AEI-1.2.tar.gz", "has_sig": false, "md5_digest": "db1af04bf24dafa2dab71a772261ea00", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 58794, "upload_time": "2015-09-10T02:02:21", "url": "https://files.pythonhosted.org/packages/d2/2e/862bbce3a763550dad824554f4d99a2f7b14e2220dc2acdcb504ba8c538c/AEI-1.2.tar.gz" } ] }