htmltools 0.6.0


pip install htmltools

  Latest version

Released: Oct 29, 2024


Meta
Author: Carson Sievert
Requires Python: >=3.9

Classifiers

Development Status
  • 5 - Production/Stable

Intended Audience
  • Developers

License
  • OSI Approved :: MIT License

Programming Language
  • Python
  • Python :: 3.9
  • Python :: 3.10
  • Python :: 3.11
  • Python :: 3.12
  • Python :: Implementation :: PyPy

Topic
  • Internet :: WWW/HTTP :: Dynamic Content
  • Software Development :: Libraries :: Python Modules
  • Text Processing :: Markup :: HTML

htmltools

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

Installation

pip install htmltools

To install the latest development version from this repository:

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

Development

If you want to do development on htmltools for Python:

pip install -e ".[dev,test]" --config-settings editable_mode=strict

Wheel compatibility matrix

Platform Python 3
any

Files in release

Extras:
Dependencies:
typing-extensions (>=3.10.0.0)
packaging (>=20.9)