UUIDv7gen


NameUUIDv7gen JSON
Version 1.0.3 PyPI version JSON
download
home_pageNone
SummaryA Python library to generate and validate UUID version 7 identifiers from scratch.
upload_time2025-08-23 02:53:23
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords uuid uuid7 guid unique identifier globally unique identifier generator uuid generator
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Meet my UUIDv7 Generator

## How To Install
```bash
pip install UUIDv7gen
# or uv add
uv add UUIDv7gen

# or to upgrade
pip install uuid7 --upgrade

```

## Example Usage
```python

from uuid7 import UUIDv7, is_valid_uuid7

# To Generate a UUID
uuid = UUIDv7()
print(uuid)
# Should return a UUIDv7 Value for example "0198d4cf-6591-7fc7-9f93-1a30ef460fba"

# To Validate a UUID
print(is_valid_uuid7(uuid))
# should return a bool value
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "UUIDv7gen",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "uuid, uuid7, guid, unique identifier, globally unique identifier, generator, uuid generator",
    "author": null,
    "author_email": "Roger Mukai <roger@mukaiguy.com>",
    "download_url": "https://files.pythonhosted.org/packages/47/41/b298616e9bb9195d69eff08de62e45f0c385c4da4d93fac3825a0bd57f40/uuidv7gen-1.0.3.tar.gz",
    "platform": null,
    "description": "# Meet my UUIDv7 Generator\n\n## How To Install\n```bash\npip install UUIDv7gen\n# or uv add\nuv add UUIDv7gen\n\n# or to upgrade\npip install uuid7 --upgrade\n\n```\n\n## Example Usage\n```python\n\nfrom uuid7 import UUIDv7, is_valid_uuid7\n\n# To Generate a UUID\nuuid = UUIDv7()\nprint(uuid)\n# Should return a UUIDv7 Value for example \"0198d4cf-6591-7fc7-9f93-1a30ef460fba\"\n\n# To Validate a UUID\nprint(is_valid_uuid7(uuid))\n# should return a bool value\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A Python library to generate and validate UUID version 7 identifiers from scratch.",
    "version": "1.0.3",
    "project_urls": {
        "Bug Tracker": "https://github.com/MukaiGuy/UUIDv7issues",
        "Homepage": "https://github.com/MukaiGuy/UUIDv7"
    },
    "split_keywords": [
        "uuid",
        " uuid7",
        " guid",
        " unique identifier",
        " globally unique identifier",
        " generator",
        " uuid generator"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "55ebbb15a8464fb66d32d0f57e33d3a352b88e01756db410b536850cc9ff1cec",
                "md5": "883eb90989a42ea310d1ee4d297e9392",
                "sha256": "841a532c52b74d7484a2b544058d0d590bfbc931acc0b6ff5177f157eedcb483"
            },
            "downloads": -1,
            "filename": "uuidv7gen-1.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "883eb90989a42ea310d1ee4d297e9392",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 6059,
            "upload_time": "2025-08-23T02:53:22",
            "upload_time_iso_8601": "2025-08-23T02:53:22.137381Z",
            "url": "https://files.pythonhosted.org/packages/55/eb/bb15a8464fb66d32d0f57e33d3a352b88e01756db410b536850cc9ff1cec/uuidv7gen-1.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4741b298616e9bb9195d69eff08de62e45f0c385c4da4d93fac3825a0bd57f40",
                "md5": "704de3023a96f2692fdf6d6ba1603f05",
                "sha256": "86f860c0236d17b3bd2ebc7e9d219c498fb7dafd130c1e9beacdc349c6f6899d"
            },
            "downloads": -1,
            "filename": "uuidv7gen-1.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "704de3023a96f2692fdf6d6ba1603f05",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 5245,
            "upload_time": "2025-08-23T02:53:23",
            "upload_time_iso_8601": "2025-08-23T02:53:23.432961Z",
            "url": "https://files.pythonhosted.org/packages/47/41/b298616e9bb9195d69eff08de62e45f0c385c4da4d93fac3825a0bd57f40/uuidv7gen-1.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-23 02:53:23",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "MukaiGuy",
    "github_project": "UUIDv7issues",
    "github_not_found": true,
    "lcname": "uuidv7gen"
}
        
Elapsed time: 1.33532s