Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/posit-dev/py-htmltools
- Owner: posit-dev
- License: mit
- Created: 2021-08-16T23:36:35.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-17T17:28:22.000Z (22 days ago)
- Last Synced: 2024-10-29T06:06:52.026Z (10 days ago)
- Language: Python
- Homepage:
- Size: 630 KB
- Stars: 19
- Watchers: 10
- Forks: 4
- Open Issues: 27
-
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
```