No description
Find a file
2021-06-25 08:31:25 -05:00
.github/workflows run pre-commit 2021-06-25 07:37:07 -05:00
pypi_list Bump version: 0.2.0 → 0.3.0 2021-06-25 08:26:39 -05:00
site run pre-commit 2021-06-25 07:37:07 -05:00
.gitignore add editors to .gitignore 2021-06-18 08:02:32 -05:00
.pre-commit-config.yaml Add interrogate to pre-commit-config 2021-06-25 07:47:54 -05:00
pyproject.toml Bump version: 0.2.0 → 0.3.0 2021-06-25 08:26:39 -05:00
README.md Add pre-commit intstructions 2021-06-25 08:22:59 -05:00
requirements.txt run pre-commit 2021-06-25 07:37:07 -05:00
requirements_dev.txt add pre-commit to requirements_dev 2021-06-25 07:30:53 -05:00
setup.cfg Bump version: 0.2.0 → 0.3.0 2021-06-25 08:26:39 -05:00
setup.py Fix refactored main -> run_project 2021-06-25 08:31:25 -05:00

pypi-list

Live on pypi-list.waylonwalker.com

Listing python packages from pypi, and finding available single word packages.

Install

pip install -r requirements.txt

Run the Pipeline

# Run with existing package data
python pypi-list.py

# Full run
python pypi-list.py --full

Scheduled on GitHub actions

This pipeline run daily at 0:0 to generate a packages.json, unavailable.json, avalilable.json.

Development

pip install -e ".[dev]"

This project includes a pre-commit-config, this ensures that each commit made to the project passes all checks that are also ran in CI. To setup pre-commit in your development environment run the follow command.

pre-commit install