thds.core 1.32.20250306030329__py3-none-any.whl → 1.32.20250307195325__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.

Potentially problematic release.


This version of thds.core might be problematic. Click here for more details.

thds/core/log/logfmt.py CHANGED
@@ -70,14 +70,14 @@ class Logfmter(logging.Formatter):
70
70
  Process the provided string with any necessary quoting and/or escaping.
71
71
  """
72
72
  needs_dquote_escaping = '"' in value
73
- needs_newline_escaping = "\n" in value
73
+ # needs_newline_escaping = "\n" in value
74
74
  needs_quoting = " " in value or "=" in value
75
75
 
76
76
  if needs_dquote_escaping:
77
77
  value = value.replace('"', '\\"')
78
78
 
79
- if needs_newline_escaping:
80
- value = value.replace("\n", "\\n")
79
+ # if needs_newline_escaping:
80
+ # value = value.replace("\n", "\\n")
81
81
 
82
82
  if needs_quoting:
83
83
  value = '"{}"'.format(value)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: thds.core
3
- Version: 1.32.20250306030329
3
+ Version: 1.32.20250307195325
4
4
  Summary: Core utilities.
5
5
  Author-email: Trilliant Health <info@trillianthealth.com>
6
6
  License: MIT
@@ -44,7 +44,7 @@ thds/core/log/basic_config.py,sha256=2Y9U_c4PTrIsCmaN7Ps6Xr90AhJPzdYjeUzUMqO7oFU
44
44
  thds/core/log/json_formatter.py,sha256=C5bRsSbAqaQqfTm88jc3mYe3vwKZZLAxET8s7_u7aN0,1757
45
45
  thds/core/log/kw_formatter.py,sha256=9-MVOd2r5NEkYNne9qWyFMeR5lac3w7mjHXsDa681i0,3379
46
46
  thds/core/log/kw_logger.py,sha256=CyZVPnkUMtrUL2Lyk261AIEPmoP-buf_suFAhQlU1io,4063
47
- thds/core/log/logfmt.py,sha256=qS6BbdlOZPRnxmHenVL3uK43OQ30NJUnz92S6d_Yh2A,10360
47
+ thds/core/log/logfmt.py,sha256=i66zoG2oERnE1P_0TVXdlfJ1YgUmvtMjqRtdV5u2SvU,10366
48
48
  thds/core/source/__init__.py,sha256=RiaUHNunoaw4XJUrwR5vJzSS6HGxOUKUONR_ipX5654,424
49
49
  thds/core/source/_construct.py,sha256=klN6-fSJrsbbUhp92wzhJcF73h_PKKJItNLC__vwlIs,3122
50
50
  thds/core/source/_download.py,sha256=pUhkphHdB7y4ZpxZZ6ITIS5giXMHuRf420yYAJwx6aE,2924
@@ -66,8 +66,8 @@ thds/core/sqlite/structured.py,sha256=swCbDoyVT6cE7Kl79Wh_rg5Z1-yrUDJbiVJF4bjset
66
66
  thds/core/sqlite/types.py,sha256=oUkfoKRYNGDPZRk29s09rc9ha3SCk2SKr_K6WKebBFs,1308
67
67
  thds/core/sqlite/upsert.py,sha256=BmKK6fsGVedt43iY-Lp7dnAu8aJ1e9CYlPVEQR2pMj4,5827
68
68
  thds/core/sqlite/write.py,sha256=z0219vDkQDCnsV0WLvsj94keItr7H4j7Y_evbcoBrWU,3458
69
- thds.core-1.32.20250306030329.dist-info/METADATA,sha256=aRiFelwJelNy1lm6RB6yrNeyXh0cCD0pPIA5kELuHuA,2277
70
- thds.core-1.32.20250306030329.dist-info/WHEEL,sha256=P9jw-gEje8ByB7_hXoICnHtVCrEwMQh-630tKvQWehc,91
71
- thds.core-1.32.20250306030329.dist-info/entry_points.txt,sha256=bOCOVhKZv7azF3FvaWX6uxE6yrjK6FcjqhtxXvLiFY8,161
72
- thds.core-1.32.20250306030329.dist-info/top_level.txt,sha256=LTZaE5SkWJwv9bwOlMbIhiS-JWQEEIcjVYnJrt-CriY,5
73
- thds.core-1.32.20250306030329.dist-info/RECORD,,
69
+ thds.core-1.32.20250307195325.dist-info/METADATA,sha256=ubhsw7iBDbz2uorRBqDgi4pFFEpI3Cf3D7I2rcSeKUk,2277
70
+ thds.core-1.32.20250307195325.dist-info/WHEEL,sha256=P9jw-gEje8ByB7_hXoICnHtVCrEwMQh-630tKvQWehc,91
71
+ thds.core-1.32.20250307195325.dist-info/entry_points.txt,sha256=bOCOVhKZv7azF3FvaWX6uxE6yrjK6FcjqhtxXvLiFY8,161
72
+ thds.core-1.32.20250307195325.dist-info/top_level.txt,sha256=LTZaE5SkWJwv9bwOlMbIhiS-JWQEEIcjVYnJrt-CriY,5
73
+ thds.core-1.32.20250307195325.dist-info/RECORD,,