hammad-python 0.0.18__py3-none-any.whl → 0.0.19__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.
hammad/logging/logger.py CHANGED
@@ -241,7 +241,8 @@ class RichLoggerFormatter(_logging.Formatter):
241
241
  record.message = record.getMessage()
242
242
 
243
243
  # Now format with the styled values
244
- return self._style._fmt.format(**record.__dict__)
244
+ formatted = self._style._fmt.format(**record.__dict__)
245
+ return formatted if formatted != 'None' else ''
245
246
 
246
247
  def _build_renderable_style_string(self, style_dict: dict) -> str:
247
248
  """Build a rich markup style string from a CLIStyleRenderableSettings dictionary."""
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: hammad-python
3
- Version: 0.0.18
3
+ Version: 0.0.19
4
4
  Author-email: Hammad Saeed <hammadaidev@gmail.com>
5
5
  License: MIT License
6
6
 
@@ -81,7 +81,7 @@ hammad/genai/language_models/_utils/_requests.py,sha256=_-6wK-3nkHYiVMEN2yxDur5A
81
81
  hammad/genai/language_models/_utils/_structured_outputs.py,sha256=Uo60SMM6r6SDtdJnh2tmvdgs9znmmpRvzfMgnAkm8zs,3880
82
82
  hammad/logging/__init__.py,sha256=VtskZx0bKEAJ9FHTMflhB1CzeFUxLpDT5HPgcecAXUo,701
83
83
  hammad/logging/decorators.py,sha256=VbI1x3P4ft0-0BGjXq7nQgiuNqcXAA51CGmoSn47iSw,30122
84
- hammad/logging/logger.py,sha256=GQ2SvrRe0igWlVExZKS99QtCENtwP9uX-5FbsvUAazY,31475
84
+ hammad/logging/logger.py,sha256=dVYJugByhJ9Qjzx0rF-l9aG6Jm2-ut5Oc5z9AkzHZUo,31536
85
85
  hammad/mcp/__init__.py,sha256=5oTU-BLYjfz6fBHDH9cyWg3DpQ6Qar-jodbCR05SuWo,1123
86
86
  hammad/mcp/client/__init__.py,sha256=i6aAYLoMkm78hOog4OssnT7jgkUXHDBQsdtvDLirSmA,795
87
87
  hammad/mcp/client/client.py,sha256=ZAyeBEZKXg_ft7wirri1R4w4RXlMuet_z0yDuLxH3-M,20637
@@ -105,7 +105,7 @@ hammad/web/openapi/__init__.py,sha256=JhJQ6_laBmB2djIYFc0vgGha2GsdUe4FP1LDdZCQ5J
105
105
  hammad/web/openapi/client.py,sha256=1pXz7KAO_0pN4kQZoWKWskXDYGiJ535TsPO1GGCiC0E,26816
106
106
  hammad/web/search/__init__.py,sha256=e9A6znPIiZCz-4secyHbUs0uUGf5yAqW6wGacgx961U,24
107
107
  hammad/web/search/client.py,sha256=T1--L-EWe8AA9nZPxEehhHTNmWkGCcbQrhZxY84zTYs,36964
108
- hammad_python-0.0.18.dist-info/METADATA,sha256=RLyB1JHMg0jblMI5WjkxImsIYTCnRphYzH4Sia_3U1E,6214
109
- hammad_python-0.0.18.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
110
- hammad_python-0.0.18.dist-info/licenses/LICENSE,sha256=h74yFUWjbBaodcWG5wNmm30npjl8obVcxD-1nQfUp2I,1069
111
- hammad_python-0.0.18.dist-info/RECORD,,
108
+ hammad_python-0.0.19.dist-info/METADATA,sha256=ajI9f7-fdX0z3ZWnAemv1KBT80g9RaWAWqMk94HCz18,6214
109
+ hammad_python-0.0.19.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
110
+ hammad_python-0.0.19.dist-info/licenses/LICENSE,sha256=h74yFUWjbBaodcWG5wNmm30npjl8obVcxD-1nQfUp2I,1069
111
+ hammad_python-0.0.19.dist-info/RECORD,,