Metadata-Version: 2.4
Name: fastapi-jsend
Version: 0.1.0
Summary: JSend response models and utils for FastAPI
Home-page: https://github.com/mrsaleh/fastapi-jsend
Author: Saleh Ramezani
Author-email: Saleh Ramezani <salehthedev@gmail.com>
License-Expression: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: fastapi
Requires-Dist: pydantic
Dynamic: license-file

# fastapi-jsend

A lightweight FastAPI extension to return responses in [JSend](https://github.com/omniti-labs/jsend) format.

## 🚀 Install

```bash
pip install fastapi-jsend
