{ "info": { "author": "Erik Max Francis", "author_email": "software@alcyone.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 6 - Mature", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License (GPL)", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Utilities" ], "description": "Provided is an implementation of a \"unique\" ID generator in\r\n Python. The implementation does not follow UUID or GUID\r\n standards, but rather uses available system, host, user, shell\r\n environment, process, and other ephemeral information fed into a\r\n hasher (by default MD5) to generate the ID.\r\n\r\n The system is designed to be used both as a standalone application\r\n and as a module. The data used to be fed into the hash, as well\r\n as the hashing mechanism itself, can be overridden both through\r\n the command line and programmatically by importing the module.", "description_content_type": null, "docs_url": null, "download_url": "http://www.alcyone.com/software/uid/uid-latest.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.alcyone.com/software/uid/", "keywords": "unique id, UID, GID, UUID", "license": "GPL", "maintainer": "", "maintainer_email": "", "name": "PyUID", "package_url": "https://pypi.org/project/PyUID/", "platform": "Unix", "project_url": "https://pypi.org/project/PyUID/", "project_urls": { "Download": "http://www.alcyone.com/software/uid/uid-latest.tar.gz", "Homepage": "http://www.alcyone.com/software/uid/" }, "release_url": "https://pypi.org/project/PyUID/1.0.3/", "requires_dist": null, "requires_python": null, "summary": "Configurable unique ID generation", "version": "1.0.3" }, "last_serial": 944200, "releases": { "1.0.1": [], "1.0.2": [], "1.0.3": [] }, "urls": [] }