rich-objects 0.2.2__tar.gz → 0.2.3__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: rich-objects
3
- Version: 0.2.2
3
+ Version: 0.2.3
4
4
  Summary: Tools to rich print complex objects (e.g. JSON responses)
5
5
  License-File: LICENSE
6
6
  Author: Rick Porter
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "rich-objects"
3
- version = "0.2.2"
3
+ version = "0.2.3"
4
4
  description = "Tools to rich print complex objects (e.g. JSON responses)"
5
5
  authors = [
6
6
  {name = "Rick Porter",email = "rickwporter@gmail.com"}
@@ -232,8 +232,8 @@ def rich_table_factory(
232
232
 
233
233
  def display(
234
234
  obj: Any,
235
- fmt: OutputFormat,
236
- style: OutputStyle,
235
+ fmt: OutputFormat = OutputFormat.TABLE,
236
+ style: OutputStyle = OutputStyle.ALL,
237
237
  indent: int = 2,
238
238
  columns: Optional[list[str]] = None,
239
239
  console: Optional[Console] = None,
File without changes
File without changes