pydude 0.28.0
dude uncomplicated data extraction
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: 422, Watchers: 422, Forks: 19, Open Issues: 27The roniemartinez/dude
repo was created 2 years ago and the last code push was 2 days ago.
The project is popular with 422 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.
GitHub Issues
The pydude package has 27 open issues on GitHub
- ⬆️ Bump pyyaml from 6.0 to 6.0.1
- ⬆️ Bump docker/setup-buildx-action from 2.9.0 to 2.9.1
- KeyError when using follow_urls = True on run()
- User-Agent