Metadata-Version: 2.1
Name: lxmlh
Version: 0.1.0
Summary: lxml helper Python package
Home-page: https://github.com/sami-m-g/lxmlh
Author: Mina Sami
Author-email: <sami.mg@outlook.com>
Maintainer: Mina Sami
Maintainer-email: <sami.mg@outlook.com>
License: BSD license
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
Keywords: "brightway","development"
Platform: any
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
Requires-Python: >=3.8
Description-Content-Type: text/markdown; charset=UTF-8
Provides-Extra: testing
Provides-Extra: dev
License-File: LICENSE

# 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
