https://github.com/robert-96/top-pypi-packages
A regular dump of the 5,000 most-downloaded packages from PyPI (including summary, keywords, version and license).
https://github.com/robert-96/top-pypi-packages
data dump json pypi python
Last synced: 7 months ago
JSON representation
A regular dump of the 5,000 most-downloaded packages from PyPI (including summary, keywords, version and license).
- Host: GitHub
- URL: https://github.com/robert-96/top-pypi-packages
- Owner: Robert-96
- License: mit
- Created: 2021-06-11T19:29:33.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-02T12:47:24.000Z (over 1 year ago)
- Last Synced: 2025-04-12T09:53:44.801Z (over 1 year ago)
- Topics: data, dump, json, pypi, python
- Language: HTML
- Homepage: https://Robert-96.github.io/top-pypi-packages/
- Size: 1.92 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# top-pypi-packages
A web page with the most-downloaded packages from PyPI:
* https://robert-96.github.io/top-pypi-packages/
A dump of the 5,000 most-downloaded packages from PyPI (including summary, keywords, version and license):
* https://robert-96.github.io/top-pypi-packages/json/packages.json
* https://robert-96.github.io/top-pypi-packages/json/packages.min.json *(Minified)*

> **Note**: This package expends the list from https://github.com/hugovk/top-pypi-packages with the package info from the PyPI API.
## Development
### Setup
Use the following command to install all dependencies:
```
$ pip install -r requirements.txt
```
### Server
```
$ python -m scripts
```
Will start a dev server on http://localhost:8080/.
### Build
Run the following command to build the project:
```
$ python -m scripts.build
```
You can find the build inside the `dist/` directory.
### Test
You can run install the dev dependencies using the following command:
```
$ pip install -r requirements-dev.txt
```
You can run the tests using the following command:
```
$ pytest tests
```
## License
This project is licensed under the [MIT License](LICENSE).