
pydude 0.28.0
0
dude uncomplicated data extraction
Contents
Dude (Uncomplicated Data Extraction) is a Python framework designed for crafting web scrapers with ease. This Flask-inspired framework facilitates the rapid creation of web scrapers with its intuitive syntax. While it's still in pre-alpha, Dude doesn't skimp on features. It supports multiple parser backends like BeautifulSoup4 and LXML, and offers functionalities like URL pattern matching and data grouping.
Stars: 426, Watchers: 426, Forks: 19, Open Issues: 32The roniemartinez/dude repo was created 4 years ago and the last code push was 11 months ago.
The project is popular with 426 github stars!
How to Install pydude
You can install pydude using pip
pip install pydude
or add it to a project with poetry
poetry add pydude
Package Details
- Author
- Ronie Martinez
- License
- AGPL-3.0-or-later
- Homepage
- https://github.com/roniemartinez/dude
- PyPi:
- https://pypi.org/project/pydude/
- Documentation:
- https://roniemartinez.github.io/dude/
- GitHub Repo:
- https://github.com/roniemartinez/dude
Classifiers
- Software Development/Libraries/Python Modules
Related Packages
Errors
A list of common pydude errors.
Code Examples
Here are some pydude code examples and snippets.
pythonfix







