rapid-router 7.5.20__py2.py3-none-any.whl → 7.5.22__py2.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.
- example_project/rapid_router_test_settings.py +8 -0
- example_project/settings.py +8 -0
- game/__init__.py +1 -1
- game/messages.py +1 -1
- {rapid_router-7.5.20.dist-info → rapid_router-7.5.22.dist-info}/METADATA +24 -18
- {rapid_router-7.5.20.dist-info → rapid_router-7.5.22.dist-info}/RECORD +9 -9
- {rapid_router-7.5.20.dist-info → rapid_router-7.5.22.dist-info}/WHEEL +0 -0
- {rapid_router-7.5.20.dist-info → rapid_router-7.5.22.dist-info}/licenses/LICENSE.md +0 -0
- {rapid_router-7.5.20.dist-info → rapid_router-7.5.22.dist-info}/top_level.txt +0 -0
|
@@ -154,3 +154,11 @@ except ImportError:
|
|
|
154
154
|
pass
|
|
155
155
|
|
|
156
156
|
from common.csp_config import *
|
|
157
|
+
|
|
158
|
+
if MODULE_NAME == "local":
|
|
159
|
+
# NOTE: This is only used locally for testing purposes.
|
|
160
|
+
os.environ.setdefault(
|
|
161
|
+
"ENCRYPTION_KEY", "XTgWqMlZCMI_E5BvCArkif9nrJIIhe_6Ic6Q_UcWJDk="
|
|
162
|
+
)
|
|
163
|
+
|
|
164
|
+
ENCRYPTION_KEY = os.environ["ENCRYPTION_KEY"]
|
example_project/settings.py
CHANGED
|
@@ -141,3 +141,11 @@ except ImportError:
|
|
|
141
141
|
pass
|
|
142
142
|
|
|
143
143
|
from common.csp_config import *
|
|
144
|
+
|
|
145
|
+
if MODULE_NAME == "local":
|
|
146
|
+
# NOTE: This is only used locally for testing purposes.
|
|
147
|
+
os.environ.setdefault(
|
|
148
|
+
"ENCRYPTION_KEY", "XTgWqMlZCMI_E5BvCArkif9nrJIIhe_6Ic6Q_UcWJDk="
|
|
149
|
+
)
|
|
150
|
+
|
|
151
|
+
ENCRYPTION_KEY = os.environ["ENCRYPTION_KEY"]
|
game/__init__.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "7.5.
|
|
1
|
+
__version__ = "7.5.22"
|
game/messages.py
CHANGED
|
@@ -1,15 +1,17 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: rapid-router
|
|
3
|
-
Version: 7.5.
|
|
3
|
+
Version: 7.5.22
|
|
4
4
|
Classifier: Programming Language :: Python
|
|
5
5
|
Classifier: Programming Language :: Python :: 3.12
|
|
6
6
|
Classifier: Framework :: Django
|
|
7
7
|
License-File: LICENSE.md
|
|
8
|
-
Requires-Dist: asgiref==3.
|
|
8
|
+
Requires-Dist: asgiref==3.9.1; python_version >= "3.9"
|
|
9
9
|
Requires-Dist: asttokens==3.0.0; python_version >= "3.8"
|
|
10
|
-
Requires-Dist: certifi==2025.
|
|
11
|
-
Requires-Dist:
|
|
12
|
-
Requires-Dist:
|
|
10
|
+
Requires-Dist: certifi==2025.8.3; python_version >= "3.7"
|
|
11
|
+
Requires-Dist: cffi==1.17.1; platform_python_implementation != "PyPy"
|
|
12
|
+
Requires-Dist: cfl-common==8.8.2
|
|
13
|
+
Requires-Dist: charset-normalizer==3.4.3; python_version >= "3.7"
|
|
14
|
+
Requires-Dist: cryptography==44.0.1; python_version >= "3.7" and python_full_version not in "3.9.0, 3.9.1"
|
|
13
15
|
Requires-Dist: decorator==5.2.1; python_version >= "3.8"
|
|
14
16
|
Requires-Dist: diff-match-patch==20241021; python_version >= "3.7"
|
|
15
17
|
Requires-Dist: django==5.1.10; python_version >= "3.10"
|
|
@@ -17,7 +19,7 @@ Requires-Dist: django-countries==7.6.1
|
|
|
17
19
|
Requires-Dist: django-csp==3.8
|
|
18
20
|
Requires-Dist: django-formtools==2.5.1; python_version >= "3.8"
|
|
19
21
|
Requires-Dist: django-import-export==4.2.0; python_version >= "3.9"
|
|
20
|
-
Requires-Dist: django-otp==1.6.
|
|
22
|
+
Requires-Dist: django-otp==1.6.1; python_version >= "3.7"
|
|
21
23
|
Requires-Dist: django-phonenumber-field==8.1.0; python_version >= "3.9"
|
|
22
24
|
Requires-Dist: django-pipeline==4.0.0; python_version >= "3.9"
|
|
23
25
|
Requires-Dist: django-reverse-js==0.1.8; python_version >= "3.10"
|
|
@@ -31,14 +33,15 @@ Requires-Dist: jedi==0.19.2; python_version >= "3.6"
|
|
|
31
33
|
Requires-Dist: libsass==0.23.0; python_version >= "3.8"
|
|
32
34
|
Requires-Dist: matplotlib-inline==0.1.7; python_version >= "3.8"
|
|
33
35
|
Requires-Dist: more-itertools==8.7.0; python_version >= "3.5"
|
|
34
|
-
Requires-Dist: numpy==2.3.
|
|
35
|
-
Requires-Dist: pandas==2.3.
|
|
36
|
+
Requires-Dist: numpy==2.3.2; python_version >= "3.11"
|
|
37
|
+
Requires-Dist: pandas==2.3.1; python_version >= "3.9"
|
|
36
38
|
Requires-Dist: parso==0.8.4; python_version >= "3.6"
|
|
37
39
|
Requires-Dist: pexpect==4.9.0; sys_platform != "win32" and sys_platform != "emscripten"
|
|
38
40
|
Requires-Dist: pgeocode==0.4.0; python_version >= "3.8"
|
|
39
41
|
Requires-Dist: prompt-toolkit==3.0.51; python_version >= "3.8"
|
|
40
42
|
Requires-Dist: ptyprocess==0.7.0
|
|
41
43
|
Requires-Dist: pure-eval==0.2.3
|
|
44
|
+
Requires-Dist: pycparser==2.22; python_version >= "3.8"
|
|
42
45
|
Requires-Dist: pygments==2.19.2; python_version >= "3.8"
|
|
43
46
|
Requires-Dist: pyhamcrest==2.0.2; python_version >= "3.5"
|
|
44
47
|
Requires-Dist: pyjwt==2.6.0; python_version >= "3.7"
|
|
@@ -53,28 +56,30 @@ Requires-Dist: sqlparse==0.5.3; python_version >= "3.8"
|
|
|
53
56
|
Requires-Dist: stack-data==0.6.3
|
|
54
57
|
Requires-Dist: tablib==3.7.0; python_version >= "3.9"
|
|
55
58
|
Requires-Dist: traitlets==5.14.3; python_version >= "3.8"
|
|
56
|
-
Requires-Dist: typing-extensions==4.14.
|
|
59
|
+
Requires-Dist: typing-extensions==4.14.1; python_version >= "3.9"
|
|
57
60
|
Requires-Dist: tzdata==2025.2; python_version >= "2"
|
|
58
61
|
Requires-Dist: urllib3==2.5.0; python_version >= "3.9"
|
|
59
62
|
Requires-Dist: wcwidth==0.2.13
|
|
60
63
|
Requires-Dist: wheel==0.45.1; python_version >= "3.8"
|
|
61
64
|
Provides-Extra: dev
|
|
62
65
|
Requires-Dist: amqp==5.3.1; python_version >= "3.6" and extra == "dev"
|
|
63
|
-
Requires-Dist: asgiref==3.
|
|
66
|
+
Requires-Dist: asgiref==3.9.1; python_version >= "3.9" and extra == "dev"
|
|
64
67
|
Requires-Dist: attrs==25.3.0; python_version >= "3.8" and extra == "dev"
|
|
65
68
|
Requires-Dist: billiard==4.2.1; python_version >= "3.7" and extra == "dev"
|
|
66
69
|
Requires-Dist: black==25.1.0; python_version >= "3.9" and extra == "dev"
|
|
67
70
|
Requires-Dist: boto3==1.36.14; python_version >= "3.8" and extra == "dev"
|
|
68
71
|
Requires-Dist: botocore==1.36.26; python_version >= "3.8" and extra == "dev"
|
|
69
72
|
Requires-Dist: celery[sqs]==5.4.0; python_version >= "3.8" and extra == "dev"
|
|
70
|
-
Requires-Dist: certifi==2025.
|
|
71
|
-
Requires-Dist:
|
|
72
|
-
Requires-Dist:
|
|
73
|
+
Requires-Dist: certifi==2025.8.3; python_version >= "3.7" and extra == "dev"
|
|
74
|
+
Requires-Dist: cffi==1.17.1; platform_python_implementation != "PyPy" and extra == "dev"
|
|
75
|
+
Requires-Dist: cfl-common==8.8.2; extra == "dev"
|
|
76
|
+
Requires-Dist: charset-normalizer==3.4.3; python_version >= "3.7" and extra == "dev"
|
|
73
77
|
Requires-Dist: click==8.2.1; python_version >= "3.10" and extra == "dev"
|
|
74
78
|
Requires-Dist: click-didyoumean==0.3.1; python_full_version >= "3.6.2" and extra == "dev"
|
|
75
79
|
Requires-Dist: click-plugins==1.1.1.2; extra == "dev"
|
|
76
80
|
Requires-Dist: click-repl==0.3.0; python_version >= "3.6" and extra == "dev"
|
|
77
|
-
Requires-Dist: codeforlife-portal==8.8.
|
|
81
|
+
Requires-Dist: codeforlife-portal==8.8.2; extra == "dev"
|
|
82
|
+
Requires-Dist: cryptography==44.0.1; (python_version >= "3.7" and python_full_version not in "3.9.0, 3.9.1") and extra == "dev"
|
|
78
83
|
Requires-Dist: diff-match-patch==20241021; python_version >= "3.7" and extra == "dev"
|
|
79
84
|
Requires-Dist: django==5.1.10; python_version >= "3.10" and extra == "dev"
|
|
80
85
|
Requires-Dist: django-classy-tags==4.1.0; python_version >= "3.8" and extra == "dev"
|
|
@@ -82,7 +87,7 @@ Requires-Dist: django-countries==7.6.1; extra == "dev"
|
|
|
82
87
|
Requires-Dist: django-csp==3.8; extra == "dev"
|
|
83
88
|
Requires-Dist: django-formtools==2.5.1; python_version >= "3.8" and extra == "dev"
|
|
84
89
|
Requires-Dist: django-import-export==4.2.0; python_version >= "3.9" and extra == "dev"
|
|
85
|
-
Requires-Dist: django-otp==1.6.
|
|
90
|
+
Requires-Dist: django-otp==1.6.1; python_version >= "3.7" and extra == "dev"
|
|
86
91
|
Requires-Dist: django-phonenumber-field==8.1.0; python_version >= "3.9" and extra == "dev"
|
|
87
92
|
Requires-Dist: django-pipeline==4.0.0; python_version >= "3.9" and extra == "dev"
|
|
88
93
|
Requires-Dist: django-preventconcurrentlogins==0.8.2; extra == "dev"
|
|
@@ -106,10 +111,10 @@ Requires-Dist: kombu[sqs]==5.5.4; python_version >= "3.8" and extra == "dev"
|
|
|
106
111
|
Requires-Dist: libsass==0.23.0; python_version >= "3.8" and extra == "dev"
|
|
107
112
|
Requires-Dist: more-itertools==8.7.0; python_version >= "3.5" and extra == "dev"
|
|
108
113
|
Requires-Dist: mypy-extensions==1.1.0; python_version >= "3.8" and extra == "dev"
|
|
109
|
-
Requires-Dist: numpy==2.3.
|
|
114
|
+
Requires-Dist: numpy==2.3.2; python_version >= "3.11" and extra == "dev"
|
|
110
115
|
Requires-Dist: outcome==1.3.0.post0; python_version >= "3.7" and extra == "dev"
|
|
111
116
|
Requires-Dist: packaging==25.0; python_version >= "3.8" and extra == "dev"
|
|
112
|
-
Requires-Dist: pandas==2.3.
|
|
117
|
+
Requires-Dist: pandas==2.3.1; python_version >= "3.9" and extra == "dev"
|
|
113
118
|
Requires-Dist: pathspec==0.12.1; python_version >= "3.8" and extra == "dev"
|
|
114
119
|
Requires-Dist: pgeocode==0.4.0; python_version >= "3.8" and extra == "dev"
|
|
115
120
|
Requires-Dist: phonenumbers==8.12.12; extra == "dev"
|
|
@@ -118,6 +123,7 @@ Requires-Dist: platformdirs==4.3.8; python_version >= "3.9" and extra == "dev"
|
|
|
118
123
|
Requires-Dist: pluggy==1.6.0; python_version >= "3.9" and extra == "dev"
|
|
119
124
|
Requires-Dist: prompt-toolkit==3.0.51; python_version >= "3.8" and extra == "dev"
|
|
120
125
|
Requires-Dist: psycopg2-binary==2.9.9; python_version >= "3.7" and extra == "dev"
|
|
126
|
+
Requires-Dist: pycparser==2.22; python_version >= "3.8" and extra == "dev"
|
|
121
127
|
Requires-Dist: pycurl==7.45.6; python_version >= "3.5" and extra == "dev"
|
|
122
128
|
Requires-Dist: pygments==2.19.2; python_version >= "3.8" and extra == "dev"
|
|
123
129
|
Requires-Dist: pyjwt==2.6.0; python_version >= "3.7" and extra == "dev"
|
|
@@ -145,7 +151,7 @@ Requires-Dist: sqlparse==0.5.3; python_version >= "3.8" and extra == "dev"
|
|
|
145
151
|
Requires-Dist: tablib==3.7.0; python_version >= "3.9" and extra == "dev"
|
|
146
152
|
Requires-Dist: trio==0.30.0; python_version >= "3.9" and extra == "dev"
|
|
147
153
|
Requires-Dist: trio-websocket==0.12.2; python_version >= "3.8" and extra == "dev"
|
|
148
|
-
Requires-Dist: typing-extensions==4.14.
|
|
154
|
+
Requires-Dist: typing-extensions==4.14.1; python_version >= "3.9" and extra == "dev"
|
|
149
155
|
Requires-Dist: tzdata==2025.2; python_version >= "2" and extra == "dev"
|
|
150
156
|
Requires-Dist: urllib3==2.5.0; python_version >= "3.9" and extra == "dev"
|
|
151
157
|
Requires-Dist: uvicorn==0.35.0; python_version >= "3.9" and extra == "dev"
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
example_project/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
-
example_project/rapid_router_test_settings.py,sha256
|
|
3
|
-
example_project/settings.py,sha256
|
|
2
|
+
example_project/rapid_router_test_settings.py,sha256=-8pBDGeDSM0ziu5BLUXVqB9J97ADGcUe_uAlPYyenSg,5030
|
|
3
|
+
example_project/settings.py,sha256=0tXG2kHBxi1PoYPI63QmOMPd0S0MPqvDmIUjYc-hRH8,4574
|
|
4
4
|
example_project/urls.py,sha256=XHug_cpNy21yOef3E1-wWT5VkTuxpl6ZXIlCj6jDjWA,422
|
|
5
5
|
example_project/wsgi.py,sha256=U1W6WzZxZaIdYZ5tks7w9fqp5WS5qvn2iThsVcskrWw,829
|
|
6
|
-
game/__init__.py,sha256=
|
|
6
|
+
game/__init__.py,sha256=K6KD0ClxI-BwG6rOgDnY3EozzgSvyOcnFBNjwjmy-2Y,23
|
|
7
7
|
game/admin.py,sha256=BLwwaqQYuqmMdwqnvhdan19iGxdcoBX4CXFk_ROG5-M,1431
|
|
8
8
|
game/app_settings.py,sha256=mlg-1AiP7AR5JNOHAXXLuCrYWaZMmSihvSYk9c2c8YY,857
|
|
9
9
|
game/cache.py,sha256=dtOiFl6Z4I2Q9-8Hz24ZI-5C0asXYSQhF2Be5q74N8g,2227
|
|
@@ -11,7 +11,7 @@ game/character.py,sha256=bdJ74jDN9zZnj-XaNYbCWmM8XiZY5q4zpqmHLcvE-ts,2397
|
|
|
11
11
|
game/decor.py,sha256=VDY-kadOd0TSDo5znI5P3YzB3BFADCotIlp1g_eDOwQ,10096
|
|
12
12
|
game/forms.py,sha256=7J9Ivn97qw4FC5B7WonDzi4Q5WHhF1I62eQWorUDv_o,2143
|
|
13
13
|
game/level_management.py,sha256=wAKbu8JAVTHoM6YD6L3c7tPityKtWLGRNG32OX5SYRw,6289
|
|
14
|
-
game/messages.py,sha256=
|
|
14
|
+
game/messages.py,sha256=W6ta1Aop8xTJXiO0Efej4BJXCVbafbPDFjl68hWQgs0,102172
|
|
15
15
|
game/models.py,sha256=h_NS_6LL8uFoKVjg2CCZ53sE-FBv9QWM_dhCh4fIr5E,11446
|
|
16
16
|
game/permissions.py,sha256=3dWQ_YYMNVm6OhI9gyZe36EiqsoyU5RzyxdIlfbZ2pM,7624
|
|
17
17
|
game/python_den_urls.py,sha256=fO2U06_woa3dkdmWhYg6zR9hrqFyP2Cp9e5l-5dUEmc,637
|
|
@@ -799,8 +799,8 @@ game/views/level_selection.py,sha256=UI345nDv5iTRQ7VttiLKLzezJlaSlaKOnhlALZgMU9Q
|
|
|
799
799
|
game/views/level_solutions.py,sha256=oYwx0p1LuY7609H2lid7lAq3QvcD6_K9cy5U_i6CwWg,96714
|
|
800
800
|
game/views/scoreboard.py,sha256=Lxy7XtoG7VwWpTb-c22BGC6eN8uCmmOnQ2qjY-oXA3k,16914
|
|
801
801
|
game/views/scoreboard_csv.py,sha256=yx4tOwx5QsHyU1S1BUPUqRBWIh5idq8QVtBID-NqZto,1768
|
|
802
|
-
rapid_router-7.5.
|
|
803
|
-
rapid_router-7.5.
|
|
804
|
-
rapid_router-7.5.
|
|
805
|
-
rapid_router-7.5.
|
|
806
|
-
rapid_router-7.5.
|
|
802
|
+
rapid_router-7.5.22.dist-info/licenses/LICENSE.md,sha256=9AbRlCDqD2D1tPibimysFv3zg3AIc49-eyv9aEsyq9w,115
|
|
803
|
+
rapid_router-7.5.22.dist-info/METADATA,sha256=hnW8xd8ybqM8GrgHAEGesEcRgvzAV6SVe6ywdywXXH4,11362
|
|
804
|
+
rapid_router-7.5.22.dist-info/WHEEL,sha256=JNWh1Fm1UdwIQV075glCn4MVuCRs0sotJIq-J6rbxCU,109
|
|
805
|
+
rapid_router-7.5.22.dist-info/top_level.txt,sha256=rKP4ryr1t8Wcnx8grJHDViM3T5cMYH_0vygDjC04ArA,21
|
|
806
|
+
rapid_router-7.5.22.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|