nuid


Namenuid JSON
Version 0.0.1 PyPI version JSON
download
home_pageNone
SummaryA highly performant unique identifier generator.
upload_time2024-08-17 23:38:37
maintainerNone
docs_urlNone
authorsheldy <chikibamtioma@gmail.com>
requires_python>=3.8
licenseApache-2.0
keywords nuid guid uuid
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # py-nuid

A Python bingings for https://github.com/casualjim/rs-nuid

Currently, on PyPi available build only for macOS, for another system you must have Rust compilator.

Example:
```python
from nuid import NUID

nuid = NUID()
print(nuid.next()) # mxFsAkDdbFyjesXY7vTn61

nuid.randomize_prefix()
print(nuid.next()) # xJfZpr3pGqGnesXY7vTn7u

```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "nuid",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "nuid, guid, uuid",
    "author": "sheldy <chikibamtioma@gmail.com>",
    "author_email": "sheldy <chikibamtioma@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/c7/9c/9d5903702010c0a2ce10acf0a2c1e287001a8b9757f5a85f0828cde2de93/nuid-0.0.1.tar.gz",
    "platform": null,
    "description": "# py-nuid\n\nA Python bingings for https://github.com/casualjim/rs-nuid\n\nCurrently, on PyPi available build only for macOS, for another system you must have Rust compilator.\n\nExample:\n```python\nfrom nuid import NUID\n\nnuid = NUID()\nprint(nuid.next()) # mxFsAkDdbFyjesXY7vTn61\n\nnuid.randomize_prefix()\nprint(nuid.next()) # xJfZpr3pGqGnesXY7vTn7u\n\n```\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "A highly performant unique identifier generator.",
    "version": "0.0.1",
    "project_urls": {
        "Source Code": "https://github.com/sheldygg/py-nuid.git"
    },
    "split_keywords": [
        "nuid",
        " guid",
        " uuid"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a632ed75f341b31476a3bb13e07525fb92bcaf607d2f7f0eb4815c95ce04d339",
                "md5": "459b209fa6491f0e2e8e30d2866c45e8",
                "sha256": "67a4ada876c39bc88d4ab21899c9a6d9abe377df9b805afc083d4203f5571869"
            },
            "downloads": -1,
            "filename": "nuid-0.0.1-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "459b209fa6491f0e2e8e30d2866c45e8",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 197679,
            "upload_time": "2024-08-17T23:38:35",
            "upload_time_iso_8601": "2024-08-17T23:38:35.339838Z",
            "url": "https://files.pythonhosted.org/packages/a6/32/ed75f341b31476a3bb13e07525fb92bcaf607d2f7f0eb4815c95ce04d339/nuid-0.0.1-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c79c9d5903702010c0a2ce10acf0a2c1e287001a8b9757f5a85f0828cde2de93",
                "md5": "fc2e2006e3082c5afb8f1667e20142b4",
                "sha256": "b04f0c08bc0b2bd234abb9035ea86458449f79195d98926c72cf6ca16992cbb6"
            },
            "downloads": -1,
            "filename": "nuid-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "fc2e2006e3082c5afb8f1667e20142b4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 12553,
            "upload_time": "2024-08-17T23:38:37",
            "upload_time_iso_8601": "2024-08-17T23:38:37.626587Z",
            "url": "https://files.pythonhosted.org/packages/c7/9c/9d5903702010c0a2ce10acf0a2c1e287001a8b9757f5a85f0828cde2de93/nuid-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-17 23:38:37",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "sheldygg",
    "github_project": "py-nuid",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "nuid"
}
        
Elapsed time: 0.41151s