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.
Files changed (65) hide show
  1. {libterm-0.2.7 → libterm-0.2.8}/.idea/workspace.xml +2 -10
  2. {libterm-0.2.7 → libterm-0.2.8}/Examples/ex_simplemenu.py +1 -1
  3. {libterm-0.2.7 → libterm-0.2.8}/PKG-INFO +1 -1
  4. libterm-0.2.8/dist/libterm-0.2.7-py3-none-any.whl +0 -0
  5. libterm-0.2.8/dist/libterm-0.2.7.tar.gz +0 -0
  6. {libterm-0.2.7 → libterm-0.2.8}/pyproject.toml +1 -1
  7. {libterm-0.2.7 → libterm-0.2.8}/src/libTerm.egg-info/PKG-INFO +1 -1
  8. {libterm-0.2.7 → libterm-0.2.8}/src/libTerm.egg-info/SOURCES.txt +4 -2
  9. {libterm-0.2.7 → libterm-0.2.8}/.STATUS_TESTS +0 -0
  10. {libterm-0.2.7 → libterm-0.2.8}/.gitignore +0 -0
  11. {libterm-0.2.7 → libterm-0.2.8}/.idea/inspectionProfiles/profiles_settings.xml +0 -0
  12. {libterm-0.2.7 → libterm-0.2.8}/.idea/libTerm.iml +0 -0
  13. {libterm-0.2.7 → libterm-0.2.8}/.idea/modules.xml +0 -0
  14. {libterm-0.2.7 → libterm-0.2.8}/.idea/vcs.xml +0 -0
  15. {libterm-0.2.7 → libterm-0.2.8}/0 +0 -0
  16. {libterm-0.2.7 → libterm-0.2.8}/Examples/__init__.py +0 -0
  17. {libterm-0.2.7 → libterm-0.2.8}/Examples/ex_arrowkeys.py +0 -0
  18. {libterm-0.2.7 → libterm-0.2.8}/Examples/ex_autosnake.py +0 -0
  19. {libterm-0.2.7 → libterm-0.2.8}/Examples/ex_basic.py +0 -0
  20. {libterm-0.2.7 → libterm-0.2.8}/Examples/ex_colors.py +0 -0
  21. {libterm-0.2.7 → libterm-0.2.8}/Examples/ex_manualsnake.py +0 -0
  22. {libterm-0.2.7 → libterm-0.2.8}/Examples/ex_printkeys.py +0 -0
  23. {libterm-0.2.7 → libterm-0.2.8}/Examples/time +0 -0
  24. {libterm-0.2.7 → libterm-0.2.8}/README.md +0 -0
  25. {libterm-0.2.7 → libterm-0.2.8}/dist/libterm-0.0.1-py3-none-any.whl +0 -0
  26. {libterm-0.2.7 → libterm-0.2.8}/dist/libterm-0.0.1.tar.gz +0 -0
  27. {libterm-0.2.7 → libterm-0.2.8}/dist/libterm-0.1.0-py3-none-any.whl +0 -0
  28. {libterm-0.2.7 → libterm-0.2.8}/dist/libterm-0.1.0.tar.gz +0 -0
  29. {libterm-0.2.7 → libterm-0.2.8}/dist/libterm-0.1.5-py3-none-any.whl +0 -0
  30. {libterm-0.2.7 → libterm-0.2.8}/dist/libterm-0.1.5.tar.gz +0 -0
  31. {libterm-0.2.7 → libterm-0.2.8}/dist/libterm-0.1.6-py3-none-any.whl +0 -0
  32. {libterm-0.2.7 → libterm-0.2.8}/dist/libterm-0.1.6.tar.gz +0 -0
  33. {libterm-0.2.7 → libterm-0.2.8}/dist/libterm-0.1.7-py3-none-any.whl +0 -0
  34. {libterm-0.2.7 → libterm-0.2.8}/dist/libterm-0.1.7.tar.gz +0 -0
  35. {libterm-0.2.7 → libterm-0.2.8}/dist/libterm-0.2.0-py3-none-any.whl +0 -0
  36. {libterm-0.2.7 → libterm-0.2.8}/dist/libterm-0.2.0.tar.gz +0 -0
  37. {libterm-0.2.7 → libterm-0.2.8}/dist/libterm-0.2.5-py3-none-any.whl +0 -0
  38. {libterm-0.2.7 → libterm-0.2.8}/dist/libterm-0.2.5.tar.gz +0 -0
  39. {libterm-0.2.7 → libterm-0.2.8}/dist/libterm-0.2.6-py3-none-any.whl +0 -0
  40. {libterm-0.2.7 → libterm-0.2.8}/dist/libterm-0.2.6.tar.gz +0 -0
  41. {libterm-0.2.7 → libterm-0.2.8}/doc/dev/project.md +0 -0
  42. {libterm-0.2.7 → libterm-0.2.8}/libterm.cast +0 -0
  43. {libterm-0.2.7 → libterm-0.2.8}/libterm.gif +0 -0
  44. {libterm-0.2.7 → libterm-0.2.8}/setup.cfg +0 -0
  45. {libterm-0.2.7 → libterm-0.2.8}/src/libTerm/__init__.py +0 -0
  46. {libterm-0.2.7/Examples → libterm-0.2.8/src/libTerm}/libextra/__init__.py +0 -0
  47. {libterm-0.2.7/Examples → libterm-0.2.8/src/libTerm}/libextra/class_menu.py +0 -0
  48. {libterm-0.2.7 → libterm-0.2.8}/src/libTerm/term/__init__.py +0 -0
  49. {libterm-0.2.7 → libterm-0.2.8}/src/libTerm/term/cursor.py +0 -0
  50. {libterm-0.2.7 → libterm-0.2.8}/src/libTerm/term/input.py +0 -0
  51. {libterm-0.2.7 → libterm-0.2.8}/src/libTerm/term/mock.py +0 -0
  52. {libterm-0.2.7 → libterm-0.2.8}/src/libTerm/term/posix.py +0 -0
  53. {libterm-0.2.7 → libterm-0.2.8}/src/libTerm/term/virt.py +0 -0
  54. {libterm-0.2.7 → libterm-0.2.8}/src/libTerm/term/winnt.py +0 -0
  55. {libterm-0.2.7 → libterm-0.2.8}/src/libTerm/types/__init__.py +0 -0
  56. {libterm-0.2.7 → libterm-0.2.8}/src/libTerm/types/base.py +0 -0
  57. {libterm-0.2.7 → libterm-0.2.8}/src/libTerm/types/enums.py +0 -0
  58. {libterm-0.2.7 → libterm-0.2.8}/src/libTerm/types/extra.py +0 -0
  59. {libterm-0.2.7 → libterm-0.2.8}/src/libTerm.egg-info/dependency_links.txt +0 -0
  60. {libterm-0.2.7 → libterm-0.2.8}/src/libTerm.egg-info/top_level.txt +0 -0
  61. {libterm-0.2.7 → libterm-0.2.8}/tests/__init__.py +0 -0
  62. {libterm-0.2.7 → libterm-0.2.8}/tests/test_cursor.py +0 -0
  63. {libterm-0.2.7 → libterm-0.2.8}/tests/test_posix_term.py +0 -0
  64. {libterm-0.2.7 → libterm-0.2.8}/tests/test_selector.py +0 -0
  65. {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>
@@ -1,7 +1,7 @@
1
1
  # /usr/bin/env pyhthon
2
2
  import time,sys,os
3
3
  from libTerm import Term,Color,Coord,Mode,Selector
4
- from libextra.class_menu import Menu
4
+ from libTerm.libextra.class_menu import Menu
5
5
  import asyncio
6
6
 
7
7
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: libTerm
3
- Version: 0.2.7
3
+ Version: 0.2.8
4
4
  Author-email: Jeroen Hoefkens <hoefkens.j@gmail.com>
5
5
  Project-URL: Homepage, https://github.com/hoefkensj/libTerm
6
6
  Project-URL: Issues, https://github.com/hoefkensj/libTerm
Binary file
@@ -1,7 +1,7 @@
1
1
  #/usr/bin/env python -m setuptools
2
2
  [project]
3
3
  name = "libTerm"
4
- version = "0.2.7"
4
+ version = "0.2.8"
5
5
  authors = [{ name = "Jeroen Hoefkens", email = "hoefkens.j@gmail.com" }]
6
6
  readme = "README.md"
7
7
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: libTerm
3
- Version: 0.2.7
3
+ Version: 0.2.8
4
4
  Author-email: Jeroen Hoefkens <hoefkens.j@gmail.com>
5
5
  Project-URL: Homepage, https://github.com/hoefkensj/libTerm
6
6
  Project-URL: Issues, https://github.com/hoefkensj/libTerm
@@ -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