{ "info": { "author": "Clemens Riese", "author_email": "hallo@clerie.de", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3" ], "description": "# MCUUID\nGetting Minecraft Player Information from Mojang API.\n\n## Usage\n1. `pip install mcuuid`\n2. Use the module like this:\n\n### API\n```\nfrom mcuuid.api import GetPlayerData\n\nplayer = GetPlayerData(identifier)\n\nif player.valid is True:\n uuid = player.uuid\n name = player.username\n```\n\nIdentifier can be a username or a UUID.\n\nWhen `identifier = \"gronkh\"`:\n`uuid` will be `\"a2080281c2784181b961d99ed2f3347c\"`\nand `name` will be `\"Gronkh\"`\n\n\n```\nplayer = GetPlayerData(identifier, timestamp)\n```\n\nSome names are time-sensitive. (When they are changed)\nSo you can choose a special time.\n\nIt even works with UUIDs. They respond the username at the given time.\n\n### Tools\nSyntax check of username\n```\nfrom mcuuid.tools import is_valid_minecraft_username\n\nif is_valid_minecraft_username('gronkh'):\n print('Valid')\n```\n\nSyntaxcheck of UUID\n```\nfrom mcuuid.tools import is_valid_mojang_uuid\n\nif is_valid_mojang_uuid('a2080281c2784181b961d99ed2f3347c'):\n print('Valid')\n```\n\n## Test file\nUsage\n```\n$ python test.py gronkh\n```\nor\n```\n$ python test.py a2080281c2784181b961d99ed2f3347c\n```\nor\n```\n$ python test.py\nPlease enter a username or UUID:\ngronkh\n```\nor\n```\n$ python test.py\nPlease enter a username or UUID:\na2080281c2784181b961d99ed2f3347c\n```\n\nResponse:\n```\nUUID: a2080281c2784181b961d99ed2f3347c\ncorrect name: Gronkh\n```\n\n## License\nThis software is licensed under the MIT license. Feel free to use it however you like.\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/clerie/mcuuid", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "mcuuidButWorks", "package_url": "https://pypi.org/project/mcuuidButWorks/", "platform": "", "project_url": "https://pypi.org/project/mcuuidButWorks/", "project_urls": { "Homepage": "https://github.com/clerie/mcuuid" }, "release_url": "https://pypi.org/project/mcuuidButWorks/0.3/", "requires_dist": null, "requires_python": "", "summary": "Getting Minecraft Player Information from Mojang API.", "version": "0.3" }, "last_serial": 5322023, "releases": { "0.2": [ { "comment_text": "", "digests": { "md5": "32a38cdf7b4788a2bb7ee36612143ac1", "sha256": "da95527b3ea9263be71a4871f4094fbc9331394c0c23c5f0939cadaca6184a1c" }, "downloads": -1, "filename": "mcuuidButWorks-0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "32a38cdf7b4788a2bb7ee36612143ac1", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3699, "upload_time": "2019-05-27T11:54:21", "url": "https://files.pythonhosted.org/packages/6c/9b/f9c44c0f833d994e576049287f75b583b417feffbbc866f6a961fcf95a52/mcuuidButWorks-0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "72e833297c634d6e8a906f31a3d9d779", "sha256": "1c51b9771ccccfa76228bf2bc14109033663710cacd2a660565461b4a9c32890" }, "downloads": -1, "filename": "mcuuidButWorks-0.2.tar.gz", "has_sig": false, "md5_digest": "72e833297c634d6e8a906f31a3d9d779", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3106, "upload_time": "2019-05-27T11:54:23", "url": "https://files.pythonhosted.org/packages/ab/59/9a02d472a8317765e03660eefc0b87b8e3af150e0c94513186e9dbfc446b/mcuuidButWorks-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "8d74f801a76679b1979dcf72699faebf", "sha256": "a2df434c6b501400e9c34e15fde2e0c9692371d02c9b5c78e17682c1dbf58ac2" }, "downloads": -1, "filename": "mcuuidButWorks-0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "8d74f801a76679b1979dcf72699faebf", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3700, "upload_time": "2019-05-27T11:57:45", "url": "https://files.pythonhosted.org/packages/02/c7/ce78a8353543383f3a1bfe69a800f0f350a60c66f31ee77754be88df0430/mcuuidButWorks-0.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "19512ea5410bae3291f834440931da75", "sha256": "a2511d58c0b66411234aa999354bdabae51e259f41cb8a7c8bcf42feacf4cdfb" }, "downloads": -1, "filename": "mcuuidButWorks-0.3.tar.gz", "has_sig": false, "md5_digest": "19512ea5410bae3291f834440931da75", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3103, "upload_time": "2019-05-27T11:57:46", "url": "https://files.pythonhosted.org/packages/d9/6c/1554b608114d3e12af88d45ba29323524ba470d9219726b8c46b5bff639c/mcuuidButWorks-0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8d74f801a76679b1979dcf72699faebf", "sha256": "a2df434c6b501400e9c34e15fde2e0c9692371d02c9b5c78e17682c1dbf58ac2" }, "downloads": -1, "filename": "mcuuidButWorks-0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "8d74f801a76679b1979dcf72699faebf", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3700, "upload_time": "2019-05-27T11:57:45", "url": "https://files.pythonhosted.org/packages/02/c7/ce78a8353543383f3a1bfe69a800f0f350a60c66f31ee77754be88df0430/mcuuidButWorks-0.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "19512ea5410bae3291f834440931da75", "sha256": "a2511d58c0b66411234aa999354bdabae51e259f41cb8a7c8bcf42feacf4cdfb" }, "downloads": -1, "filename": "mcuuidButWorks-0.3.tar.gz", "has_sig": false, "md5_digest": "19512ea5410bae3291f834440931da75", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3103, "upload_time": "2019-05-27T11:57:46", "url": "https://files.pythonhosted.org/packages/d9/6c/1554b608114d3e12af88d45ba29323524ba470d9219726b8c46b5bff639c/mcuuidButWorks-0.3.tar.gz" } ] }