dissolve-python 0.3.0

A tool to dissolve deprecated calls in Python codebases
Documentation
1
2
3
4
5
6
7
8
<TEMP>/library/async_ops.py: 4 @replace_me function(s) can be replaced
<TEMP>/library/config.py: 23 @replace_me function(s) can be replaced
<TEMP>/library/containers.py: ERRORS found
  Function 'library.containers.LegacyContainer.set_item' cannot be replaced: NoReturnStatement
<TEMP>/library/models.py: 5 @replace_me function(s) can be replaced
<TEMP>/library/processors.py: ERRORS found
  Function 'library.processors.ProcessingEngine.old_create_engine' cannot be replaced: NoReturnStatement
<TEMP>/library/utils.py: 6 @replace_me function(s) can be replaced