nickspylib


Namenickspylib JSON
Version 0.1.4 PyPI version JSON
download
home_pagehttps://github.com/nickdala/nicks-pylib
SummaryExample of a Python Library
upload_time2024-09-11 01:38:26
maintainerNone
docs_urlNone
authorNick Dalalelis
requires_python<3.11.0,>=3.10.14
licenseMIT
keywords example python library
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # nicks-pylib

Example of a Python library

## Install

```bash
pip install nickspylib
```

## Usage

```bash
from nickspylib import random

number = random.generate_random_number(3, 10)
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/nickdala/nicks-pylib",
    "name": "nickspylib",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.11.0,>=3.10.14",
    "maintainer_email": null,
    "keywords": "example, python, library",
    "author": "Nick Dalalelis",
    "author_email": "ndalalelis@yahoo.com",
    "download_url": "https://files.pythonhosted.org/packages/57/54/c0d2bb408c778ec86cd47718c0abb8dbd2055ea4f777ff9203f3cd176373/nickspylib-0.1.4.tar.gz",
    "platform": null,
    "description": "# nicks-pylib\n\nExample of a Python library\n\n## Install\n\n```bash\npip install nickspylib\n```\n\n## Usage\n\n```bash\nfrom nickspylib import random\n\nnumber = random.generate_random_number(3, 10)\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Example of a Python Library",
    "version": "0.1.4",
    "project_urls": {
        "Homepage": "https://github.com/nickdala/nicks-pylib",
        "Repository": "https://github.com/nickdala/nicks-pylib"
    },
    "split_keywords": [
        "example",
        " python",
        " library"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "edf17e7f9ab814c89f575257258791262a86d887056d5094539260998fa9dc28",
                "md5": "2f0bfaf74a03574a8f71c2b2f1575a5f",
                "sha256": "83396037204d3eba296038b11c25facdcf8b75e803802d6177c59c21954c8518"
            },
            "downloads": -1,
            "filename": "nickspylib-0.1.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2f0bfaf74a03574a8f71c2b2f1575a5f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.11.0,>=3.10.14",
            "size": 1604,
            "upload_time": "2024-09-11T01:38:24",
            "upload_time_iso_8601": "2024-09-11T01:38:24.741757Z",
            "url": "https://files.pythonhosted.org/packages/ed/f1/7e7f9ab814c89f575257258791262a86d887056d5094539260998fa9dc28/nickspylib-0.1.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5754c0d2bb408c778ec86cd47718c0abb8dbd2055ea4f777ff9203f3cd176373",
                "md5": "fdf374158db27a6f1ea764037496d022",
                "sha256": "4776ee16bf9475a5fcee4bb1cc315daaa3f8b497d3ade681f54ac1929ac31797"
            },
            "downloads": -1,
            "filename": "nickspylib-0.1.4.tar.gz",
            "has_sig": false,
            "md5_digest": "fdf374158db27a6f1ea764037496d022",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.11.0,>=3.10.14",
            "size": 1213,
            "upload_time": "2024-09-11T01:38:26",
            "upload_time_iso_8601": "2024-09-11T01:38:26.535592Z",
            "url": "https://files.pythonhosted.org/packages/57/54/c0d2bb408c778ec86cd47718c0abb8dbd2055ea4f777ff9203f3cd176373/nickspylib-0.1.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-11 01:38:26",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "nickdala",
    "github_project": "nicks-pylib",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "nickspylib"
}
        
Elapsed time: 0.31010s