rapid-router 7.6.18__py2.py3-none-any.whl → 7.6.19__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.
- game/__init__.py +1 -1
- {rapid_router-7.6.18.dist-info → rapid_router-7.6.19.dist-info}/METADATA +13 -12
- {rapid_router-7.6.18.dist-info → rapid_router-7.6.19.dist-info}/RECORD +6 -6
- {rapid_router-7.6.18.dist-info → rapid_router-7.6.19.dist-info}/WHEEL +0 -0
- {rapid_router-7.6.18.dist-info → rapid_router-7.6.19.dist-info}/licenses/LICENSE.md +0 -0
- {rapid_router-7.6.18.dist-info → rapid_router-7.6.19.dist-info}/top_level.txt +0 -0
game/__init__.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "7.6.
|
|
1
|
+
__version__ = "7.6.19"
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: rapid-router
|
|
3
|
-
Version: 7.6.
|
|
3
|
+
Version: 7.6.19
|
|
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.11.
|
|
8
|
+
Requires-Dist: asgiref==3.11.1; python_version >= "3.9"
|
|
9
9
|
Requires-Dist: asttokens==3.0.1; python_version >= "3.8"
|
|
10
10
|
Requires-Dist: certifi==2026.1.4; python_version >= "3.7"
|
|
11
11
|
Requires-Dist: cffi==2.0.0; platform_python_implementation != "PyPy"
|
|
12
|
-
Requires-Dist: cfl-common==8.9.
|
|
12
|
+
Requires-Dist: cfl-common==8.9.20
|
|
13
13
|
Requires-Dist: charset-normalizer==3.4.4; python_version >= "3.7"
|
|
14
14
|
Requires-Dist: cryptography==44.0.1; python_version >= "3.7" and python_full_version not in "3.9.0, 3.9.1"
|
|
15
15
|
Requires-Dist: decorator==5.2.1; python_version >= "3.8"
|
|
@@ -27,19 +27,20 @@ Requires-Dist: django-two-factor-auth==1.17.0; python_version >= "3.8"
|
|
|
27
27
|
Requires-Dist: djangorestframework==3.16.0; python_version >= "3.9"
|
|
28
28
|
Requires-Dist: executing==2.2.1; python_version >= "3.8"
|
|
29
29
|
Requires-Dist: idna==3.11; python_version >= "3.8"
|
|
30
|
-
Requires-Dist: ipython==9.
|
|
30
|
+
Requires-Dist: ipython==9.10.0; python_version >= "3.11"
|
|
31
31
|
Requires-Dist: ipython-pygments-lexers==1.1.1; python_version >= "3.8"
|
|
32
32
|
Requires-Dist: jedi==0.19.2; python_version >= "3.6"
|
|
33
33
|
Requires-Dist: libsass==0.23.0; python_version >= "3.8"
|
|
34
34
|
Requires-Dist: matplotlib-inline==0.2.1; python_version >= "3.9"
|
|
35
35
|
Requires-Dist: more-itertools==8.7.0; python_version >= "3.5"
|
|
36
|
-
Requires-Dist: numpy==2.4.
|
|
36
|
+
Requires-Dist: numpy==2.4.2; python_version >= "3.11"
|
|
37
37
|
Requires-Dist: packaging==26.0; python_version >= "3.8"
|
|
38
38
|
Requires-Dist: pandas==3.0.0; python_version >= "3.11"
|
|
39
39
|
Requires-Dist: parso==0.8.5; python_version >= "3.6"
|
|
40
40
|
Requires-Dist: pexpect==4.9.0; sys_platform != "win32" and sys_platform != "emscripten"
|
|
41
41
|
Requires-Dist: pgeocode==0.4.0; python_version >= "3.8"
|
|
42
42
|
Requires-Dist: prompt-toolkit==3.0.52; python_version >= "3.8"
|
|
43
|
+
Requires-Dist: psycopg2-binary==2.9.9; python_version >= "3.7"
|
|
43
44
|
Requires-Dist: ptyprocess==0.7.0
|
|
44
45
|
Requires-Dist: pure-eval==0.2.3
|
|
45
46
|
Requires-Dist: pycparser==3.0; implementation_name != "PyPy"
|
|
@@ -58,11 +59,11 @@ Requires-Dist: tablib==3.7.0; python_version >= "3.9"
|
|
|
58
59
|
Requires-Dist: traitlets==5.14.3; python_version >= "3.8"
|
|
59
60
|
Requires-Dist: typing-extensions==4.15.0; python_version >= "3.9"
|
|
60
61
|
Requires-Dist: urllib3==2.6.3; python_version >= "3.9"
|
|
61
|
-
Requires-Dist: wcwidth==0.5.
|
|
62
|
+
Requires-Dist: wcwidth==0.5.3; python_version >= "3.8"
|
|
62
63
|
Requires-Dist: wheel==0.46.3; python_version >= "3.9"
|
|
63
64
|
Provides-Extra: dev
|
|
64
65
|
Requires-Dist: amqp==5.3.1; python_version >= "3.6" and extra == "dev"
|
|
65
|
-
Requires-Dist: asgiref==3.11.
|
|
66
|
+
Requires-Dist: asgiref==3.11.1; python_version >= "3.9" and extra == "dev"
|
|
66
67
|
Requires-Dist: attrs==25.4.0; python_version >= "3.9" and extra == "dev"
|
|
67
68
|
Requires-Dist: billiard==4.2.4; python_version >= "3.7" and extra == "dev"
|
|
68
69
|
Requires-Dist: black==26.1.0; python_version >= "3.10" and extra == "dev"
|
|
@@ -71,13 +72,13 @@ Requires-Dist: botocore==1.36.26; python_version >= "3.8" and extra == "dev"
|
|
|
71
72
|
Requires-Dist: celery[sqs]==5.4.0; python_version >= "3.8" and extra == "dev"
|
|
72
73
|
Requires-Dist: certifi==2026.1.4; python_version >= "3.7" and extra == "dev"
|
|
73
74
|
Requires-Dist: cffi==2.0.0; platform_python_implementation != "PyPy" and extra == "dev"
|
|
74
|
-
Requires-Dist: cfl-common==8.9.
|
|
75
|
+
Requires-Dist: cfl-common==8.9.20; extra == "dev"
|
|
75
76
|
Requires-Dist: charset-normalizer==3.4.4; python_version >= "3.7" and extra == "dev"
|
|
76
77
|
Requires-Dist: click==8.3.1; python_version >= "3.10" and extra == "dev"
|
|
77
78
|
Requires-Dist: click-didyoumean==0.3.1; python_full_version >= "3.6.2" and extra == "dev"
|
|
78
79
|
Requires-Dist: click-plugins==1.1.1.2; extra == "dev"
|
|
79
80
|
Requires-Dist: click-repl==0.3.0; python_version >= "3.6" and extra == "dev"
|
|
80
|
-
Requires-Dist: codeforlife-portal==8.9.
|
|
81
|
+
Requires-Dist: codeforlife-portal==8.9.20; extra == "dev"
|
|
81
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"
|
|
82
83
|
Requires-Dist: diff-match-patch==20241021; python_version >= "3.7" and extra == "dev"
|
|
83
84
|
Requires-Dist: django==5.1.15; python_version >= "3.10" and extra == "dev"
|
|
@@ -112,7 +113,7 @@ Requires-Dist: libsass==0.23.0; python_version >= "3.8" and extra == "dev"
|
|
|
112
113
|
Requires-Dist: markupsafe==3.0.3; python_version >= "3.9" and extra == "dev"
|
|
113
114
|
Requires-Dist: more-itertools==8.7.0; python_version >= "3.5" and extra == "dev"
|
|
114
115
|
Requires-Dist: mypy-extensions==1.1.0; python_version >= "3.8" and extra == "dev"
|
|
115
|
-
Requires-Dist: numpy==2.4.
|
|
116
|
+
Requires-Dist: numpy==2.4.2; python_version >= "3.11" and extra == "dev"
|
|
116
117
|
Requires-Dist: outcome==1.3.0.post0; python_version >= "3.7" and extra == "dev"
|
|
117
118
|
Requires-Dist: packaging==26.0; python_version >= "3.8" and extra == "dev"
|
|
118
119
|
Requires-Dist: pandas==3.0.0; python_version >= "3.11" and extra == "dev"
|
|
@@ -137,7 +138,7 @@ Requires-Dist: pytest-order==1.3.0; python_version >= "3.7" and extra == "dev"
|
|
|
137
138
|
Requires-Dist: pytest-xdist==3.8.0; python_version >= "3.9" and extra == "dev"
|
|
138
139
|
Requires-Dist: python-dateutil==2.9.0.post0; (python_version >= "2.7" and python_version not in "3.0, 3.1, 3.2, 3.3") and extra == "dev"
|
|
139
140
|
Requires-Dist: python-dotenv==1.0.1; python_version >= "3.8" and extra == "dev"
|
|
140
|
-
Requires-Dist: pytokens==0.4.
|
|
141
|
+
Requires-Dist: pytokens==0.4.1; python_version >= "3.8" and extra == "dev"
|
|
141
142
|
Requires-Dist: pyyaml==6.0.2; python_version >= "3.8" and extra == "dev"
|
|
142
143
|
Requires-Dist: qrcode==7.4.2; python_version >= "3.7" and extra == "dev"
|
|
143
144
|
Requires-Dist: reportlab==4.4.2; (python_version >= "3.7" and python_version < "4") and extra == "dev"
|
|
@@ -159,7 +160,7 @@ Requires-Dist: urllib3==2.6.3; python_version >= "3.9" and extra == "dev"
|
|
|
159
160
|
Requires-Dist: uvicorn==0.40.0; python_version >= "3.10" and extra == "dev"
|
|
160
161
|
Requires-Dist: uvicorn-worker==0.2.0; python_version >= "3.8" and extra == "dev"
|
|
161
162
|
Requires-Dist: vine==5.1.0; python_version >= "3.6" and extra == "dev"
|
|
162
|
-
Requires-Dist: wcwidth==0.5.
|
|
163
|
+
Requires-Dist: wcwidth==0.5.3; python_version >= "3.8" and extra == "dev"
|
|
163
164
|
Requires-Dist: websocket-client==1.9.0; python_version >= "3.9" and extra == "dev"
|
|
164
165
|
Requires-Dist: werkzeug==3.1.5; python_version >= "3.9" and extra == "dev"
|
|
165
166
|
Requires-Dist: wheel==0.46.3; python_version >= "3.9" and extra == "dev"
|
|
@@ -3,7 +3,7 @@ example_project/rapid_router_test_settings.py,sha256=-8pBDGeDSM0ziu5BLUXVqB9J97A
|
|
|
3
3
|
example_project/settings.py,sha256=I_upxXh1PBbeX0aKttLeqjGbjPCDTfgMVJgBv7vcc0g,4599
|
|
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=AW-1FJ7ZFozSlDhDuwqOIXLir_95_iSMlDhrVcSPv-8,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
|
|
@@ -804,8 +804,8 @@ game/views/level_solutions.py,sha256=oYwx0p1LuY7609H2lid7lAq3QvcD6_K9cy5U_i6CwWg
|
|
|
804
804
|
game/views/scoreboard.py,sha256=h-IPKNKTpFH2Ryr1huyh765BgE0nYtPrqIf9hpU1dmc,17077
|
|
805
805
|
game/views/scoreboard_csv.py,sha256=yx4tOwx5QsHyU1S1BUPUqRBWIh5idq8QVtBID-NqZto,1768
|
|
806
806
|
game/views/worksheet.py,sha256=R7DgR3OhgITkmPHzkv0WLu_bkHvt3RGkcD7ySx3ippg,705
|
|
807
|
-
rapid_router-7.6.
|
|
808
|
-
rapid_router-7.6.
|
|
809
|
-
rapid_router-7.6.
|
|
810
|
-
rapid_router-7.6.
|
|
811
|
-
rapid_router-7.6.
|
|
807
|
+
rapid_router-7.6.19.dist-info/licenses/LICENSE.md,sha256=9AbRlCDqD2D1tPibimysFv3zg3AIc49-eyv9aEsyq9w,115
|
|
808
|
+
rapid_router-7.6.19.dist-info/METADATA,sha256=kqAUk-c7X6o16QZbC-mzoStfvt3vtDFvl7e_2yTg-_8,11813
|
|
809
|
+
rapid_router-7.6.19.dist-info/WHEEL,sha256=Mk1ST5gDzEO5il5kYREiBnzzM469m5sI8ESPl7TRhJY,110
|
|
810
|
+
rapid_router-7.6.19.dist-info/top_level.txt,sha256=rKP4ryr1t8Wcnx8grJHDViM3T5cMYH_0vygDjC04ArA,21
|
|
811
|
+
rapid_router-7.6.19.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|