Metadata-Version: 2.3
Name: pervpy
Version: 0.1.1
Summary: Analyzing and profiling python applications, innocently
Author: Vieolo B.V.
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# pervpy
pervpy is created with the aim to provide a centralized package for profiling and analyzing the performance of different Python applications.

At the current stage, it only supports monitoring Django ORM's SQL queries.

## Install

### Using pip
```bash
pip install perpvy
```

### Using uv
```bash
uv add --dev perpvy
```

## Sections
[DjangoORMWatch](./docs/django_orm_watch.md)
