jc-debug 1.0.0__py3-none-any.whl → 1.0.1__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.1"
159
159
 
160
160
  import inspect, os, sys, traceback
161
161
 
@@ -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.1
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=i622LgnR3sdA1nBn9G3jxRO6n9ByfS1dzMEzq4xZ99A,21263
2
+ jc_debug-1.0.1.dist-info/licenses/LICENSE,sha256=q63VTXVTnH1QywnYTQQ1TgL2NE0XLV9pmNTxBh8TnSY,1068
3
+ jc_debug-1.0.1.dist-info/METADATA,sha256=SZ2OY1E4s7FFzppS2dLmCDW9-RQ6va-b6SQPhMlhi1U,14842
4
+ jc_debug-1.0.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
5
+ jc_debug-1.0.1.dist-info/top_level.txt,sha256=mcOe8k8TNE9HfR15fLTnDFWyd3DViA-MH52TaEvPL4A,6
6
+ jc_debug-1.0.1.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,,