Metadata-Version: 2.1
Name: lxmlh
Version: 1.3.2
Summary: lxml helper Python package 
Author-email: Mina Sami <sami.mg@outlook.com>
Maintainer-email: Mina Sami <sami.mg@outlook.com>
Project-URL: source, https://github.com/sami-m-g/lxmlh
Project-URL: homepage, https://github.com/sami-m-g/lxmlh
Project-URL: tracker, https://github.com/sami-m-g/lxmlh/issues
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
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 :: 3.12
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: lxml==4.9.3
Requires-Dist: numpy>=1.23.3
Provides-Extra: testing
Requires-Dist: lxmlh; extra == "testing"
Requires-Dist: pytest; extra == "testing"
Requires-Dist: pytest-cov; extra == "testing"
Requires-Dist: python-coveralls; extra == "testing"
Provides-Extra: dev
Requires-Dist: build; extra == "dev"
Requires-Dist: pre-commit; extra == "dev"
Requires-Dist: pylint; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: pytest-randomly; extra == "dev"
Requires-Dist: setuptools; extra == "dev"
Requires-Dist: sphinx; extra == "dev"
Requires-Dist: sphinx-rtd-theme; extra == "dev"

# lxmlh

[![PyPI](https://img.shields.io/pypi/v/lxmlh.svg)][pypi status]
[![Status](https://img.shields.io/pypi/status/lxmlh.svg)][pypi status]
[![Python Version](https://img.shields.io/pypi/pyversions/lxmlh)][pypi status]
[![License](https://img.shields.io/pypi/l/lxmlh)][license]

[![Read the documentation at https://lxmlh.readthedocs.io/](https://img.shields.io/readthedocs/lxmlh/latest.svg?label=Read%20the%20Docs)][read the docs]
[![Tests](https://github.com/sami-m-g/lxmlh/actions/workflows/python-test.yml/badge.svg)][tests]
[![Codecov](https://codecov.io/gh/sami-m-g/lxmlh/branch/main/graph/badge.svg)][codecov]

[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)][pre-commit]
[![Black](https://img.shields.io/badge/code%20style-black-000000.svg)][black]

[pypi status]: https://pypi.org/project/lxmlh/
[read the docs]: https://lxmlh.readthedocs.io/
[tests]: https://github.com/sami-m-g/lxmlh/actions?workflow=Tests
[codecov]: https://app.codecov.io/gh/sami-m-g/lxmlh
[pre-commit]: https://github.com/pre-commit/pre-commit
[black]: https://github.com/psf/black

## Installation

You can install _lxmlh_ via [pip] from [PyPI]:

```console
$ pip install lxmlh
```

## Contributing

Contributions are very welcome.
To learn more, see the [Contributor Guide].

## License

Distributed under the terms of the [BSD license license][license],
_lxmlh_ is free and open source software.

## Issues

If you encounter any problems,
please [file an issue] along with a detailed description.


## Credits


[license]: https://github.com/sami-m-g/lxmlh/blob/main/LICENSE
[contributor guide]: https://github.com/sami-m-g/lxmlh/blob/main/CONTRIBUTING.md
