{ "info": { "author": "Ross Masters", "author_email": "ross@rossmasters.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Games/Entertainment :: Real Time Strategy", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Hyppy\n=====\n\nA Python interface for the `Hyperiums `_ API (HAPI).\n\nAims to provide:\n\n- A HAPI wrapper, allowing multiple connections (i.e. per user, per game),\n- Parsing tools for daily list exports,\n- Functions and formulae for some of the game's mechanics.\n\nMIT licensed.\n\nInstallation and quickstart\n---------------------------\n\nTo install::\n\n pip install hyppy\n\nUsing the HAPI::\n\n from hyppy.hapi import HAPI\n\n hapi = HAPI('Hyperiums6')\n\n # Get a list of games\n print hapi.games()\n\n # Password authentication for list downloads\n hapi.authenticate_basic('loginname', 'password')\n\n # Download today's planet list for this game\n hapi.download('planets', './planets.txt.gz')\n\n # HAPI key authentication for everything else\n hapi.authenticate_hapi('loginname', 'hapikey')\n \n # Get all player's planets\n print hapi.planet()", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Hypex/hyppy.git", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "hyppy", "package_url": "https://pypi.org/project/hyppy/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/hyppy/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/Hypex/hyppy.git" }, "release_url": "https://pypi.org/project/hyppy/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "HAPI wrapper and tools for the online game Hyperiums", "version": "0.1.1" }, "last_serial": 793163, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "bbbf2850c7f494df918c1de989a77912", "sha256": "f77284acc8b78f1c3c2ea67a96ba6745238561ec6d03988aeaf18e19aa826a7e" }, "downloads": -1, "filename": "hyppy-0.1.0.zip", "has_sig": false, "md5_digest": "bbbf2850c7f494df918c1de989a77912", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9024, "upload_time": "2013-04-29T20:14:43", "url": "https://files.pythonhosted.org/packages/ca/f3/0185916064bad98184383275491033c21e05a9b47fcfa769a49fd006acfb/hyppy-0.1.0.zip" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "30ab2eebd59145a97fbdd894a2199224", "sha256": "729c1f4808b5e5d27a825e236de5547a4fe59c84e63cf554c62fa006d8df3cea" }, "downloads": -1, "filename": "hyppy-0.1.1.zip", "has_sig": false, "md5_digest": "30ab2eebd59145a97fbdd894a2199224", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9133, "upload_time": "2013-05-07T20:58:30", "url": "https://files.pythonhosted.org/packages/07/4e/c7fec2e555019dc44cb543c4475ef91d9c2c8f79efc0ab9c3e6b8e871b97/hyppy-0.1.1.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "30ab2eebd59145a97fbdd894a2199224", "sha256": "729c1f4808b5e5d27a825e236de5547a4fe59c84e63cf554c62fa006d8df3cea" }, "downloads": -1, "filename": "hyppy-0.1.1.zip", "has_sig": false, "md5_digest": "30ab2eebd59145a97fbdd894a2199224", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9133, "upload_time": "2013-05-07T20:58:30", "url": "https://files.pythonhosted.org/packages/07/4e/c7fec2e555019dc44cb543c4475ef91d9c2c8f79efc0ab9c3e6b8e871b97/hyppy-0.1.1.zip" } ] }