lkj 0.1.38__tar.gz → 0.1.39__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.1
2
2
  Name: lkj
3
- Version: 0.1.38
3
+ Version: 0.1.39
4
4
  Summary: A dump of homeless useful utils
5
5
  Home-page: https://github.com/thorwhalen/lkj
6
6
  Author: Thor Whalen
@@ -30,13 +30,14 @@ from lkj.strings import (
30
30
  truncate_string_with_marker, # Deprecated: Backcompatibility alias
31
31
  )
32
32
  from lkj.loggers import (
33
- print_with_timestamp,
34
- print_progress,
35
- log_calls,
36
- clog,
33
+ print_with_timestamp, # Prints with a timestamp and optional refresh.
34
+ print_progress, # an alias often used for print_with_timestamp
35
+ log_calls, # Decorator that adds logging before and after the function's call.
36
+ clog, # Conditional logger
37
37
  ErrorInfo,
38
- return_error_info_on_error,
39
- wrapped_print,
38
+ return_error_info_on_error, # Decorator that returns traceback and local variables on error.
39
+ wrapped_print, # Prints a string or list ensuring the total line width does not exceed `max_width`.
40
+ CallOnError, # Context manager that calls a function on error (subclass of suppress)
40
41
  )
41
42
  from lkj.importing import import_object, register_namespace_forwarding
42
43
  from lkj.chunking import chunk_iterable, chunker
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: lkj
3
- Version: 0.1.38
3
+ Version: 0.1.39
4
4
  Summary: A dump of homeless useful utils
5
5
  Home-page: https://github.com/thorwhalen/lkj
6
6
  Author: Thor Whalen
@@ -1,6 +1,6 @@
1
1
  [metadata]
2
2
  name = lkj
3
- version = 0.1.38
3
+ version = 0.1.39
4
4
  url = https://github.com/thorwhalen/lkj
5
5
  platforms = any
6
6
  description_file = README.md
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes