navigator-session 0.6.5__py3-none-any.whl → 0.7.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- navigator_session/version.py +1 -1
- {navigator_session-0.6.5.dist-info → navigator_session-0.7.0.dist-info}/METADATA +9 -9
- {navigator_session-0.6.5.dist-info → navigator_session-0.7.0.dist-info}/RECORD +6 -6
- {navigator_session-0.6.5.dist-info → navigator_session-0.7.0.dist-info}/WHEEL +1 -1
- {navigator_session-0.6.5.dist-info → navigator_session-0.7.0.dist-info/licenses}/LICENSE +0 -0
- {navigator_session-0.6.5.dist-info → navigator_session-0.7.0.dist-info}/top_level.txt +0 -0
navigator_session/version.py
CHANGED
|
@@ -6,7 +6,7 @@ __description__ = (
|
|
|
6
6
|
'Navigator Session allows us to store user-specific data '
|
|
7
7
|
'into session object.'
|
|
8
8
|
)
|
|
9
|
-
__version__ = '0.
|
|
9
|
+
__version__ = '0.7.0'
|
|
10
10
|
__copyright__ = 'Copyright (c) 2023 Jesus Lara'
|
|
11
11
|
__author__ = 'Jesus Lara'
|
|
12
12
|
__author_email__ = 'jesuslarag@gmail.com'
|
|
@@ -1,18 +1,16 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: navigator-session
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.7.0
|
|
4
4
|
Summary: Navigator Session allows us to store user-specific data into session object.
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
License: Apache-2.0
|
|
5
|
+
Author-email: Jesus Lara Gimenez <jesuslarag@gmail.com>
|
|
6
|
+
License: Apache 2.0
|
|
7
|
+
Project-URL: Homepage, https://github.com/phenobarbital/navigator-session
|
|
9
8
|
Project-URL: Source, https://github.com/phenobarbital/navigator-session
|
|
10
9
|
Project-URL: Funding, https://paypal.me/phenobarbital
|
|
11
|
-
Project-URL:
|
|
12
|
-
Keywords: asyncio,session,aioredis,aiohttp
|
|
13
|
-
Platform: POSIX
|
|
10
|
+
Project-URL: Documentation, https://github.com/phenobarbital/navigator-session
|
|
14
11
|
Classifier: Development Status :: 4 - Beta
|
|
15
12
|
Classifier: Intended Audience :: Developers
|
|
13
|
+
Classifier: Intended Audience :: System Administrators
|
|
16
14
|
Classifier: Operating System :: POSIX :: Linux
|
|
17
15
|
Classifier: Environment :: Web Environment
|
|
18
16
|
Classifier: Topic :: Software Development :: Build Tools
|
|
@@ -24,6 +22,7 @@ Classifier: Programming Language :: Python :: 3.11
|
|
|
24
22
|
Classifier: Programming Language :: Python :: 3.12
|
|
25
23
|
Classifier: Framework :: AsyncIO
|
|
26
24
|
Classifier: Framework :: aiohttp
|
|
25
|
+
Classifier: License :: OSI Approved :: Apache Software License
|
|
27
26
|
Requires-Python: >=3.9.13
|
|
28
27
|
Description-Content-Type: text/markdown
|
|
29
28
|
License-File: LICENSE
|
|
@@ -33,6 +32,7 @@ Requires-Dist: jsonpickle>=3.0.2
|
|
|
33
32
|
Requires-Dist: redis>=5.0.4
|
|
34
33
|
Requires-Dist: python-datamodel>=0.7.0
|
|
35
34
|
Requires-Dist: navconfig[default]>=1.7.0
|
|
35
|
+
Dynamic: license-file
|
|
36
36
|
|
|
37
37
|
# Navigator_Session #
|
|
38
38
|
|
|
@@ -3,13 +3,13 @@ navigator_session/conf.py,sha256=Pe8qsukmt5cXXPc3hwFphSWF5xCIpZfeFQ8JhICEnow,169
|
|
|
3
3
|
navigator_session/data.py,sha256=z4OULrvzA7Y8x25O7AQBXJ5dywJKxjgkiWGFj6MhKBA,5867
|
|
4
4
|
navigator_session/middleware.py,sha256=_bQKfD81BxNZTGuyGTc4yh7y1Rb95I-y2hM1ihE4wCk,1944
|
|
5
5
|
navigator_session/session.py,sha256=CG-TjsmQqjuk6N7GCYNgQTCkrXptgq-swHDiemgHmKI,2398
|
|
6
|
-
navigator_session/version.py,sha256=
|
|
6
|
+
navigator_session/version.py,sha256=qR04DpwcmCw55yZJy4MZ_FiZczGhsbOdrn-kRUm91pU,430
|
|
7
7
|
navigator_session/storages/__init__.py,sha256=kTcHfqps5LmnDpFAktxevPuSIwRbnrcMmB7Uygq4axQ,34
|
|
8
8
|
navigator_session/storages/abstract.py,sha256=wTv0yWMVXTwrzA_bjexcwI7c6_W3tzosXlMOIZIQrBM,6503
|
|
9
9
|
navigator_session/storages/cookie.py,sha256=VILzVCatKlDhMoQDoE2y0u6s7lp4wbdep5Oc0NfIJcg,2474
|
|
10
10
|
navigator_session/storages/redis.py,sha256=mqSRyb0YOgV8gvNiAuPhYCLA0fCOgZsQlqOUWE85Gss,11528
|
|
11
|
-
navigator_session-0.
|
|
12
|
-
navigator_session-0.
|
|
13
|
-
navigator_session-0.
|
|
14
|
-
navigator_session-0.
|
|
15
|
-
navigator_session-0.
|
|
11
|
+
navigator_session-0.7.0.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
12
|
+
navigator_session-0.7.0.dist-info/METADATA,sha256=khRLMQxXBDBxF5EgC0bfXMJpz4ZPfxlnMh6ocvoxEpA,2412
|
|
13
|
+
navigator_session-0.7.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
14
|
+
navigator_session-0.7.0.dist-info/top_level.txt,sha256=ZpOEy3wLKGsxG2rc0nHqcqJCV3HIOG_XCfE6mtsYYYY,18
|
|
15
|
+
navigator_session-0.7.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|