Thanks for making a great package! Was testing it out and ran into an issue so I wanted to provide a suggestion.
The README explains that this package can be run using python -m to test it out on the cli. If instead this provided a cli hook, for example by specifying console_scripts in pyproject.toml, then it could be installed or run with pipx, uv, or similar tools for quick testing.
You can see the official document on the subject. I might be able to do this, but not sure when I'd have the time.
Thanks for making a great package! Was testing it out and ran into an issue so I wanted to provide a suggestion.
The README explains that this package can be run using
python -mto test it out on the cli. If instead this provided a cli hook, for example by specifyingconsole_scriptsinpyproject.toml, then it could be installed or run withpipx,uv, or similar tools for quick testing.You can see the official document on the subject. I might be able to do this, but not sure when I'd have the time.