Nexom 1.0.2__py3-none-any.whl → 1.0.3__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.
nexom/app/auth.py CHANGED
@@ -2,7 +2,7 @@
2
2
  from __future__ import annotations
3
3
 
4
4
  from dataclasses import dataclass
5
- from typing import Optional, override
5
+ from typing import Optional
6
6
  import secrets
7
7
  import time
8
8
  import hashlib
@@ -210,7 +210,8 @@ class AuthClient:
210
210
  # --------------------
211
211
 
212
212
  class AuthDBM(DatabaseManager):
213
- @override
213
+
214
+ # override
214
215
  def _init(self) -> None:
215
216
  self.execute_many(
216
217
  [
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: Nexom
3
- Version: 1.0.2
3
+ Version: 1.0.3
4
4
  Summary: Lightweight Python Web Framework (WSGI)
5
5
  Author: TouriAida
6
6
  License: MIT License
@@ -32,7 +32,6 @@ Keywords: wsgi,web,framework
32
32
  Requires-Python: >=3.10
33
33
  Description-Content-Type: text/markdown
34
34
  License-File: LICENSE
35
- Requires-Dist: typing-extensions; python_version < "3.12"
36
35
  Dynamic: license-file
37
36
 
38
37
 
@@ -1,7 +1,7 @@
1
1
  nexom/__init__.py,sha256=V6US1i4gO-EOWsoHEgxzwbkrLPnzPhSn6TYue3uVsBA,367
2
2
  nexom/__main__.py,sha256=VKT7WSe6552_mzwLwJqa55tfag5Olr28eYVhVnf9kWY,6196
3
3
  nexom/app/__init__.py,sha256=meq2MgHUNgcjVn4V3dzm52EIlrGeIdNS-09sGLhita4,1090
4
- nexom/app/auth.py,sha256=DQ8xM1xhHFMcZf22ZYAqItyT1quAz8mR2pJu-FdBHXI,10028
4
+ nexom/app/auth.py,sha256=iwaFIXjiwjkVFRGtDFUoQ2dK9aUeP-uxQF5xwd4vCTE,10020
5
5
  nexom/app/cookie.py,sha256=VCau9i8z6QlkaE_s8gKZXjcFtrV2bX1T4xssNtpJ5A0,2026
6
6
  nexom/app/db.py,sha256=gUJOlUJqDaHCYU5JkzGV_wf_OTvFlqDWvM7vJDNVulY,2816
7
7
  nexom/app/http_status_codes.py,sha256=R4ka3n4rijqvfahF5n5kS-Qrg8bZSsrvF8lGnpKWAgY,1934
@@ -48,9 +48,9 @@ nexom/core/log.py,sha256=q0FYz1-kkTUHvNkEBW5V1zvUv1phMYchOqwAfUXGHQI,3016
48
48
  nexom/core/object_html_render.py,sha256=4yT3Aihia4oG62gr1rqZd757wEXsu78mTCCpjpVE7JM,7027
49
49
  nexom/templates/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
50
50
  nexom/templates/auth.py,sha256=eWThgPR4E7y7YFcQ6rFZaO6yPKGL2zIbBC4SuzQ5M44,2332
51
- nexom-1.0.2.dist-info/licenses/LICENSE,sha256=YbcHyxYLJ5jePeMS_NXpR9yiZjP5skhn32LvcKeknJw,1066
52
- nexom-1.0.2.dist-info/METADATA,sha256=Zk1zoBzcVBX5btwcMJm1D6jAlkoCWGt9RVj3-byZCng,5914
53
- nexom-1.0.2.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
54
- nexom-1.0.2.dist-info/entry_points.txt,sha256=0r1egKZmF1MUo25AKPt-2d55sk5Q_EIBOQwD3JC8RgI,46
55
- nexom-1.0.2.dist-info/top_level.txt,sha256=mTyUruscL3rqXvYJRo8KGwDM6PWXRzgf4CamLr8LSX4,6
56
- nexom-1.0.2.dist-info/RECORD,,
51
+ nexom-1.0.3.dist-info/licenses/LICENSE,sha256=YbcHyxYLJ5jePeMS_NXpR9yiZjP5skhn32LvcKeknJw,1066
52
+ nexom-1.0.3.dist-info/METADATA,sha256=NMXmpx_gRTOhGrdtRcb9-lh1k83QCS77JWM-NPAKrYw,5856
53
+ nexom-1.0.3.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
54
+ nexom-1.0.3.dist-info/entry_points.txt,sha256=0r1egKZmF1MUo25AKPt-2d55sk5Q_EIBOQwD3JC8RgI,46
55
+ nexom-1.0.3.dist-info/top_level.txt,sha256=mTyUruscL3rqXvYJRo8KGwDM6PWXRzgf4CamLr8LSX4,6
56
+ nexom-1.0.3.dist-info/RECORD,,
File without changes