Metadata-Version: 2.4
Name: dashkit
Version: 0.0.1
Summary: Modern, ready-to-use CSS styles for Flask/Django dashboards
Author: DashKit
License: MIT
Classifier: Framework :: Flask
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: User Interfaces
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: driveui
Requires-Dist: driveui>=0.0.0; extra == "driveui"
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: summary

# DashKit

DashKit is a lightweight and modern CSS dashboard framework designed for Flask and Django applications, with support for pluggable themes like `DriveUI`.

## Installation

```bash
pip install dashkit
```

## Instalation with a theme

```bash
pip install dashkit[driveui]
```
