Metadata-Version: 2.3
Name: sqlalchemy-crud-plus
Version: 1.5.0
Summary: Asynchronous CRUD operation based on SQLAlchemy2 model
Project-URL: homepage, https://github.com/fastapi-practices/sqlalchemy-crud-plus
Project-URL: repository, https://github.com/fastapi-practices/sqlalchemy-crud-plus
Author-email: Wu Clan <jianhengwu0407@gmail.com>
License: MIT
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.10
Requires-Dist: pydantic>=2.0
Requires-Dist: sqlalchemy>=2.0.0
Description-Content-Type: text/markdown

# sqlalchemy-crud-plus

Asynchronous CRUD operations based on SQLAlChemy 2.0

## Download

```shell
pip install sqlalchemy-crud-plus
```

## 文档

[SQLAlchemy CRUD Plus](https://fastapi-practices.github.io/sqlalchemy-crud-plus)

## 互动

[TG / Discord](https://wu-clan.github.io/homepage/)

## 赞助

如果此项目能够帮助到你，你可以赞助作者一些咖啡豆表示鼓励：[:coffee: Sponsor :coffee:](https://wu-clan.github.io/sponsor/)
