uuidwithdatetime


Nameuuidwithdatetime JSON
Version 1.0.3 PyPI version JSON
download
home_pagehttps://github.com/Manikandanpythonjs/pythonuuiddate
SummaryA package to generate a random UUID with the current date and time.
upload_time2024-08-22 09:25:35
maintainerNone
docs_urlNone
authorManikandan AL
requires_python>=3.6
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # uuid_with_datetime

A Python package to generate a random UUID with the current date and time. You can choose between 12-hour and 24-hour time formats.

## Installation

```bash
pip install uuidwithdatetime
```

## Usage

```bash
import uuidwithdatetime
uuid_with_datetime = uuidwithdatetime.generate_uuid_with_datetime()
print(uuid_with_datetime)
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Manikandanpythonjs/pythonuuiddate",
    "name": "uuidwithdatetime",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "Manikandan AL",
    "author_email": "manipythonjs@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/7a/a5/8f624274ddd3285bb986399f070120e5208da837fd7bf15a36b3c2abef74/uuidwithdatetime-1.0.3.tar.gz",
    "platform": null,
    "description": "# uuid_with_datetime\r\n\r\nA Python package to generate a random UUID with the current date and time. You can choose between 12-hour and 24-hour time formats.\r\n\r\n## Installation\r\n\r\n```bash\r\npip install uuidwithdatetime\r\n```\r\n\r\n## Usage\r\n\r\n```bash\r\nimport uuidwithdatetime\r\nuuid_with_datetime = uuidwithdatetime.generate_uuid_with_datetime()\r\nprint(uuid_with_datetime)\r\n```\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A package to generate a random UUID with the current date and time.",
    "version": "1.0.3",
    "project_urls": {
        "Homepage": "https://github.com/Manikandanpythonjs/pythonuuiddate"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7aa58f624274ddd3285bb986399f070120e5208da837fd7bf15a36b3c2abef74",
                "md5": "8fe3914e9376a8bcc70aa1140e8d5579",
                "sha256": "dc309ce3fb783ca936a1be9e8c043986964a48182432de0647a8e6d93eb54f2d"
            },
            "downloads": -1,
            "filename": "uuidwithdatetime-1.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "8fe3914e9376a8bcc70aa1140e8d5579",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 2351,
            "upload_time": "2024-08-22T09:25:35",
            "upload_time_iso_8601": "2024-08-22T09:25:35.412570Z",
            "url": "https://files.pythonhosted.org/packages/7a/a5/8f624274ddd3285bb986399f070120e5208da837fd7bf15a36b3c2abef74/uuidwithdatetime-1.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-22 09:25:35",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Manikandanpythonjs",
    "github_project": "pythonuuiddate",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "uuidwithdatetime"
}
        
Elapsed time: 1.23997s