Metadata-Version: 2.4
Name: flaskit-love
Version: 0.2.4
Summary: The Modern Fullstack Love Framework - Build Flask apps with elegance
Author-email: Lovken Olustra <lovken@example.com>
License: MIT
Project-URL: Homepage, https://github.com/lovkenolustra/flaskit
Project-URL: Documentation, https://github.com/lovkenolustra/flaskit#readme
Project-URL: Repository, https://github.com/lovkenolustra/flaskit
Project-URL: Issues, https://github.com/lovkenolustra/flaskit/issues
Keywords: flask,framework,web,api,routing,mvc
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
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: Framework :: Flask
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: flask>=2.3.0
Requires-Dist: click>=8.0.0
Requires-Dist: rich>=13.0.0
Requires-Dist: requests>=2.31.0
Requires-Dist: python-dotenv>=1.0.0
Requires-Dist: psutil>=5.9.0
Dynamic: license-file

# FlaskIt

> ⚡ The Full-Stack Framework Developers Love to Build With

[![PyPI version](https://badge.fury.io/py/flaskit-love.svg)](https://badge.fury.io/py/flaskit-love)
[![Python 3.8+](https://img.shields.io/badge/python-3.8+-blue.svg)](https://www.python.org/downloads/)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

FlaskIt is a modern full-stack framework built on Flask with elegant routing, MVL architecture, and batteries included.

## ⚡ Quick Start

```bash
# Install
pip install flaskit-love

# Create project
flaskit new my-project
cd my-project

# Install dependencies
pip install -r requirements.txt

# Run
flaskit serve
```

Your app is now running at `http://localhost:5000` 🚀

## ✨ Features

- **No decorators** - Clean routing without `@`
- **MVL Pattern** - Model-View-Logic architecture
- **Batteries included** - Everything you need out of the box
- **Modern CLI** - Generate complete projects instantly
- **Developer friendly** - Built with love for developers

## 📖 Documentation

- [Routing Guide](ROUTING_GUIDE.md)
- [Documentation Site](docs/index.html)

## 🔗 Links

- [PyPI](https://pypi.org/project/flaskit-love/)
- [GitHub](https://github.com/lovkenolustra/flaskit)

---

**Created with ❤️ by Love-ken Olustra**
