Metadata-Version: 2.1
Name: datahtml
Version: 0.1.0
Summary: A lib to work with html and web data
Project-URL: Documentation, https://github.com/algorinfo/datahtml#readme
Project-URL: Issues, https://github.com/algorinfo/datahtml/issues
Project-URL: Source, https://github.com/algorinfo/datahtml
Author-email: Xavier Petit <nuxion@gmail.com>
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.7
Requires-Dist: beautifulsoup4~=4.10.0
Requires-Dist: extruct~=0.13.0
Requires-Dist: feedparser~=6.0.8
Requires-Dist: httpx~=0.23.0
Requires-Dist: lxml~=4.6.3
Requires-Dist: newspaper3k~=0.2.8
Requires-Dist: ujson~=4.2.0
Description-Content-Type: text/markdown

# datahtml

[![PyPI - Version](https://img.shields.io/pypi/v/datahtml.svg)](https://pypi.org/project/datahtml)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/datahtml.svg)](https://pypi.org/project/datahtml)

-----

**Table of Contents**

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install datahtml
```

## License

`datahtml` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
