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.
- {egauge-python-0.9.3 → egauge_python-0.9.4}/PKG-INFO +9 -2
- {egauge-python-0.9.3 → egauge_python-0.9.4}/egauge/pyside/terminal.py +5 -1
- {egauge-python-0.9.3 → egauge_python-0.9.4}/egauge_python.egg-info/PKG-INFO +9 -2
- {egauge-python-0.9.3 → egauge_python-0.9.4}/egauge_python.egg-info/top_level.txt +1 -0
- {egauge-python-0.9.3 → egauge_python-0.9.4}/setup.py +1 -1
- {egauge-python-0.9.3 → egauge_python-0.9.4}/LICENSE +0 -0
- {egauge-python-0.9.3 → egauge_python-0.9.4}/README.md +0 -0
- {egauge-python-0.9.3 → egauge_python-0.9.4}/egauge/ctid/__init__.py +0 -0
- {egauge-python-0.9.3 → egauge_python-0.9.4}/egauge/ctid/bit_stuffer.py +0 -0
- {egauge-python-0.9.3 → egauge_python-0.9.4}/egauge/ctid/ctid.py +0 -0
- {egauge-python-0.9.3 → egauge_python-0.9.4}/egauge/ctid/encoder.py +0 -0
- {egauge-python-0.9.3 → egauge_python-0.9.4}/egauge/ctid/intel_hex_encoder.py +0 -0
- {egauge-python-0.9.3 → egauge_python-0.9.4}/egauge/ctid/waveform.py +0 -0
- {egauge-python-0.9.3 → egauge_python-0.9.4}/egauge/examples/data/test-ctid-decoder.raw +0 -0
- {egauge-python-0.9.3 → egauge_python-0.9.4}/egauge/examples/test_capture.py +0 -0
- {egauge-python-0.9.3 → egauge_python-0.9.4}/egauge/examples/test_common.py +0 -0
- {egauge-python-0.9.3 → egauge_python-0.9.4}/egauge/examples/test_ctid.py +0 -0
- {egauge-python-0.9.3 → egauge_python-0.9.4}/egauge/examples/test_ctid_decoder.py +0 -0
- {egauge-python-0.9.3 → egauge_python-0.9.4}/egauge/examples/test_local.py +0 -0
- {egauge-python-0.9.3 → egauge_python-0.9.4}/egauge/examples/test_register.py +0 -0
- {egauge-python-0.9.3 → egauge_python-0.9.4}/egauge/pyside/__init__.py +0 -0
- {egauge-python-0.9.3 → egauge_python-0.9.4}/egauge/pyside/ansi2html.py +0 -0
- {egauge-python-0.9.3 → egauge_python-0.9.4}/egauge/webapi/__init__.py +0 -0
- {egauge-python-0.9.3 → egauge_python-0.9.4}/egauge/webapi/auth.py +0 -0
- {egauge-python-0.9.3 → egauge_python-0.9.4}/egauge/webapi/cloud/__init__.py +0 -0
- {egauge-python-0.9.3 → egauge_python-0.9.4}/egauge/webapi/cloud/credentials.py +0 -0
- {egauge-python-0.9.3 → egauge_python-0.9.4}/egauge/webapi/cloud/credentials_dialog.py +0 -0
- {egauge-python-0.9.3 → egauge_python-0.9.4}/egauge/webapi/cloud/gui/credentials_dialog.py +0 -0
- {egauge-python-0.9.3 → egauge_python-0.9.4}/egauge/webapi/cloud/serial_number.py +0 -0
- {egauge-python-0.9.3 → egauge_python-0.9.4}/egauge/webapi/device/__init__.py +0 -0
- {egauge-python-0.9.3 → egauge_python-0.9.4}/egauge/webapi/device/capture.py +0 -0
- {egauge-python-0.9.3 → egauge_python-0.9.4}/egauge/webapi/device/ctid_info.py +0 -0
- {egauge-python-0.9.3 → egauge_python-0.9.4}/egauge/webapi/device/device.py +0 -0
- {egauge-python-0.9.3 → egauge_python-0.9.4}/egauge/webapi/device/local.py +0 -0
- {egauge-python-0.9.3 → egauge_python-0.9.4}/egauge/webapi/device/physical_quantity.py +0 -0
- {egauge-python-0.9.3 → egauge_python-0.9.4}/egauge/webapi/device/physical_units.py +0 -0
- {egauge-python-0.9.3 → egauge_python-0.9.4}/egauge/webapi/device/register.py +0 -0
- {egauge-python-0.9.3 → egauge_python-0.9.4}/egauge/webapi/device/register_row.py +0 -0
- {egauge-python-0.9.3 → egauge_python-0.9.4}/egauge/webapi/device/register_type.py +0 -0
- {egauge-python-0.9.3 → egauge_python-0.9.4}/egauge/webapi/device/slop.py +0 -0
- {egauge-python-0.9.3 → egauge_python-0.9.4}/egauge/webapi/device/virtual_register.py +0 -0
- {egauge-python-0.9.3 → egauge_python-0.9.4}/egauge/webapi/error.py +0 -0
- {egauge-python-0.9.3 → egauge_python-0.9.4}/egauge/webapi/json_api.py +0 -0
- {egauge-python-0.9.3 → egauge_python-0.9.4}/egauge_python.egg-info/SOURCES.txt +0 -0
- {egauge-python-0.9.3 → egauge_python-0.9.4}/egauge_python.egg-info/dependency_links.txt +0 -0
- {egauge-python-0.9.3 → egauge_python-0.9.4}/egauge_python.egg-info/entry_points.txt +0 -0
- {egauge-python-0.9.3 → egauge_python-0.9.4}/egauge_python.egg-info/requires.txt +0 -0
- {egauge-python-0.9.3 → egauge_python-0.9.4}/pyproject.toml +0 -0
- {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
|
+
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
|
-
|
|
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,
|
|
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
|
+
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
|
-
|
|
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.
|
|
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
|
|
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
|