Metadata-Version: 2.4
Name: stdresponse
Version: 0.1.0
Summary: A lightweight Python package for standardized API responses for Flask, FastAPI, and other Python web frameworks.
Author-email: Hari Krishna <harikrishnabekkam1590852@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/HariKrishna070/standard_response
Project-URL: Repository, https://github.com/HariKrishna070/standard_response
Project-URL: Issues, https://github.com/HariKrishna070/standard_response/issues
Keywords: flask,fastapi,api,response,standard,json,backend
Classifier: Programming Language :: Python :: 3
Classifier: Framework :: FastAPI
Classifier: Framework :: Flask
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pydantic>=2.0
Dynamic: license-file

# stdresponse

A small Python package to standardize API responses for Flask, FastAPI, and other Python web frameworks.

## Installation

```bash
pip install stdresponse
