jc-debug 1.0.0__py3-none-any.whl → 1.0.2__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.
debug/__init__.py CHANGED
@@ -155,7 +155,7 @@ __all__ = [
155
155
  "DebugChannel",
156
156
  "line_iter",
157
157
  ]
158
- __version__ = "0.1.0"
158
+ __version__ = "1.0.2"
159
159
 
160
160
  import inspect, os, sys, traceback
161
161
 
@@ -556,7 +556,7 @@ class DebugChannel:
556
556
  message = left
557
557
  self.stream.write(self.fmt.format(**locals()))
558
558
  for message in messages:
559
- message = self.indstr + message
559
+ message = self.indstr + repr(message)
560
560
  self.stream.write(self.fmt.format(**locals()))
561
561
  message = right
562
562
  self.stream.write(self.fmt.format(**locals()))
@@ -565,7 +565,7 @@ class DebugChannel:
565
565
  message = "{"
566
566
  self.stream.write(self.fmt.format(**locals()))
567
567
  for k in messages.keys():
568
- message = f"{self.indstr}{k}: {messages[k]}"
568
+ message = f"{self.indstr}{k!r}: {messages[k]!r}"
569
569
  self.stream.write(self.fmt.format(**locals()))
570
570
  message = "}"
571
571
  self.stream.write(self.fmt.format(**locals()))
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: jc-debug
3
- Version: 1.0.0
3
+ Version: 1.0.2
4
4
  Summary: Makes debugging to the console both simpler and much more powerful.
5
5
  Author-email: Jeff Clough <jeff@cloughcottage.com>
6
6
  License: MIT License
@@ -0,0 +1,6 @@
1
+ debug/__init__.py,sha256=YMDCZf2W-xANOxLRBPZAplu5ZpI_iJDXCR-BtABwqJY,21269
2
+ jc_debug-1.0.2.dist-info/licenses/LICENSE,sha256=q63VTXVTnH1QywnYTQQ1TgL2NE0XLV9pmNTxBh8TnSY,1068
3
+ jc_debug-1.0.2.dist-info/METADATA,sha256=6fhq0I8wOKrO28O6Rmm2FcesTZET3GHJEdNip86B9EI,14842
4
+ jc_debug-1.0.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
5
+ jc_debug-1.0.2.dist-info/top_level.txt,sha256=mcOe8k8TNE9HfR15fLTnDFWyd3DViA-MH52TaEvPL4A,6
6
+ jc_debug-1.0.2.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.3.1)
2
+ Generator: setuptools (80.9.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,6 +0,0 @@
1
- debug/__init__.py,sha256=gP7bEal0DPhxS_XuGQTh3YsdfJOSqfEwPYX9QlzYoBg,21259
2
- jc_debug-1.0.0.dist-info/licenses/LICENSE,sha256=q63VTXVTnH1QywnYTQQ1TgL2NE0XLV9pmNTxBh8TnSY,1068
3
- jc_debug-1.0.0.dist-info/METADATA,sha256=kvbLuNaqZELXhsITzsXRjMMaeWpCff9-TBGIGe4qXus,14842
4
- jc_debug-1.0.0.dist-info/WHEEL,sha256=0CuiUZ_p9E4cD6NyLD6UG80LBXYyiSYZOKDm5lp32xk,91
5
- jc_debug-1.0.0.dist-info/top_level.txt,sha256=mcOe8k8TNE9HfR15fLTnDFWyd3DViA-MH52TaEvPL4A,6
6
- jc_debug-1.0.0.dist-info/RECORD,,