pyrefactor 1.0.4__tar.gz → 1.0.5__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.
- {pyrefactor-1.0.4/src/pyrefactor.egg-info → pyrefactor-1.0.5}/PKG-INFO +1 -1
- {pyrefactor-1.0.4 → pyrefactor-1.0.5}/src/pyrefactor/__init__.py +1 -1
- {pyrefactor-1.0.4 → pyrefactor-1.0.5/src/pyrefactor.egg-info}/PKG-INFO +1 -1
- {pyrefactor-1.0.4 → pyrefactor-1.0.5}/LICENSE.md +0 -0
- {pyrefactor-1.0.4 → pyrefactor-1.0.5}/README.md +0 -0
- {pyrefactor-1.0.4 → pyrefactor-1.0.5}/pyproject.toml +0 -0
- {pyrefactor-1.0.4 → pyrefactor-1.0.5}/setup.cfg +0 -0
- {pyrefactor-1.0.4 → pyrefactor-1.0.5}/src/pyrefactor/__main__.py +0 -0
- {pyrefactor-1.0.4 → pyrefactor-1.0.5}/src/pyrefactor/analyzer.py +0 -0
- {pyrefactor-1.0.4 → pyrefactor-1.0.5}/src/pyrefactor/ast_visitor.py +0 -0
- {pyrefactor-1.0.4 → pyrefactor-1.0.5}/src/pyrefactor/config.py +0 -0
- {pyrefactor-1.0.4 → pyrefactor-1.0.5}/src/pyrefactor/detectors/__init__.py +0 -0
- {pyrefactor-1.0.4 → pyrefactor-1.0.5}/src/pyrefactor/detectors/boolean_logic.py +0 -0
- {pyrefactor-1.0.4 → pyrefactor-1.0.5}/src/pyrefactor/detectors/comparisons.py +0 -0
- {pyrefactor-1.0.4 → pyrefactor-1.0.5}/src/pyrefactor/detectors/complexity.py +0 -0
- {pyrefactor-1.0.4 → pyrefactor-1.0.5}/src/pyrefactor/detectors/context_manager.py +0 -0
- {pyrefactor-1.0.4 → pyrefactor-1.0.5}/src/pyrefactor/detectors/control_flow.py +0 -0
- {pyrefactor-1.0.4 → pyrefactor-1.0.5}/src/pyrefactor/detectors/dict_operations.py +0 -0
- {pyrefactor-1.0.4 → pyrefactor-1.0.5}/src/pyrefactor/detectors/duplication.py +0 -0
- {pyrefactor-1.0.4 → pyrefactor-1.0.5}/src/pyrefactor/detectors/loops.py +0 -0
- {pyrefactor-1.0.4 → pyrefactor-1.0.5}/src/pyrefactor/detectors/performance.py +0 -0
- {pyrefactor-1.0.4 → pyrefactor-1.0.5}/src/pyrefactor/models.py +0 -0
- {pyrefactor-1.0.4 → pyrefactor-1.0.5}/src/pyrefactor/py.typed +0 -0
- {pyrefactor-1.0.4 → pyrefactor-1.0.5}/src/pyrefactor/reporter.py +0 -0
- {pyrefactor-1.0.4 → pyrefactor-1.0.5}/src/pyrefactor.egg-info/SOURCES.txt +0 -0
- {pyrefactor-1.0.4 → pyrefactor-1.0.5}/src/pyrefactor.egg-info/dependency_links.txt +0 -0
- {pyrefactor-1.0.4 → pyrefactor-1.0.5}/src/pyrefactor.egg-info/entry_points.txt +0 -0
- {pyrefactor-1.0.4 → pyrefactor-1.0.5}/src/pyrefactor.egg-info/requires.txt +0 -0
- {pyrefactor-1.0.4 → pyrefactor-1.0.5}/src/pyrefactor.egg-info/top_level.txt +0 -0
- {pyrefactor-1.0.4 → pyrefactor-1.0.5}/tests/test_analyzer.py +0 -0
- {pyrefactor-1.0.4 → pyrefactor-1.0.5}/tests/test_boolean_logic_detector.py +0 -0
- {pyrefactor-1.0.4 → pyrefactor-1.0.5}/tests/test_cli.py +0 -0
- {pyrefactor-1.0.4 → pyrefactor-1.0.5}/tests/test_comparisons_detector.py +0 -0
- {pyrefactor-1.0.4 → pyrefactor-1.0.5}/tests/test_complexity_detector.py +0 -0
- {pyrefactor-1.0.4 → pyrefactor-1.0.5}/tests/test_config.py +0 -0
- {pyrefactor-1.0.4 → pyrefactor-1.0.5}/tests/test_context_manager_detector.py +0 -0
- {pyrefactor-1.0.4 → pyrefactor-1.0.5}/tests/test_control_flow_detector.py +0 -0
- {pyrefactor-1.0.4 → pyrefactor-1.0.5}/tests/test_dict_operations_detector.py +0 -0
- {pyrefactor-1.0.4 → pyrefactor-1.0.5}/tests/test_duplication_detector.py +0 -0
- {pyrefactor-1.0.4 → pyrefactor-1.0.5}/tests/test_hypothesis_analyzer.py +0 -0
- {pyrefactor-1.0.4 → pyrefactor-1.0.5}/tests/test_hypothesis_ast_visitor.py +0 -0
- {pyrefactor-1.0.4 → pyrefactor-1.0.5}/tests/test_hypothesis_config.py +0 -0
- {pyrefactor-1.0.4 → pyrefactor-1.0.5}/tests/test_hypothesis_models.py +0 -0
- {pyrefactor-1.0.4 → pyrefactor-1.0.5}/tests/test_hypothesis_reporter.py +0 -0
- {pyrefactor-1.0.4 → pyrefactor-1.0.5}/tests/test_integration.py +0 -0
- {pyrefactor-1.0.4 → pyrefactor-1.0.5}/tests/test_loops_detector.py +0 -0
- {pyrefactor-1.0.4 → pyrefactor-1.0.5}/tests/test_models.py +0 -0
- {pyrefactor-1.0.4 → pyrefactor-1.0.5}/tests/test_performance_detector.py +0 -0
- {pyrefactor-1.0.4 → pyrefactor-1.0.5}/tests/test_reporter.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyrefactor
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.5
|
|
4
4
|
Summary: A Python refactoring and optimization linter that analyzes code for performance issues, complexity problems, and opportunities for improvement
|
|
5
5
|
Author: tboy1337
|
|
6
6
|
Maintainer: tboy1337
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyrefactor
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.5
|
|
4
4
|
Summary: A Python refactoring and optimization linter that analyzes code for performance issues, complexity problems, and opportunities for improvement
|
|
5
5
|
Author: tboy1337
|
|
6
6
|
Maintainer: tboy1337
|
|
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
|
|
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
|
|
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
|
|
File without changes
|