Metadata-Version: 2.4
Name: velra
Version: 0.2.7
Summary: A powerful interface that makes web development easier and faster
Home-page: https://github.com/apersonithink12/velra
Author: Theodore Cromwell
Author-email: tspcromwell@gmail.com
License: MIT
Keywords: web development framework
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: MIT License
Classifier: Framework :: Flask
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: Flask>=2.0
Requires-Dist: Jinja2>=3.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Velra

Velra is a powerful Flask interface that makes web development easier and faster by providing a clean, enhanced abstraction over Flask.

## Features

- Simple and intuitive API built on top of Flask  
- Easy setup and routing  
- Extendable with future Pro features (AI integration, GUI builders, etc.)  
- Lightweight and dependency-managed

## Installation

```bash
pip install velra
