randlib


Namerandlib JSON
Version 0.0.1 PyPI version JSON
download
home_pageNone
SummaryA small and lightweight package for generating randomness.
upload_time2024-08-29 08:27:25
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Randlib

A simple, lightweight package to create randomness in your projects using the Mersenne Twister.


# installation
```bash
pip install randlib
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "randlib",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "Abolfazl Malekpour <abolfazlmalekpour47@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/f3/c2/f5224359daadcf030bf1b163489aba63f674cf0821708c7473529fc74b69/randlib-0.0.1.tar.gz",
    "platform": null,
    "description": "# Randlib\n\nA simple, lightweight package to create randomness in your projects using the Mersenne Twister.\n\n\n# installation\n```bash\npip install randlib\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A small and lightweight package for generating randomness.",
    "version": "0.0.1",
    "project_urls": {
        "Homepage": "https://github.com/Aboly47/randlib/",
        "Issues": "https://github.com/Aboly47/randlib/issues"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "82aebe42d32fc942499d318940cca9e3a1d397abe7b07bdb067bb0050084cfa5",
                "md5": "9d30f52b189a7dfb1069b7a360ab3e40",
                "sha256": "9ddb56980e119a2c331d6b9a43ad30c70ed36f24b4b8d4a22f6d4ce45d8dc39e"
            },
            "downloads": -1,
            "filename": "randlib-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9d30f52b189a7dfb1069b7a360ab3e40",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 3944,
            "upload_time": "2024-08-29T08:27:23",
            "upload_time_iso_8601": "2024-08-29T08:27:23.995180Z",
            "url": "https://files.pythonhosted.org/packages/82/ae/be42d32fc942499d318940cca9e3a1d397abe7b07bdb067bb0050084cfa5/randlib-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f3c2f5224359daadcf030bf1b163489aba63f674cf0821708c7473529fc74b69",
                "md5": "351131dfc04abb054ce72275eaa4c79a",
                "sha256": "992bb5e46964523552940490893a3568d69b2c83f5f95382fb77a3575c9218d8"
            },
            "downloads": -1,
            "filename": "randlib-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "351131dfc04abb054ce72275eaa4c79a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 3587,
            "upload_time": "2024-08-29T08:27:25",
            "upload_time_iso_8601": "2024-08-29T08:27:25.547812Z",
            "url": "https://files.pythonhosted.org/packages/f3/c2/f5224359daadcf030bf1b163489aba63f674cf0821708c7473529fc74b69/randlib-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-29 08:27:25",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Aboly47",
    "github_project": "randlib",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "randlib"
}
        
Elapsed time: 0.77244s