Metadata-Version: 2.1
Name: fastapi_web_session
Version: 0.1.0a2
Summary: web sessions for FastAPI
Home-page: https://github.com/amenezes/fastapi-web-session
Author: Alexandre Menezes
Author-email: alexandre.fmenezes@gmail.com
License: Apache-2.0
Project-URL: Documentation, https://github.com/amenezes/fastapi-web-session
Project-URL: Code, https://github.com/amenezes/fastapi-web-session
Project-URL: Issue tracker, https://github.com/amenezes/fastapi-web-session/issues
Project-URL: Changes, https://github.com/amenezes/fastapi-web-session/releases
Keywords: "FastAPI","session","Redis"
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: AsyncIO
Classifier: Framework :: FastAPI
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Internet :: WWW/HTTP :: Session
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Provides-Extra: docs
Provides-Extra: all
License-File: LICENSE

[![ci](https://github.com/amenezes/fastapi-web-session/actions/workflows/ci.yml/badge.svg)](https://github.com/amenezes/fastapi-web-session/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/amenezes/fastapi-web-session/branch/master/graph/badge.svg)](https://codecov.io/gh/amenezes/fastapi-web-session)
[![PyPI version](https://badge.fury.io/py/fastapi-web-session.svg)](https://badge.fury.io/py/fastapi-web-session)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/fastapi-web-session)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

# fastapi-web-session

Web sessions for [FastAPI](https://fastapi.tiangolo.com/).

Easily store and retrieve session data and still gain support for active connection registration. 🤩

## Installing

Install and update using pip:

````bash
pip install fastapi-web-session
````

## Links

- License: [Apache License](https://choosealicense.com/licenses/apache-2.0/)
- Code: [https://github.com/amenezes/fastapi-web-session](https://github.com/amenezes/fastapi-web-session)
- Issue tracker: [https://github.com/amenezes/fastapi-web-session/issues](https://github.com/amenezes/fastapi-web-session/issues)
- Docs: [https://fastapi-web-session.amenezes.net](https://fastapi-web-session.amenezes.net)

