Metadata-Version: 2.1
Name: python_dev_utils
Version: 7.0.1
Summary: My project utils package, that I use in my projects.
Author-Email: Dmitriy Lunev <dima.lunev14@gmail.com>
License: MIT
Requires-Python: >=3.11
Description-Content-Type: text/markdown


# Dev utils

![coverage](./coverage.svg)

## For what?

I made this project to avoid copy-pasting with utils in my projects. I was aiming to simplify
working with sqlalchemy, FastAPI and other libraries.

## Install

To install the package you need you run the following commands.

For pip:

```bash
pip install python-dev-utils
```

For poetry:

```bash
poetry add python-dev-utils
```

For PDM:

```bash
pdm add python-dev-utils

```

## SQLAlchemy Profiling

SQLAlchemy Profiling moved [another repository](https://github.com/ALittleMoron/sqlalchemy_profiler)
due to dev_utils refactoring.

## SQLAlchemy Filters

Sqlalchemy filter converters moved [another repository](https://github.com/ALittleMoron/sqlalchemy_filter_converter)
due to dev_utils refactoring.

## Verbose HTTP exceptions

Verbose HTTP exceptions moved [another repository](https://github.com/ALittleMoron/verbose_http_exceptions)
due to dev_utils refactoring.

## Common SQLAlchemy utils

Common SQLAlchemy utils moved [another repository](https://github.com/ALittleMoron/sqlalchemy_dev_utils)
due to dev_utils refactoring.
