Metadata-Version: 2.1
Name: avania
Version: 0.0.3
Summary: Pays tribute to Laravel
Author: Simon
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: numpy

# Avania Framework

Avania is a modern Python framework designed to provide an elegant and powerful development experience. It offers a range of components to streamline the development process, including a database ORM, a routing system, middleware support, global exception handling, and more.

## Installation

You can install Avania globally using pip:

```bash
pip install avania
```

## Example

For an example of how to use Avania in a project, check out the [AvaniaExample repository](https://github.com/StarLxa/avania-example). This repository provides a simple demonstration of how to use various components of Avania to build a basic web application.
