Metadata-Version: 2.1
Name: inzicht
Version: 0.1.2
Summary: 
Author: Alexey Naumov
Author-email: digitaal.vier@gmail.com
Requires-Python: >=3.12,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: sqlalchemy (>=2.0.36,<3.0.0)
Description-Content-Type: text/markdown

# INZICHT

## SQLAlchemy CRUD Extension

A Python library that provides generic Create, Read, Update, and Delete (CRUD) functionality for SQLAlchemy models, streamlining database operations and reducing boilerplate code.

---

## Features
- **Generic CRUD Operations:** Perform CRUD operations on SQLAlchemy models with minimal code.
- **Flexible Querying:** Easily apply filters, sorting, and pagination.
- **Extensible:** Override and customize CRUD methods as needed.

---

## Installation

Install the package via pip:

```bash
pip install inzicht
```

## License

inzicht is distributed under the [MIT license](https://www.opensource.org/licenses/mit-license.php).

