init commit
This commit is contained in:
@@ -0,0 +1,69 @@
|
||||
Metadata-Version: 2.1
|
||||
Name: django-tailwind
|
||||
Version: 4.0.1
|
||||
Summary: Tailwind CSS Framework for Django projects
|
||||
Home-page: https://github.com/timonweb/django-tailwind
|
||||
License: MIT
|
||||
Keywords: django,tailwind,css
|
||||
Author: Tim Kamanin
|
||||
Author-email: tim@timonweb.com
|
||||
Requires-Python: >=3.10,<4.0
|
||||
Classifier: Development Status :: 4 - Beta
|
||||
Classifier: Environment :: Web Environment
|
||||
Classifier: Framework :: Django
|
||||
Classifier: Intended Audience :: Developers
|
||||
Classifier: License :: OSI Approved :: MIT License
|
||||
Classifier: Operating System :: OS Independent
|
||||
Classifier: Programming Language :: Python :: 3
|
||||
Classifier: Programming Language :: Python :: 3.10
|
||||
Classifier: Programming Language :: Python :: 3.11
|
||||
Classifier: Programming Language :: Python :: 3.12
|
||||
Classifier: Programming Language :: Python :: 3.13
|
||||
Classifier: Topic :: Software Development :: Libraries
|
||||
Classifier: Topic :: Utilities
|
||||
Provides-Extra: reload
|
||||
Requires-Dist: django (>=4.2.20)
|
||||
Requires-Dist: django-browser-reload (>=1.18.0,<2.0.0) ; extra == "reload"
|
||||
Description-Content-Type: text/markdown
|
||||
|
||||
# Tailwind CSS integration for Django a.k.a. Django + Tailwind = 💚
|
||||

|
||||
|
||||
## Goal
|
||||
This project aims to provide a comfortable way of using the *Tailwind CSS* framework within a Django project.
|
||||
|
||||
## Features
|
||||
* An opinionated *Tailwind CSS* setup that makes your life easier;
|
||||
* Hot reloading of CSS, configuration files, and *Django* templates. No more manual page refreshes!
|
||||
* Out of the box support for CSS imports, SASS-like variables, and nesting;
|
||||
* Includes official *Tailwind CSS* plugins like *typography*, *form*, *line-clamp*, and *aspect-ratio*;
|
||||
* Supports the latest *Tailwind CSS* `v3.x`;
|
||||
|
||||
> [For instructions on upgrading from `v2` to `v3`, see this post on my blog](https://timonweb.com/django/django-tailwind-with-support-for-the-latest-tailwind-css-v3-is-out/).
|
||||
|
||||
## Requirements
|
||||
Python 3.10 or newer with Django >= 4.2.20 or newer.
|
||||
|
||||
## Documentation
|
||||
The full documentation is at https://django-tailwind.readthedocs.io/
|
||||
|
||||
## Installation
|
||||
Via PIP:
|
||||
```bash
|
||||
pip install django-tailwind
|
||||
```
|
||||
|
||||
[RECOMMENDED IN DEV] If you want to use automatic page reloads during development use the `[reload]` extras, which installs the `django-browser-reload` package in addition:
|
||||
|
||||
```bash
|
||||
pip install 'django-tailwind[reload]'
|
||||
```
|
||||
|
||||
Check docs for the [Installation](https://django-tailwind.readthedocs.io/en/latest/installation.html) instructions.
|
||||
|
||||
## Bugs and suggestions
|
||||
|
||||
Please see [CONTRIBUTING](CONTRIBUTING.md).
|
||||
|
||||
2019 - 2025 (c) [Tim Kamanin - A Full Stack Django Developer](https://timonweb.com)
|
||||
|
||||
Reference in New Issue
Block a user