Metadata-Version: 2.4
Name: refactor_utils
Version: 3.1.7
Summary: Utilities to refactor small python packages: extract funcs/constants/classes into modules
Author-email: you <you@example.com>
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# refactor_utils

Small utility to reorganize small Python packages.

Install locally:
```bash
pip install -e .pyrefactor run --mode small
pyrefactor run --mode merge
pyrefactor run --mode subpkg
pyrefactor run --mode dry-run
pyrefactor run --mode merge --undo


after install
goto project dir abd run:

     pyrefactor run --mode dry-run --root path/to/yourpkg

     pyrefactor run --mode merge --root path/to/yourpkg
