Metadata-Version: 2.1
Name: webeasy
Version: 0.1.0
Summary: A tool to convert HTML to Twig and CSS to SCSS
Home-page: https://github.com/akshayram1/webeasy
Author: Akshay Chame
Author-email: akshaychame2@gmail.com
License: MIT
Platform: any
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: beautifulsoup4>=4.9.3
Requires-Dist: click>=8.0.0
Requires-Dist: pathlib>=1.0.1
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: flake8; extra == "dev"
Requires-Dist: black; extra == "dev"
