Metadata-Version: 2.1
Name: bisque
Version: 0.3.0
Summary: Web scraping into structured Pydantic data models.
Keywords: HTML XML parse soup pydantic
Author-Email: Louis Maddox <louismmx@gmail.com>
License: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Topic :: Software Development :: Libraries
Classifier: Framework :: Pydantic
Classifier: Framework :: Pydantic :: 2
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Text Processing :: Markup :: HTML
Classifier: Topic :: Text Processing :: Markup :: SGML
Classifier: Topic :: Text Processing :: Markup :: XML
Project-URL: Homepage, https://github.com/lmmx/bisque
Project-URL: Repository, https://github.com/lmmx/bisque.git
Requires-Python: >=3.10
Requires-Dist: pydantic>=2.1.1
Requires-Dist: chinois>=0.2.2
Requires-Dist: html5lib>=1.1; extra == "html5lib"
Requires-Dist: lxml>=4.9.3; extra == "lxml"
Provides-Extra: html5lib
Provides-Extra: lxml
Description-Content-Type: text/markdown

# bisque

![PyPI](https://img.shields.io/pypi/v/bisque?logo=python&logoColor=%23cccccc)
[![pdm-managed](https://img.shields.io/badge/pdm-managed-blueviolet)](https://pdm.fming.dev)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/lmmx/bisque/master.svg)](https://results.pre-commit.ci/latest/github/lmmx/bisque/master)
[![Supported Python versions](https://img.shields.io/pypi/pyversions/bisque.svg)](https://pypi.org/project/bisque)

<!-- [![build status](https://github.com/lmmx/bisque/actions/workflows/master.yml/badge.svg)](https://github.com/lmmx/bisque/actions/workflows/master.yml) -->

Web scraping into structured Pydantic data models.
