Metadata-Version: 2.4
Name: api_user
Version: 0.1.0
Summary: A Flask module to interact with APIs and handle user authentication.
Home-page: https://github.com/Baskar245/api_user
Author: Baskar
Author-email: newtonbaskar04@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: Framework :: Flask
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: Flask
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# api_user

`api_user` is a simple Flask module that allows developers to easily interact with APIs and handle user authentication. 

## Installation

To install the module, simply run:

```bash
pip install api_user
