https://github.com/posit-dev/py-htmltools
Tools for HTML generation and output
https://github.com/posit-dev/py-htmltools
Last synced: 3 months ago
JSON representation
Tools for HTML generation and output
- Host: GitHub
- URL: https://github.com/posit-dev/py-htmltools
- Owner: posit-dev
- License: mit
- Created: 2021-08-16T23:36:35.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T20:22:17.000Z (8 months ago)
- Last Synced: 2025-04-05T20:17:40.071Z (3 months ago)
- Language: Python
- Homepage:
- Size: 631 KB
- Stars: 22
- Watchers: 9
- Forks: 5
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-shiny-extensions - py-htmltools - Tools for creating, manipulating, and writing HTML from Python. (Shiny for Python / Python - UI Components)
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
```