egauge-python 0.9.3__tar.gz → 0.9.4__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 (49) hide show
  1. {egauge-python-0.9.3 → egauge_python-0.9.4}/PKG-INFO +9 -2
  2. {egauge-python-0.9.3 → egauge_python-0.9.4}/egauge/pyside/terminal.py +5 -1
  3. {egauge-python-0.9.3 → egauge_python-0.9.4}/egauge_python.egg-info/PKG-INFO +9 -2
  4. {egauge-python-0.9.3 → egauge_python-0.9.4}/egauge_python.egg-info/top_level.txt +1 -0
  5. {egauge-python-0.9.3 → egauge_python-0.9.4}/setup.py +1 -1
  6. {egauge-python-0.9.3 → egauge_python-0.9.4}/LICENSE +0 -0
  7. {egauge-python-0.9.3 → egauge_python-0.9.4}/README.md +0 -0
  8. {egauge-python-0.9.3 → egauge_python-0.9.4}/egauge/ctid/__init__.py +0 -0
  9. {egauge-python-0.9.3 → egauge_python-0.9.4}/egauge/ctid/bit_stuffer.py +0 -0
  10. {egauge-python-0.9.3 → egauge_python-0.9.4}/egauge/ctid/ctid.py +0 -0
  11. {egauge-python-0.9.3 → egauge_python-0.9.4}/egauge/ctid/encoder.py +0 -0
  12. {egauge-python-0.9.3 → egauge_python-0.9.4}/egauge/ctid/intel_hex_encoder.py +0 -0
  13. {egauge-python-0.9.3 → egauge_python-0.9.4}/egauge/ctid/waveform.py +0 -0
  14. {egauge-python-0.9.3 → egauge_python-0.9.4}/egauge/examples/data/test-ctid-decoder.raw +0 -0
  15. {egauge-python-0.9.3 → egauge_python-0.9.4}/egauge/examples/test_capture.py +0 -0
  16. {egauge-python-0.9.3 → egauge_python-0.9.4}/egauge/examples/test_common.py +0 -0
  17. {egauge-python-0.9.3 → egauge_python-0.9.4}/egauge/examples/test_ctid.py +0 -0
  18. {egauge-python-0.9.3 → egauge_python-0.9.4}/egauge/examples/test_ctid_decoder.py +0 -0
  19. {egauge-python-0.9.3 → egauge_python-0.9.4}/egauge/examples/test_local.py +0 -0
  20. {egauge-python-0.9.3 → egauge_python-0.9.4}/egauge/examples/test_register.py +0 -0
  21. {egauge-python-0.9.3 → egauge_python-0.9.4}/egauge/pyside/__init__.py +0 -0
  22. {egauge-python-0.9.3 → egauge_python-0.9.4}/egauge/pyside/ansi2html.py +0 -0
  23. {egauge-python-0.9.3 → egauge_python-0.9.4}/egauge/webapi/__init__.py +0 -0
  24. {egauge-python-0.9.3 → egauge_python-0.9.4}/egauge/webapi/auth.py +0 -0
  25. {egauge-python-0.9.3 → egauge_python-0.9.4}/egauge/webapi/cloud/__init__.py +0 -0
  26. {egauge-python-0.9.3 → egauge_python-0.9.4}/egauge/webapi/cloud/credentials.py +0 -0
  27. {egauge-python-0.9.3 → egauge_python-0.9.4}/egauge/webapi/cloud/credentials_dialog.py +0 -0
  28. {egauge-python-0.9.3 → egauge_python-0.9.4}/egauge/webapi/cloud/gui/credentials_dialog.py +0 -0
  29. {egauge-python-0.9.3 → egauge_python-0.9.4}/egauge/webapi/cloud/serial_number.py +0 -0
  30. {egauge-python-0.9.3 → egauge_python-0.9.4}/egauge/webapi/device/__init__.py +0 -0
  31. {egauge-python-0.9.3 → egauge_python-0.9.4}/egauge/webapi/device/capture.py +0 -0
  32. {egauge-python-0.9.3 → egauge_python-0.9.4}/egauge/webapi/device/ctid_info.py +0 -0
  33. {egauge-python-0.9.3 → egauge_python-0.9.4}/egauge/webapi/device/device.py +0 -0
  34. {egauge-python-0.9.3 → egauge_python-0.9.4}/egauge/webapi/device/local.py +0 -0
  35. {egauge-python-0.9.3 → egauge_python-0.9.4}/egauge/webapi/device/physical_quantity.py +0 -0
  36. {egauge-python-0.9.3 → egauge_python-0.9.4}/egauge/webapi/device/physical_units.py +0 -0
  37. {egauge-python-0.9.3 → egauge_python-0.9.4}/egauge/webapi/device/register.py +0 -0
  38. {egauge-python-0.9.3 → egauge_python-0.9.4}/egauge/webapi/device/register_row.py +0 -0
  39. {egauge-python-0.9.3 → egauge_python-0.9.4}/egauge/webapi/device/register_type.py +0 -0
  40. {egauge-python-0.9.3 → egauge_python-0.9.4}/egauge/webapi/device/slop.py +0 -0
  41. {egauge-python-0.9.3 → egauge_python-0.9.4}/egauge/webapi/device/virtual_register.py +0 -0
  42. {egauge-python-0.9.3 → egauge_python-0.9.4}/egauge/webapi/error.py +0 -0
  43. {egauge-python-0.9.3 → egauge_python-0.9.4}/egauge/webapi/json_api.py +0 -0
  44. {egauge-python-0.9.3 → egauge_python-0.9.4}/egauge_python.egg-info/SOURCES.txt +0 -0
  45. {egauge-python-0.9.3 → egauge_python-0.9.4}/egauge_python.egg-info/dependency_links.txt +0 -0
  46. {egauge-python-0.9.3 → egauge_python-0.9.4}/egauge_python.egg-info/entry_points.txt +0 -0
  47. {egauge-python-0.9.3 → egauge_python-0.9.4}/egauge_python.egg-info/requires.txt +0 -0
  48. {egauge-python-0.9.3 → egauge_python-0.9.4}/pyproject.toml +0 -0
  49. {egauge-python-0.9.3 → egauge_python-0.9.4}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: egauge-python
3
- Version: 0.9.3
3
+ Version: 0.9.4
4
4
  Summary: .
5
5
  Home-page: https://bitbucket.org/egauge/python/
6
6
  Author: David Mosberger-Tang
@@ -15,9 +15,16 @@ Classifier: Programming Language :: Python :: 3
15
15
  Classifier: Programming Language :: Python :: 3.6
16
16
  Requires-Python: >=3.11
17
17
  Description-Content-Type: text/markdown
18
+ License-File: LICENSE
19
+ Requires-Dist: crcmod
20
+ Requires-Dist: deprecated
21
+ Requires-Dist: intelhex
22
+ Requires-Dist: requests>=2.4.2
18
23
  Provides-Extra: examples
24
+ Requires-Dist: matplotlib; extra == "examples"
25
+ Requires-Dist: readchar; extra == "examples"
19
26
  Provides-Extra: pyside
20
- License-File: LICENSE
27
+ Requires-Dist: PySide6; extra == "pyside"
21
28
 
22
29
  # eGauge open source Python code
23
30
 
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright (c) 2014, 2016-2017, 2020, 2024 eGauge Systems LLC
2
+ # Copyright (c) 2014, 2016-2017, 2020, 2025 eGauge Systems LLC
3
3
  # 1644 Conestoga St, Suite 2
4
4
  # Boulder, CO 80301
5
5
  # voice: 720-545-9767
@@ -29,6 +29,7 @@
29
29
  #
30
30
  """Basic terminal emulation for QT."""
31
31
 
32
+ import os
32
33
  import re
33
34
 
34
35
  from PySide6.QtGui import QCursor, QTextCursor
@@ -73,6 +74,9 @@ class Terminal:
73
74
  """Provides basic terminal emulation for a QT plain text widget."""
74
75
 
75
76
  def __init__(self, plain_text_edit):
77
+ if "FORCE_COLOR" not in os.environ:
78
+ os.environ["FORCE_COLOR"] = "1"
79
+
76
80
  self.plain_text_edit = plain_text_edit
77
81
  self.partial_line = ""
78
82
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: egauge-python
3
- Version: 0.9.3
3
+ Version: 0.9.4
4
4
  Summary: .
5
5
  Home-page: https://bitbucket.org/egauge/python/
6
6
  Author: David Mosberger-Tang
@@ -15,9 +15,16 @@ Classifier: Programming Language :: Python :: 3
15
15
  Classifier: Programming Language :: Python :: 3.6
16
16
  Requires-Python: >=3.11
17
17
  Description-Content-Type: text/markdown
18
+ License-File: LICENSE
19
+ Requires-Dist: crcmod
20
+ Requires-Dist: deprecated
21
+ Requires-Dist: intelhex
22
+ Requires-Dist: requests>=2.4.2
18
23
  Provides-Extra: examples
24
+ Requires-Dist: matplotlib; extra == "examples"
25
+ Requires-Dist: readchar; extra == "examples"
19
26
  Provides-Extra: pyside
20
- License-File: LICENSE
27
+ Requires-Dist: PySide6; extra == "pyside"
21
28
 
22
29
  # eGauge open source Python code
23
30
 
@@ -10,7 +10,7 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
10
10
 
11
11
  setuptools.setup(
12
12
  name="egauge-python",
13
- version="0.9.3",
13
+ version="0.9.4",
14
14
  packages=setuptools.find_namespace_packages(include="egauge.*"),
15
15
  install_requires=[
16
16
  "crcmod",
File without changes
File without changes
File without changes