Metadata-Version: 2.1
Name: htmltools
Version: 0.1.4
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
Description: # htmltools
        
        Tools for creating, manipulating, and writing HTML from Python.
        
        ## Installation
        
        ```sh
        pip install htmltools
        ```
        
Keywords: html
Platform: any
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
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.7
Description-Content-Type: text/markdown
