libTerm 0.2.7__tar.gz → 0.2.8__tar.gz
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.
- {libterm-0.2.7 → libterm-0.2.8}/.idea/workspace.xml +2 -10
- {libterm-0.2.7 → libterm-0.2.8}/Examples/ex_simplemenu.py +1 -1
- {libterm-0.2.7 → libterm-0.2.8}/PKG-INFO +1 -1
- libterm-0.2.8/dist/libterm-0.2.7-py3-none-any.whl +0 -0
- libterm-0.2.8/dist/libterm-0.2.7.tar.gz +0 -0
- {libterm-0.2.7 → libterm-0.2.8}/pyproject.toml +1 -1
- {libterm-0.2.7 → libterm-0.2.8}/src/libTerm.egg-info/PKG-INFO +1 -1
- {libterm-0.2.7 → libterm-0.2.8}/src/libTerm.egg-info/SOURCES.txt +4 -2
- {libterm-0.2.7 → libterm-0.2.8}/.STATUS_TESTS +0 -0
- {libterm-0.2.7 → libterm-0.2.8}/.gitignore +0 -0
- {libterm-0.2.7 → libterm-0.2.8}/.idea/inspectionProfiles/profiles_settings.xml +0 -0
- {libterm-0.2.7 → libterm-0.2.8}/.idea/libTerm.iml +0 -0
- {libterm-0.2.7 → libterm-0.2.8}/.idea/modules.xml +0 -0
- {libterm-0.2.7 → libterm-0.2.8}/.idea/vcs.xml +0 -0
- {libterm-0.2.7 → libterm-0.2.8}/0 +0 -0
- {libterm-0.2.7 → libterm-0.2.8}/Examples/__init__.py +0 -0
- {libterm-0.2.7 → libterm-0.2.8}/Examples/ex_arrowkeys.py +0 -0
- {libterm-0.2.7 → libterm-0.2.8}/Examples/ex_autosnake.py +0 -0
- {libterm-0.2.7 → libterm-0.2.8}/Examples/ex_basic.py +0 -0
- {libterm-0.2.7 → libterm-0.2.8}/Examples/ex_colors.py +0 -0
- {libterm-0.2.7 → libterm-0.2.8}/Examples/ex_manualsnake.py +0 -0
- {libterm-0.2.7 → libterm-0.2.8}/Examples/ex_printkeys.py +0 -0
- {libterm-0.2.7 → libterm-0.2.8}/Examples/time +0 -0
- {libterm-0.2.7 → libterm-0.2.8}/README.md +0 -0
- {libterm-0.2.7 → libterm-0.2.8}/dist/libterm-0.0.1-py3-none-any.whl +0 -0
- {libterm-0.2.7 → libterm-0.2.8}/dist/libterm-0.0.1.tar.gz +0 -0
- {libterm-0.2.7 → libterm-0.2.8}/dist/libterm-0.1.0-py3-none-any.whl +0 -0
- {libterm-0.2.7 → libterm-0.2.8}/dist/libterm-0.1.0.tar.gz +0 -0
- {libterm-0.2.7 → libterm-0.2.8}/dist/libterm-0.1.5-py3-none-any.whl +0 -0
- {libterm-0.2.7 → libterm-0.2.8}/dist/libterm-0.1.5.tar.gz +0 -0
- {libterm-0.2.7 → libterm-0.2.8}/dist/libterm-0.1.6-py3-none-any.whl +0 -0
- {libterm-0.2.7 → libterm-0.2.8}/dist/libterm-0.1.6.tar.gz +0 -0
- {libterm-0.2.7 → libterm-0.2.8}/dist/libterm-0.1.7-py3-none-any.whl +0 -0
- {libterm-0.2.7 → libterm-0.2.8}/dist/libterm-0.1.7.tar.gz +0 -0
- {libterm-0.2.7 → libterm-0.2.8}/dist/libterm-0.2.0-py3-none-any.whl +0 -0
- {libterm-0.2.7 → libterm-0.2.8}/dist/libterm-0.2.0.tar.gz +0 -0
- {libterm-0.2.7 → libterm-0.2.8}/dist/libterm-0.2.5-py3-none-any.whl +0 -0
- {libterm-0.2.7 → libterm-0.2.8}/dist/libterm-0.2.5.tar.gz +0 -0
- {libterm-0.2.7 → libterm-0.2.8}/dist/libterm-0.2.6-py3-none-any.whl +0 -0
- {libterm-0.2.7 → libterm-0.2.8}/dist/libterm-0.2.6.tar.gz +0 -0
- {libterm-0.2.7 → libterm-0.2.8}/doc/dev/project.md +0 -0
- {libterm-0.2.7 → libterm-0.2.8}/libterm.cast +0 -0
- {libterm-0.2.7 → libterm-0.2.8}/libterm.gif +0 -0
- {libterm-0.2.7 → libterm-0.2.8}/setup.cfg +0 -0
- {libterm-0.2.7 → libterm-0.2.8}/src/libTerm/__init__.py +0 -0
- {libterm-0.2.7/Examples → libterm-0.2.8/src/libTerm}/libextra/__init__.py +0 -0
- {libterm-0.2.7/Examples → libterm-0.2.8/src/libTerm}/libextra/class_menu.py +0 -0
- {libterm-0.2.7 → libterm-0.2.8}/src/libTerm/term/__init__.py +0 -0
- {libterm-0.2.7 → libterm-0.2.8}/src/libTerm/term/cursor.py +0 -0
- {libterm-0.2.7 → libterm-0.2.8}/src/libTerm/term/input.py +0 -0
- {libterm-0.2.7 → libterm-0.2.8}/src/libTerm/term/mock.py +0 -0
- {libterm-0.2.7 → libterm-0.2.8}/src/libTerm/term/posix.py +0 -0
- {libterm-0.2.7 → libterm-0.2.8}/src/libTerm/term/virt.py +0 -0
- {libterm-0.2.7 → libterm-0.2.8}/src/libTerm/term/winnt.py +0 -0
- {libterm-0.2.7 → libterm-0.2.8}/src/libTerm/types/__init__.py +0 -0
- {libterm-0.2.7 → libterm-0.2.8}/src/libTerm/types/base.py +0 -0
- {libterm-0.2.7 → libterm-0.2.8}/src/libTerm/types/enums.py +0 -0
- {libterm-0.2.7 → libterm-0.2.8}/src/libTerm/types/extra.py +0 -0
- {libterm-0.2.7 → libterm-0.2.8}/src/libTerm.egg-info/dependency_links.txt +0 -0
- {libterm-0.2.7 → libterm-0.2.8}/src/libTerm.egg-info/top_level.txt +0 -0
- {libterm-0.2.7 → libterm-0.2.8}/tests/__init__.py +0 -0
- {libterm-0.2.7 → libterm-0.2.8}/tests/test_cursor.py +0 -0
- {libterm-0.2.7 → libterm-0.2.8}/tests/test_posix_term.py +0 -0
- {libterm-0.2.7 → libterm-0.2.8}/tests/test_selector.py +0 -0
- {libterm-0.2.7 → libterm-0.2.8}/tests/test_store.py +0 -0
|
@@ -4,11 +4,7 @@
|
|
|
4
4
|
<option name="autoReloadType" value="SELECTIVE" />
|
|
5
5
|
</component>
|
|
6
6
|
<component name="ChangeListManager">
|
|
7
|
-
<list default="true" id="bc73ff2f-338a-4651-a389-91491c2041b6" name="Changes" comment="added tests , prolly not that usefull as its only testing if stuff exists , and written by copilot"
|
|
8
|
-
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
|
9
|
-
<change beforePath="$PROJECT_DIR$/Examples/ex_autosnake.py" beforeDir="false" afterPath="$PROJECT_DIR$/Examples/ex_autosnake.py" afterDir="false" />
|
|
10
|
-
<change beforePath="$PROJECT_DIR$/src/libTerm/types/base.py" beforeDir="false" afterPath="$PROJECT_DIR$/src/libTerm/types/base.py" afterDir="false" />
|
|
11
|
-
</list>
|
|
7
|
+
<list default="true" id="bc73ff2f-338a-4651-a389-91491c2041b6" name="Changes" comment="added tests , prolly not that usefull as its only testing if stuff exists , and written by copilot" />
|
|
12
8
|
<option name="SHOW_DIALOG" value="false" />
|
|
13
9
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
14
10
|
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
|
@@ -44,6 +40,7 @@
|
|
|
44
40
|
<component name="HighlightingSettingsPerFile">
|
|
45
41
|
<setting file="file://$USER_HOME$/.cache/JetBrains/PyCharmCE2025.1/python_stubs/-1711940630/termios.py" root0="SKIP_INSPECTION" />
|
|
46
42
|
<setting file="file://$USER_HOME$/.cache/JetBrains/PyCharmCE2025.1/python_stubs/1055943265/termios.py" root0="SKIP_INSPECTION" />
|
|
43
|
+
<setting file="file://$PROJECT_DIR$/Examples/ex_autosnake.py" root0="SKIP_INSPECTION" />
|
|
47
44
|
<setting file="file://$PROJECT_DIR$/Examples/ex_simplemenu.py" root0="FORCE_HIGHLIGHTING" />
|
|
48
45
|
<setting file="file://$APPLICATION_HOME_DIR$/plugins/python-ce/helpers/pydev/_pydev_imps/_pydev_execfile.py" root0="SKIP_INSPECTION" />
|
|
49
46
|
</component>
|
|
@@ -357,11 +354,6 @@
|
|
|
357
354
|
<line>371</line>
|
|
358
355
|
<option name="timeStamp" value="6" />
|
|
359
356
|
</line-breakpoint>
|
|
360
|
-
<line-breakpoint enabled="true" suspend="THREAD" type="python-line">
|
|
361
|
-
<url>file://$PROJECT_DIR$/Examples/ex_simplemenu.py</url>
|
|
362
|
-
<line>8</line>
|
|
363
|
-
<option name="timeStamp" value="13" />
|
|
364
|
-
</line-breakpoint>
|
|
365
357
|
</breakpoints>
|
|
366
358
|
</breakpoint-manager>
|
|
367
359
|
</component>
|
|
Binary file
|
|
Binary file
|
|
@@ -19,8 +19,6 @@ Examples/ex_manualsnake.py
|
|
|
19
19
|
Examples/ex_printkeys.py
|
|
20
20
|
Examples/ex_simplemenu.py
|
|
21
21
|
Examples/time
|
|
22
|
-
Examples/libextra/__init__.py
|
|
23
|
-
Examples/libextra/class_menu.py
|
|
24
22
|
dist/libterm-0.0.1-py3-none-any.whl
|
|
25
23
|
dist/libterm-0.0.1.tar.gz
|
|
26
24
|
dist/libterm-0.1.0-py3-none-any.whl
|
|
@@ -37,12 +35,16 @@ dist/libterm-0.2.5-py3-none-any.whl
|
|
|
37
35
|
dist/libterm-0.2.5.tar.gz
|
|
38
36
|
dist/libterm-0.2.6-py3-none-any.whl
|
|
39
37
|
dist/libterm-0.2.6.tar.gz
|
|
38
|
+
dist/libterm-0.2.7-py3-none-any.whl
|
|
39
|
+
dist/libterm-0.2.7.tar.gz
|
|
40
40
|
doc/dev/project.md
|
|
41
41
|
src/libTerm/__init__.py
|
|
42
42
|
src/libTerm.egg-info/PKG-INFO
|
|
43
43
|
src/libTerm.egg-info/SOURCES.txt
|
|
44
44
|
src/libTerm.egg-info/dependency_links.txt
|
|
45
45
|
src/libTerm.egg-info/top_level.txt
|
|
46
|
+
src/libTerm/libextra/__init__.py
|
|
47
|
+
src/libTerm/libextra/class_menu.py
|
|
46
48
|
src/libTerm/term/__init__.py
|
|
47
49
|
src/libTerm/term/cursor.py
|
|
48
50
|
src/libTerm/term/input.py
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|