No description
Find a file
2021-06-25 07:51:35 -05:00
.github/workflows run pre-commit 2021-06-25 07:37:07 -05:00
pypi_list remove duplicate imports 2021-06-25 07:19:12 -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 add known third-party with isort config 2021-06-25 07:31:32 -05:00
README.md add instructions for dev requirements 2021-06-18 08:21:20 -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 add pyproject.toml to bumplist 2021-06-25 07:24:03 -05:00
setup.py add instructions for using setup.py 2021-06-25 07:51:35 -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]"