Metadata-Version: 2.1
Name: html_and_py
Version: 1.0.10
Summary: A lightweight solution to generating HTML-formatted strings, in Python
Home-page: https://github.com/Whoeza/html_and_py
Author: Whoeza
License: GNU GPLv3
Project-URL: Bug Tracker, https://github.com/Whoeza/html_and_py/issues
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: ML
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Code Generators
Classifier: Topic :: Text Processing :: Markup :: HTML
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# html_and_py
 A lightweight solution to generating HTML-formatted strings, in Python.

Open source available on [GitHub](https://github.com/Whoeza/html_and_py) and 
[PyPI](https://pypi.org/project/html_and_py/).

## Installation

Install from pip:

`py -m pip install html_and_py`

Update to the latest version from pip:

`py -m pip install html_and_py --upgrade`

Build from source by running this command from the package's folder:

`py -m build`

Uninstall from pip:

`py -m pip uninstall html_and_py`

## Community

Open a new issue for support
[here](https://github.com/Whoeza/html_and_py/issues)
