Metadata-Version: 2.4
Name: navigator-session
Version: 0.9.3
Summary: Navigator Session allows us to store user-specific data into session object.
Author-email: Jesus Lara Gimenez <jesuslarag@gmail.com>
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/phenobarbital/navigator-session
Project-URL: Source, https://github.com/phenobarbital/navigator-session
Project-URL: Funding, https://paypal.me/phenobarbital
Project-URL: Documentation, https://github.com/phenobarbital/navigator-session
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Operating System :: POSIX :: Linux
Classifier: Environment :: Web Environment
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Database :: Front-Ends
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Framework :: AsyncIO
Classifier: Framework :: aiohttp
Requires-Python: >=3.9.13
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: aiohttp>=3.9.5
Requires-Dist: asyncio==3.4.3
Requires-Dist: jsonpickle>=3.0.2
Requires-Dist: redis>=5.0.4
Requires-Dist: python-datamodel>=0.7.0
Requires-Dist: navconfig[default]>=1.7.0
Requires-Dist: cryptography>=41.0
Requires-Dist: orjson>=3.9
Requires-Dist: pydantic>=2.0
Dynamic: license-file

# Navigator_Session #

Navigator_Session Allows us to store User-based data into a session Object, this session object exposes an dict-like interface and uses cookies or redis as persistent backend.

* Quick summary
* Version
* [Learn Markdown](https://bitbucket.org/tutorials/markdowndemo)

### Getting Started ###

* Installation
* Configuration
* Dependencies
* Database configuration
* How to run tests
* Deployment instructions

### Requirements ###

* Python >= 3.9
* asyncio (https://pypi.python.org/pypi/asyncio/)
* aiohttp >= 3.8
* Navigator-API >= 2.1

### License ###

Navigator_Session is copyright of Jesus Lara (https://phenobarbital.info) and under Apache 2 license. I am providing code in this repository under an open source license, remember, this is my personal repository; the license that you receive is from me and not from my employeer.
