sustrik / uxy

UXY: Adding structure to the UNIX tools
MIT License
699 stars 13 forks source link

Package manager support #2

Open tyleradams opened 5 years ago

tyleradams commented 5 years ago

This tool is awesome! Are you thinking of adding package management support so I can get the latest updates?

sustrik commented 5 years ago

Yes, I'll add it to pip once it is semi-stable.

terinjokes commented 5 years ago

I created uxy-git for AUR in the meantime. Happy to create a non-VCS package after you tag a release for pip.

sustrik commented 5 years ago

That's cool. Thanks!

glensc commented 5 years ago

brew?

sustrik commented 5 years ago

Sure. Want to do that? It's just a single file. Should be easy.

terinjokes commented 5 years ago

@sustrik I've updated my AUR package (now that it isn't a single file). It would be great if base.py and the subcommand implementations could be moved to a directory so they could be imported as, e.g. import uxy/align.

To avoid doing transformations on the source during installation, I'm currently installing the files into the root of Python's site-packages. This isn't very clean, especially with one of the files being named base.py.

sustrik commented 5 years ago

@terinjokes Done.

jdidion commented 5 years ago

uxy is now installable since merging #11.