{ "info": { "author": "gozug", "author_email": "gozug@zugmc.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5" ], "description": "# mojapi\nPython library for interacting with Mojang APIs.\n\n# Installation\n```\npip install mojapi\n```\n\n# Usage\nMake basic API requests to Mojang as laid out at http://wiki.vg/Mojang_API. Where appropriate, timestamps are converted to native Python `datetime` objects, and base64 encoded JSON objects are automatically expanded.\n\n```python\n>>> from mojapi import *\n>>> get_uuid('gozug')\n{'id': 'bdc46881e95447b694e82d10bac42ccb', 'name': 'gozug'}\n>>> get_detailed_profile('bdc46881e95447b694e82d10bac42ccb')\n{'properties': [{'value': {'textures': {'SKIN': {'url': 'http://textures.minecraft.net/texture/1d9e8dafe7d87bb7cba7eb3d8d2d5bf58eab72ecdfdf9ecce3d1c03871c0'}}, 'profileId': 'bdc46881e95447b694e82d10bac42ccb', 'timestamp': datetime.datetime\n(2016, 9, 8, 23, 44, 15, 472000), 'profileName': 'gozug'}, 'name': 'textures'}], 'id': 'bdc46881e95447b694e82d10bac42ccb', 'name': 'gozug'}\n```\n\n# Contributions\nContributions are welcome.", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/zugmc/mojapi/tarball/0.1.1", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/zugmc/mojapi/", "keywords": "minecraft mojang api", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "mojapi", "package_url": "https://pypi.org/project/mojapi/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/mojapi/", "project_urls": { "Download": "https://github.com/zugmc/mojapi/tarball/0.1.1", "Homepage": "https://github.com/zugmc/mojapi/" }, "release_url": "https://pypi.org/project/mojapi/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "Python library for interacting with Mojang APIs", "version": "0.1.1" }, "last_serial": 2332519, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "d3e24b39838fa31daafd5907b4f03feb", "sha256": "e2f6d287bec915f55269751018b0f69616cb6b2c43ae6c587f9c889df1deead3" }, "downloads": -1, "filename": "mojapi-0.1.0.tar.gz", "has_sig": false, "md5_digest": "d3e24b39838fa31daafd5907b4f03feb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2552, "upload_time": "2016-09-08T23:07:13", "url": "https://files.pythonhosted.org/packages/2c/35/ab72fd35b4bafbf7453cbd1fe2ce0cdc2523f9498db04fe483c9d704acff/mojapi-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "340363eb80b9ff69164284b6650e952f", "sha256": "e6354243155b3085a47656f8baac42c4a0aea20616d0fc7913c91f201d204e8a" }, "downloads": -1, "filename": "mojapi-0.1.1.tar.gz", "has_sig": false, "md5_digest": "340363eb80b9ff69164284b6650e952f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3397, "upload_time": "2016-09-08T23:19:45", "url": "https://files.pythonhosted.org/packages/2c/6e/52e50336a8e16e42bc185eb313d8d748afef8b06c0784d5842a6a0dc0ce2/mojapi-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "340363eb80b9ff69164284b6650e952f", "sha256": "e6354243155b3085a47656f8baac42c4a0aea20616d0fc7913c91f201d204e8a" }, "downloads": -1, "filename": "mojapi-0.1.1.tar.gz", "has_sig": false, "md5_digest": "340363eb80b9ff69164284b6650e952f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3397, "upload_time": "2016-09-08T23:19:45", "url": "https://files.pythonhosted.org/packages/2c/6e/52e50336a8e16e42bc185eb313d8d748afef8b06c0784d5842a6a0dc0ce2/mojapi-0.1.1.tar.gz" } ] }