Turn into a python package
Hello, would you consider a PR turning the project into a python package using pyproject.toml config and setuptools?
The 3 scripts could be invoked without the need to be in the source directory using something like raiplaysound-single <flags> raiplaysound-all <flags> raiplaysound-index or, with a different approach, raiplaysound single <flags> raiplaysound all <flags> raiplaysound index
Dependencies could be installed automatically using pip install . and optionally the package could be uploaded to pypi
Hi, It would be interesting, just maybe a build backend flit-core or hatchling.
On Tue, Jan 7, 2025, 17:30 svalo @.***> wrote:
Hello, would you consider a PR turning the project into a python package using pyproject.toml config and setuptools?
The 3 scripts could be invoked without the need to be in the source directory using something like raiplaysound-single
raiplaysound-all raiplaysound-index or, with a different approach, raiplaysound single raiplaysound all raiplaysound index Dependencies could be installed automatically using pip install . and optionally the package could be uploaded to pypi
— Reply to this email directly, view it on GitHub https://github.com/timendum/raiplaysound/issues/26, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAFDXHBZKG3JMWUOOD36SVL2JP6JNAVCNFSM6AAAAABUYB4WQGVHI2DSMVQWIX3LMV43ASLTON2WKOZSG43TGMRWGYYTMNQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>
thanks, I do not have experience with them but may be a good chance for learning. I can make a draft PR and iterate over it
It's done, after a while I decided to work on it on my own.
Now it's a published package on pypi.