Metadata-Version: 2.1
Name: html2flask
Version: 1.0.0
Summary: HTML to Jinja2 Flask Converter
Home-page: https://github.com/cr0hn/html2flask
Author: cr0hn
Author-email: cr0hn@cr0hn.com
License: License :: OSI Approved :: MIT License
Description: # HTML to Flask
        
        ![License](https://img.shields.io/badge/License-MIT-SUCCESS)
        ![Pypi](https://img.shields.io/pypi/v/html2flask)
        ![Python Versions](https://img.shields.io/badge/Python-3.8%20%7C%203.9%20%7C%203.10%20%7C%203.11-blue)
        
        In a nutshell ``HTML to Flask`` is a HTML to Jinja2 Flask Converter.
        
        # Overview
        
        This tool transforms HTML to Jinja2 Flask templates, performing these changes:
        
        - Change the project CSS tags to Jinja2 tags.
        - Change the project JS tags to Jinja2 tags.
        - Change the project img tags to Jinja2 tags.
        
        # Install
        
        ```bash
        > pip install html2flask
        ```
        
        # Usage
        
        ```bash
        > html2flask <file.html> > <new_file.html>
        ```
        
        # License
        Dictionary Search is Open Source and available under the [MIT](https://github.com/cr0hn/html2flask/blob/main/LICENSE).
        
        # Contributions
        
        Contributions are very welcome. See [CONTRIBUTING.md](https://github.com/cr0hn/html2flaskblob/main/CONTRIBUTING.md) or skim existing tickets to see where you could help out.
        
        
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
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: Environment :: Console
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS
Classifier: Operating System :: OS Independent
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
