zopperuuid


Namezopperuuid JSON
Version 0.0.8 PyPI version JSON
download
home_pagehttps://www.zopper.com
SummaryThis Package will help in generating the UUID
upload_time2023-04-14 09:15:23
maintainer
docs_urlNone
authorSaurav Sharma
requires_python
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Zopper UUID Generator

This package will help in creating the uuid

## Formating
Formating using black

## Installation
### Command
```
pip install zopperuuid
```

For force reinstall

```
pip install --force-reinstall zopperuuid
```

## Usage
```
In [1]: from zopperuuid import uuid
In [2]: uuid.create_uuid()

Out[2]: 'zopper-d2c3a494-dc37-4c0f-aa87-31a6ea2dde23'
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://www.zopper.com",
    "name": "zopperuuid",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Saurav Sharma",
    "author_email": "saurav.sharma@zopper.com",
    "download_url": "https://files.pythonhosted.org/packages/82/8b/61fb0ad2e0cd6f945412a705d94a58a5adbdea955a987e84c34eab98673c/zopperuuid-0.0.8.tar.gz",
    "platform": null,
    "description": "# Zopper UUID Generator\n\nThis package will help in creating the uuid\n\n## Formating\nFormating using black\n\n## Installation\n### Command\n```\npip install zopperuuid\n```\n\nFor force reinstall\n\n```\npip install --force-reinstall zopperuuid\n```\n\n## Usage\n```\nIn [1]: from zopperuuid import uuid\nIn [2]: uuid.create_uuid()\n\nOut[2]: 'zopper-d2c3a494-dc37-4c0f-aa87-31a6ea2dde23'\n```\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "This Package will help in generating the UUID",
    "version": "0.0.8",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6c581fcc058a825720540ad81f4a2acdcb0e8d54c977fd858f7ffd89f50d8a78",
                "md5": "9b3e31b3bdd98db3d80e3b2c2ab1b158",
                "sha256": "be71e6f8b7881c18371c6e36655ea491d5ad001be4b2c8db8bf25e4e7f4263bc"
            },
            "downloads": -1,
            "filename": "zopperuuid-0.0.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9b3e31b3bdd98db3d80e3b2c2ab1b158",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 1920,
            "upload_time": "2023-04-14T09:15:21",
            "upload_time_iso_8601": "2023-04-14T09:15:21.333382Z",
            "url": "https://files.pythonhosted.org/packages/6c/58/1fcc058a825720540ad81f4a2acdcb0e8d54c977fd858f7ffd89f50d8a78/zopperuuid-0.0.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "828b61fb0ad2e0cd6f945412a705d94a58a5adbdea955a987e84c34eab98673c",
                "md5": "f3dc4ea71c34ad9f32f9f67cb70b4205",
                "sha256": "dc224ac86020c9a38e23ccff74a4f5f49960d17e32158b85f39489e7a085ba7b"
            },
            "downloads": -1,
            "filename": "zopperuuid-0.0.8.tar.gz",
            "has_sig": false,
            "md5_digest": "f3dc4ea71c34ad9f32f9f67cb70b4205",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 1531,
            "upload_time": "2023-04-14T09:15:23",
            "upload_time_iso_8601": "2023-04-14T09:15:23.539886Z",
            "url": "https://files.pythonhosted.org/packages/82/8b/61fb0ad2e0cd6f945412a705d94a58a5adbdea955a987e84c34eab98673c/zopperuuid-0.0.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-14 09:15:23",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "zopperuuid"
}
        
Elapsed time: 0.05509s