RandomPi


NameRandomPi JSON
Version 1.0.3 PyPI version JSON
download
home_pagehttps://github.com/realendie/RandomPy/tree/PIP
SummaryRandomPi is a simple package that uses the PyPi api to get a random python package.
upload_time2024-12-31 18:06:59
maintainerNone
docs_urlNone
authorWyatt Johnson
requires_pythonNone
licenseAppache 2.0
keywords python random pypi package random package
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # RandomPi

RandomPi is a simple package that uses the PyPi api to get a random python package.

## Authors

- [**Wyatt Johnson**](https://github.com/realendie)

## Install

```bash
  pip install RandomPi
```

## Demo

Input

```
C:\Users\RandomPi>get_random_pi
```

Output

```
pypi.org/project/RandomPi/
```

## PyPi Index Api

```http
   GET /simple/ HTTP/1.1
   Host: pypi.org
   Accept: application/vnd.pypi.simple.v1+html
```

## License

[**Apache-2.0**](https://www.apache.org/licenses/LICENSE-2.0)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/realendie/RandomPy/tree/PIP",
    "name": "RandomPi",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "python, random, pypi, package, random package",
    "author": "Wyatt Johnson",
    "author_email": "enderprooffical@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/0b/90/1558c672a3e8f459cce0c3a7c2f8bcae40fb82f6b3915b1babc8cabc8121/randompi-1.0.3.tar.gz",
    "platform": null,
    "description": "# RandomPi\r\n\r\nRandomPi is a simple package that uses the PyPi api to get a random python package.\r\n\r\n## Authors\r\n\r\n- [**Wyatt Johnson**](https://github.com/realendie)\r\n\r\n## Install\r\n\r\n```bash\r\n  pip install RandomPi\r\n```\r\n\r\n## Demo\r\n\r\nInput\r\n\r\n```\r\nC:\\Users\\RandomPi>get_random_pi\r\n```\r\n\r\nOutput\r\n\r\n```\r\npypi.org/project/RandomPi/\r\n```\r\n\r\n## PyPi Index Api\r\n\r\n```http\r\n   GET /simple/ HTTP/1.1\r\n   Host: pypi.org\r\n   Accept: application/vnd.pypi.simple.v1+html\r\n```\r\n\r\n## License\r\n\r\n[**Apache-2.0**](https://www.apache.org/licenses/LICENSE-2.0)\r\n",
    "bugtrack_url": null,
    "license": "Appache 2.0",
    "summary": "RandomPi is a simple package that uses the PyPi api to get a random python package.",
    "version": "1.0.3",
    "project_urls": {
        "Homepage": "https://github.com/realendie/RandomPy/tree/PIP"
    },
    "split_keywords": [
        "python",
        " random",
        " pypi",
        " package",
        " random package"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "67c2a24b22022e3576888292c0d44b2a99bc3eb1353db4280bbd2b8a654bd65f",
                "md5": "4e8a43ef0b21589fc57c24c63344915b",
                "sha256": "d59fd42a8a2e6eb0b2be3c0ec490a16f6dc3ccce99b5b74810ae332603427407"
            },
            "downloads": -1,
            "filename": "RandomPi-1.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4e8a43ef0b21589fc57c24c63344915b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 2485,
            "upload_time": "2024-12-31T18:06:55",
            "upload_time_iso_8601": "2024-12-31T18:06:55.931625Z",
            "url": "https://files.pythonhosted.org/packages/67/c2/a24b22022e3576888292c0d44b2a99bc3eb1353db4280bbd2b8a654bd65f/RandomPi-1.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0b901558c672a3e8f459cce0c3a7c2f8bcae40fb82f6b3915b1babc8cabc8121",
                "md5": "41b308ef998a2c57dac34adb6b1413e5",
                "sha256": "9789de03200507fbaacacca24518328c7bc185bdcd9810a26d8b90da9df9cbf0"
            },
            "downloads": -1,
            "filename": "randompi-1.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "41b308ef998a2c57dac34adb6b1413e5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2295,
            "upload_time": "2024-12-31T18:06:59",
            "upload_time_iso_8601": "2024-12-31T18:06:59.541070Z",
            "url": "https://files.pythonhosted.org/packages/0b/90/1558c672a3e8f459cce0c3a7c2f8bcae40fb82f6b3915b1babc8cabc8121/randompi-1.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-31 18:06:59",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "realendie",
    "github_project": "RandomPy",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "randompi"
}
        
Elapsed time: 0.64857s