Metadata-Version: 2.1
Name: simplecrud
Version: 1.0.0
Summary: Simple CRUD for FastAPI applications.
Home-page: https://github.com/Kludex/simplecrud
License: MIT
Keywords: crud,fastapi,sqlalchemy
Author: Marcelo Trylesinski
Author-email: marcelotryle@gmail.com
Requires-Python: >=3.6,<4.0
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Internet
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Provides-Extra: sqlalchemy
Requires-Dist: SQLAlchemy (>=1.3.20,<2.0.0); extra == "sqlalchemy"
Requires-Dist: fastapi (>=0.61.2,<0.62.0)
Requires-Dist: pydantic (>=1.7.2,<2.0.0)
Project-URL: Repository, https://github.com/Kludex/simplecrud
Description-Content-Type: text/markdown

<p align="center">
    <em>Simple CRUD - Created by and for FastAPI users</em>
</p>
<p align="center">
<img src="https://img.shields.io/github/last-commit/Kludex/simplecrud.svg">
<a href="https://codecov.io/gh/Kludex/simplecrud" target="_blank">
    <img src="https://codecov.io/gh/Kludex/simplecrud/branch/main/graph/badge.svg?token=J6D4HJ4G9X" alt="Coverage">
</a>
<a href="https://pypi.org/project/simplecrud" target="_blank">
    <img src="https://badge.fury.io/py/simplecrud.svg" alt="Package version">
</a>
    <img src="https://img.shields.io/pypi/pyversions/simplecrud.svg">
    <img src="https://img.shields.io/github/license/Kludex/simplecrud.svg">
</p>

---

Package based on the FastAPI [cookiecutter](https://github.com/cookiecutter/cookiecutter) [full-stack-fastapi-postgresql](https://github.com/tiangolo/full-stack-fastapi-postgresql/blob/master/%7B%7Bcookiecutter.project_slug%7D%7D/backend/app/app/crud/base.py)

---

## Installation

```bash
pip install simplecrud
```

## License

This project is licensed under the terms of the MIT license.

