{
"info": {
"author": "Team Rocket",
"author_email": "mmc691@nyu.edu",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 5 - Production/Stable",
"License :: OSI Approved :: MIT License",
"Operating System :: MacOS",
"Operating System :: Microsoft :: Windows",
"Operating System :: POSIX",
"Programming Language :: C++",
"Programming Language :: Java",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Topic :: Games/Entertainment :: Puzzle Games",
"Topic :: Games/Entertainment :: Turn Based Strategy",
"Topic :: Utilities"
],
"description": "++++++++++++++++++++\nHPS platform library\n++++++++++++++++++++\n\nThis library contains modules for developing the platform for the games\nplayed in CSCI-GA 2965, Heuristic Problem Solving with Prof. Dennis Shasha at NYU.\n\nThe following modules are available:\n\n1. **servers**\n The ``servers`` package contains a Python 3 server classes that can use\n either sockets or `ZeroMQ `_ for trasportation of\n messages. Both servers support sending and recieving of large messages\n and sending to one or all clients.\n\n2. **clients**\n The ``clients`` package contains clients for the server in a few languages.\n They all implement the similar interface. Currently, Python 3, C++ and Java\n clients are implemented. See the `clients/README.rst <./hps/clients/README.rst>`_\n for details on the clients.\n\nSee the `docs <./docs>`_ directory for the API documentation for all the modules\nand classes.\n\nInstalling\n----------\n\nTo install the server module, run ::\n\n pip install --user hps-nyu\n\nThis will install the package in the current user's home directory, and does not\nrequire root access. It can now be imported directly into your Python script.\n\nTo import a particular server class, use ``from hps.servers import ``.\n\nFor installing clients, see the README.rst file in the individual client directories.\n\nContributing\n------------\n\nWe hope that this can be ever growing library for the course. Please feel free to\nsend in pull requests with bug fixes, new features or even entirely new modules\nthat may be relevant for the course.\n",
"description_content_type": null,
"docs_url": null,
"download_url": "https://gitlab.com/mmc691/hps-project/",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "https://gitlab.com/mmc691/hps-project",
"keywords": "",
"license": "MIT",
"maintainer": "",
"maintainer_email": "",
"name": "hps-nyu",
"package_url": "https://pypi.org/project/hps-nyu/",
"platform": "Linux",
"project_url": "https://pypi.org/project/hps-nyu/",
"project_urls": {
"Download": "https://gitlab.com/mmc691/hps-project/",
"Homepage": "https://gitlab.com/mmc691/hps-project"
},
"release_url": "https://pypi.org/project/hps-nyu/1.0.0/",
"requires_dist": null,
"requires_python": "",
"summary": "Tools for architecture for HPS games",
"version": "1.0.0"
},
"last_serial": 3404173,
"releases": {
"1.0.0": [
{
"comment_text": "",
"digests": {
"md5": "df6b4b429924080e40c5ee9d99091213",
"sha256": "db39d793c654143d9128e266d50441b31afedcf33dc708e00166f6517aba6d0d"
},
"downloads": -1,
"filename": "hps-nyu-1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "df6b4b429924080e40c5ee9d99091213",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 8048,
"upload_time": "2017-12-09T21:40:16",
"url": "https://files.pythonhosted.org/packages/fa/29/c2667a3759629e2bb205e1a0dc03d85dd537efac70e863ad416016adc98b/hps-nyu-1.0.0.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "df6b4b429924080e40c5ee9d99091213",
"sha256": "db39d793c654143d9128e266d50441b31afedcf33dc708e00166f6517aba6d0d"
},
"downloads": -1,
"filename": "hps-nyu-1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "df6b4b429924080e40c5ee9d99091213",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 8048,
"upload_time": "2017-12-09T21:40:16",
"url": "https://files.pythonhosted.org/packages/fa/29/c2667a3759629e2bb205e1a0dc03d85dd537efac70e863ad416016adc98b/hps-nyu-1.0.0.tar.gz"
}
]
}