Metadata-Version: 2.1
Name: rsoup
Version: 3.1.5
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Dist: beautifulsoup4 >=4.9.3, <5.0.0
Requires-Dist: html5lib >=1.1.0, <2.0.0
Requires-Dist: requests >=2.28.0, <3.0.0
Requires-Dist: tabulate >=0.8.10
Requires-Dist: pytest >=7.1.3, <8.0.0 ; extra == 'dev'
Requires-Dist: pytest-cov >=4.0.0, <5.0.0 ; extra == 'dev'
Requires-Dist: black >=22.10.0, <23.0.0 ; extra == 'dev'
Provides-Extra: dev
License-File: LICENSE
Summary: A library for web scraper that handles text correctly and is very fast (Rust backend)
Author-email: Binh Vu <binh@toan2.com>
Requires-Python: >=3.8
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

# RSoup ![PyPI](https://img.shields.io/pypi/v/rsoup)

A very fast library for web scraper that handles text correctly

