Metadata-Version: 2.4
Name: nebuloid
Version: 1.1.1
Summary: A modular framework for rapid web app development.
Author-email: Sarvin <your@email.com>
License: MIT
Project-URL: Homepage, https://github.com/sxrvinzx/nebuloid
Project-URL: Source, https://github.com/sxrvinzx/nebuloid
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: quart>=0.19.6
Requires-Dist: flask[async]>=3.1.0
Requires-Dist: sqlalchemy[asyncio]>=2.0
Requires-Dist: werkzeug>=3.0.0
Requires-Dist: bcrypt>=4.1.2
Requires-Dist: PyYAML>=6.0.1
Requires-Dist: cryptography>=42.0.0
Requires-Dist: requests>=2.31.0
Requires-Dist: hypercorn>=0.15.0
Requires-Dist: aiofiles>=23.2.1

# Nebuloid
Nebuloid is a batteries-included Flask framework for building modular web apps with minimal effort.
It comes with built-in routing, session management, role-based dashboards, and dynamic UI support.

## Installation
```pip install nebuloid```
## Usage

```python
from nebuloid import hello

print(hello())
```
