Metadata-Version: 2.1
Name: RandomPi
Version: 1.0.2
Home-page: https://github.com/realendie/RandomPy/tree/PIP
Author: Wyatt Johnson
Author-email: enderprooffical@gmail.com
License: Appache 2.0
Keywords: python,random,pypi,package,random package
Description-Content-Type: text/markdown
Requires-Dist: beautifulsoup4==4.12.3
Requires-Dist: bs4==0.0.2
Requires-Dist: certifi==2024.12.14
Requires-Dist: charset-normalizer==3.4.1
Requires-Dist: idna==3.10
Requires-Dist: requests==2.32.3
Requires-Dist: setuptools==75.6.0
Requires-Dist: soupsieve==2.6
Requires-Dist: urllib3==2.3.0


![Logo](https://i.ibb.co/Yb8zMzn/randompi-header.png)


# 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

#### Get all packages

```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)

