uidgen


Nameuidgen JSON
Version 1.0.0 PyPI version JSON
download
home_pageNone
SummaryAn adjective-noun-number identifier generator.
upload_time2024-05-02 00:26:31
maintainerNone
docs_urlNone
authorNone
requires_python>=3.6
licenseMIT License Copyright (c) 2024 Jay Mody Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords names random rng
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Generate "unique" identifiers of the form `adjective-noun-number`.

**Usage**

```
pip install uidgen
```

Then in python:
```
>>> import uidgen
>>> uidgen.generate()
spotless-leave-6
>>> uidgen.generate()
wet-diamond-0
>>> uidgen.generate()
dull-court-2
```

Or via CLI:

```
$ python -m uidgen
wild-sport-8
```

**Note**

Identifiers are not actually "unique". There are a total of ~2 million possible identifiers from which one is randomly sampled (uniformly).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "uidgen",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "names, random, rng",
    "author": null,
    "author_email": "Jay Mody <jaykmody@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/83/0d/5c2d55503051541088e9ac49de47b0407ad3a004bf0d77834b84c56b4631/uidgen-1.0.0.tar.gz",
    "platform": null,
    "description": "Generate \"unique\" identifiers of the form `adjective-noun-number`.\n\n**Usage**\n\n```\npip install uidgen\n```\n\nThen in python:\n```\n>>> import uidgen\n>>> uidgen.generate()\nspotless-leave-6\n>>> uidgen.generate()\nwet-diamond-0\n>>> uidgen.generate()\ndull-court-2\n```\n\nOr via CLI:\n\n```\n$ python -m uidgen\nwild-sport-8\n```\n\n**Note**\n\nIdentifiers are not actually \"unique\". There are a total of ~2 million possible identifiers from which one is randomly sampled (uniformly).\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2024 Jay Mody  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
    "summary": "An adjective-noun-number identifier generator.",
    "version": "1.0.0",
    "project_urls": {
        "homepage": "https://github.com/jaymody/uidgen",
        "repository": "https://github.com/jaymody/uidgen"
    },
    "split_keywords": [
        "names",
        " random",
        " rng"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a68f01caae57c39e48e3db2ba38c38edf29b258f3d51cad9bf6d0a8440871d6e",
                "md5": "a6628ad4ce3e2ab2de0aeebad4591584",
                "sha256": "fe1b15fbdcb790ab6773f6ddfe883a90a434b602930841c858b4ae91dacbd0c0"
            },
            "downloads": -1,
            "filename": "uidgen-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a6628ad4ce3e2ab2de0aeebad4591584",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 14363,
            "upload_time": "2024-05-02T00:26:29",
            "upload_time_iso_8601": "2024-05-02T00:26:29.665034Z",
            "url": "https://files.pythonhosted.org/packages/a6/8f/01caae57c39e48e3db2ba38c38edf29b258f3d51cad9bf6d0a8440871d6e/uidgen-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "830d5c2d55503051541088e9ac49de47b0407ad3a004bf0d77834b84c56b4631",
                "md5": "7b3bd54dcf8e4888ffe571c0c0801e85",
                "sha256": "9c36e4781583ddf35a2a3539f48266faeda7116fb738d6ab2208fad6fc37a2d4"
            },
            "downloads": -1,
            "filename": "uidgen-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "7b3bd54dcf8e4888ffe571c0c0801e85",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 13194,
            "upload_time": "2024-05-02T00:26:31",
            "upload_time_iso_8601": "2024-05-02T00:26:31.456998Z",
            "url": "https://files.pythonhosted.org/packages/83/0d/5c2d55503051541088e9ac49de47b0407ad3a004bf0d77834b84c56b4631/uidgen-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-02 00:26:31",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jaymody",
    "github_project": "uidgen",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "uidgen"
}
        
Elapsed time: 0.24476s