raiplaysound icon indicating copy to clipboard operation
raiplaysound copied to clipboard

Turn into a python package

Open svalo opened this issue 11 months ago • 2 comments

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

svalo avatar Jan 07 '25 16:01 svalo

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: @.***>

timendum avatar Jan 07 '25 21:01 timendum

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

svalo avatar Jan 08 '25 11:01 svalo

It's done, after a while I decided to work on it on my own.

Now it's a published package on pypi.

timendum avatar May 23 '25 12:05 timendum