mirror of
https://github.com/vinta/awesome-python.git
synced 2026-05-08 06:38:26 -05:00
[PR #2517] [CLOSED] Add pypify.py - "pip install" one-liners #15531
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/2517
Author: @S0mbre
Created: 9/14/2023
Status: ❌ Closed
Base:
master← Head:pip-oneliners📝 Commits (3)
6962400pypify.py - add pip install one-liners39783ddProcessed README with pypify712ec49Skip "Python standard library" and pypified lines📊 Changes
5 files changed (+877 additions, -601 deletions)
View changed files
📝
.github/PULL_REQUEST_TEMPLATE.md(+22 -6)📝
.gitignore(+1 -0)📝
README.md(+592 -595)➕
pypify.py(+261 -0)📝
requirements.txt(+1 -0)📄 Description
Summary
Add another processing script -
pypify.pyto apply toREADME.mdaftersort.py.This script will add one-liners to each installable library / package in
README.md with a script to install it through pip. These one-liners are scraped from PyPI.
See docs in
pypify.py.EXAMPLE:
Current line featuring the flower package:
After pypify:
The resulting enhanced
README.mdcan be post-processed by other scripts to scrape thepackage info and give the user the ability to install them automatically in some package manager.
TODO
README.mdto some structured format, e.g. JSON, YAML, Pandas, Excel, etc.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.