Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/posit-dev/py-htmltools

Tools for HTML generation and output
https://github.com/posit-dev/py-htmltools

Last synced: 3 days ago
JSON representation

Tools for HTML generation and output

Awesome Lists containing this project

README

        

# 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]" --config-settings editable_mode=strict
```