Metadata-Version: 2.1
Name: navigator-session
Version: 0.5.0
Summary: Navigator Session allows us to store user-specific data into session object.
Home-page: https://github.com/phenobarbital/navigator-session
Author: Jesus Lara
Author-email: jesuslarag@gmail.com
License: Apache-2.0
Project-URL: Source, https://github.com/phenobarbital/navigator-session
Project-URL: Funding, https://paypal.me/phenobarbital
Project-URL: Say Thanks!, https://saythanks.io/to/phenobarbital
Keywords: asyncio,session,aioredis,aiohttp
Platform: POSIX
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
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: Framework :: AsyncIO
Classifier: Framework :: aiohttp
Requires-Python: >=3.9.16
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: PyNaCl ==1.5.0
Requires-Dist: aiohttp ==3.9.1
Requires-Dist: uvloop ==0.19.0
Requires-Dist: asyncio ==3.4.3
Requires-Dist: navconfig[default] >=1.5.0
Requires-Dist: jsonpickle ==3.0.2
Requires-Dist: redis ==5.0.1
Requires-Dist: pendulum ==2.1.2
Requires-Dist: python-datamodel >=0.2.1

# 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.
