Metadata-Version: 2.1
Name: htmltools
Version: 0.4.1
Summary: Tools for HTML generation and output.
Home-page: https://github.com/rstudio/py-htmltools
Author: Carson Sievert
Author-email: carson@rstudio.com
License: MIT
Project-URL: Bug Tracker, https://github.com/rstudio/py-htmltools/issues
Project-URL: Source Code, https://github.com/rstudio/py-htmltools
Keywords: html
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
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 :: PyPy
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing :: Markup :: HTML
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Provides-Extra: test
Provides-Extra: dev
License-File: LICENSE

# htmltools

Tools for creating, manipulating, and writing HTML from Python.

## Installation

```sh
pip install htmltools
```

To install the latest development version from this repository:

```sh
pip install https://github.com/rstudio/py-htmltools/tarball/main
```

## Development

If you want to do development on htmltools for Python:

```sh
pip install -e ".[dev,test]"
```
