[PR #1425] [CLOSED] Add beautifulsoup4 #1262

Closed
opened 2025-11-06 13:12:45 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/1425
Author: @julianyraiol
Created: 10/31/2019
Status: Closed

Base: masterHead: master


📝 Commits (1)

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

What is this Python project?

Beautiful Soup is a Python library for pulling data out of HTML and XML files. It works with your favorite parser to provide idiomatic ways of navigating, searching, and modifying the parse tree. It commonly saves programmers hours or days of work. (https://www.crummy.com/software/BeautifulSoup/bs4/doc/)

What's the difference between this Python project and similar ones?

BeautifulSoup is one of the most prolific Python libraries in existence, in some part having shaped the web as we know it. BeautifulSoup is a lightweight, easy-to-learn, and highly effective way to programmatically isolate information on a single webpage at a time. BeautifulSoup is typically paired with the requests library, where requests will fetch a page and BeautifulSoup will extract the resulting data. (https://hackersandslackers.com/scraping-urls-with-beautifulsoup/)

Anyone who agrees with this pull request could vote for it by adding a 👍 to it, and usually, the maintainer will merge it when votes reach 20.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/1425 **Author:** [@julianyraiol](https://github.com/julianyraiol) **Created:** 10/31/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`ad35db2`](https://github.com/vinta/awesome-python/commit/ad35db2bf7e950e4e1024b6f47b47e0ccdbf2efe) Add beautifulsoup4 ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description ## What is this Python project? Beautiful Soup is a Python library for pulling data out of HTML and XML files. It works with your favorite parser to provide idiomatic ways of navigating, searching, and modifying the parse tree. It commonly saves programmers hours or days of work. (https://www.crummy.com/software/BeautifulSoup/bs4/doc/) ## What's the difference between this Python project and similar ones? BeautifulSoup is one of the most prolific Python libraries in existence, in some part having shaped the web as we know it. BeautifulSoup is a lightweight, easy-to-learn, and highly effective way to programmatically isolate information on a single webpage at a time. BeautifulSoup is typically paired with the requests library, where requests will fetch a page and BeautifulSoup will extract the resulting data. (https://hackersandslackers.com/scraping-urls-with-beautifulsoup/) Anyone who agrees with this pull request could vote for it by adding a :+1: to it, and usually, the maintainer will merge it when votes reach **20**. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 13:12:45 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#1262