uxy icon indicating copy to clipboard operation
uxy copied to clipboard

Package manager support

Open tyleradams opened this issue 6 years ago • 8 comments

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

tyleradams avatar May 20 '19 00:05 tyleradams

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

sustrik avatar May 20 '19 02:05 sustrik

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

terinjokes avatar May 20 '19 19:05 terinjokes

That's cool. Thanks!

sustrik avatar May 20 '19 20:05 sustrik

brew?

glensc avatar May 27 '19 10:05 glensc

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

sustrik avatar May 27 '19 15:05 sustrik

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

terinjokes avatar May 30 '19 22:05 terinjokes

@terinjokes Done.

sustrik avatar May 31 '19 03:05 sustrik

uxy is now installable since merging #11.

jdidion avatar Jul 12 '19 13:07 jdidion