examshell-python 0.1.0__py3-none-any.whl → 0.1.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.
- examshell/data/data.json +0 -0
- examshell/main.py +1 -1
- {examshell_python-0.1.0.dist-info → examshell_python-0.1.3.dist-info}/METADATA +10 -10
- {examshell_python-0.1.0.dist-info → examshell_python-0.1.3.dist-info}/RECORD +6 -6
- examshell_python-0.1.3.dist-info/entry_points.txt +2 -0
- {examshell_python-0.1.0.dist-info → examshell_python-0.1.3.dist-info}/top_level.txt +0 -0
- examshell_python-0.1.0.dist-info/entry_points.txt +0 -2
- {examshell_python-0.1.0.dist-info → examshell_python-0.1.3.dist-info}/WHEEL +0 -0
examshell/data/data.json
CHANGED
|
File without changes
|
examshell/main.py
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
Metadata-Version: 2.4
|
|
2
|
-
Name: examshell-python
|
|
3
|
-
Version: 0.1.
|
|
4
|
-
Summary: Interactive 42-style exam practice shell for Python exercises
|
|
5
|
-
Author: Denis
|
|
6
|
-
License: MIT
|
|
7
|
-
Requires-Python: >=3.10
|
|
8
|
-
Description-Content-Type: text/markdown
|
|
9
|
-
Requires-Dist: pydantic>=2.0
|
|
10
|
-
Requires-Dist: rich>=13.0
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: examshell-python
|
|
3
|
+
Version: 0.1.3
|
|
4
|
+
Summary: Interactive 42-style exam practice shell for Python exercises
|
|
5
|
+
Author: Denis
|
|
6
|
+
License: MIT
|
|
7
|
+
Requires-Python: >=3.10
|
|
8
|
+
Description-Content-Type: text/markdown
|
|
9
|
+
Requires-Dist: pydantic>=2.0
|
|
10
|
+
Requires-Dist: rich>=13.0
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
examshell/__init__.py,sha256=US6vvgCz8UB8CKFSahfDO6E6_ap2K0HEzuQXZDKqjIY,88
|
|
2
2
|
examshell/__main__.py,sha256=FPKQn40Rc3YrzxCFcWA-DNG7nhybyGrorxLJ0ooE5-E,112
|
|
3
3
|
examshell/config.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
-
examshell/main.py,sha256=
|
|
4
|
+
examshell/main.py,sha256=3h3G_yjpTDe1FzI2yCLjOLAJnpimp4EE081xEBWoa5I,10109
|
|
5
5
|
examshell/models.py,sha256=6S83MR7dE1FuEoXY0K3Fz_lVAiNRDVdROHJ_B8Nt1Zk,383
|
|
6
6
|
examshell/task_generator.py,sha256=z4lSWiAk7rCUen1gcSMiuSuLnNThw0mOhVqOIZuxmuo,6781
|
|
7
7
|
examshell/data/data.json,sha256=Ccr9fpeUxJqKXPx4e-x8POXH9b0d2GUuttO8U4XmtKg,34795
|
|
8
|
-
examshell_python-0.1.
|
|
9
|
-
examshell_python-0.1.
|
|
10
|
-
examshell_python-0.1.
|
|
11
|
-
examshell_python-0.1.
|
|
12
|
-
examshell_python-0.1.
|
|
8
|
+
examshell_python-0.1.3.dist-info/METADATA,sha256=iC2MFvn-SZ4OOLZnmxL5y1qteo8HE66e_LWS75YcIAs,287
|
|
9
|
+
examshell_python-0.1.3.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
|
|
10
|
+
examshell_python-0.1.3.dist-info/entry_points.txt,sha256=Apx4jSyjUqcm0wNOxlHAyzlm7kDcMqvKCwrl943rCM8,51
|
|
11
|
+
examshell_python-0.1.3.dist-info/top_level.txt,sha256=pGd6WjsN6GBAYngnGpYCfK3YDx5Qv4cztfkwE4nzhoU,10
|
|
12
|
+
examshell_python-0.1.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|