Metadata-Version: 2.1
Name: pytailwind
Version: 0.0.1
Summary: A tailwind parser written completely in python without js dependency (unofficial)
Home-page: https://github.com/shashstormer/pytailwindcss
Author: shashstormer
Author-email: shashanka5398@gmail.com
License: MIT License
Project-URL: GitHub, https://github.com/shashstormer/pytailwindcss
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# pyTailwindCSS

* This is a module written to support generating basic TailwindCss using python only.
* This module was written as a subset of the [xtracto](https://github.com/shashstormer/xtracto) library then made into a seperate module to simplify contribution and development.
* You may fork and make a PR to this repo to contribute to the development of this module.

# USAGE 
