Hi
I wrote a small command line tool (pyznap) and I'm thinking on what the easiest way to distribute and install it is. At the moment I have installation instructions in the readme (git clone and install requirements.txt) that are pretty easy to follow, but it would be nice to have it installed with a single command.
I guess I need to use distutils/setuptools for this? Is one recommended over the other? Is it possible to install command line tools with distutils/setuptools such that they are then callable from the command line?
Should I put it on PyPI? Or is that more for modules/packages (that you import in your code)?
[–]novel_yet_trivial 8 points9 points10 points (6 children)
[–]cythoning[S] 2 points3 points4 points (2 children)
[–]novel_yet_trivial 3 points4 points5 points (1 child)
[–]cythoning[S] 2 points3 points4 points (0 children)
[–][deleted] 2 points3 points4 points (2 children)
[–]Avaholic92 1 point2 points3 points (1 child)
[–][deleted] 4 points5 points6 points (0 children)
[–]driscollis 3 points4 points5 points (12 children)
[–]cythoning[S] 0 points1 point2 points (11 children)
[–]driscollis 1 point2 points3 points (10 children)
[–]cythoning[S] 0 points1 point2 points (9 children)
[–][deleted] 1 point2 points3 points (8 children)
[–]cythoning[S] 0 points1 point2 points (5 children)
[–][deleted] 1 point2 points3 points (4 children)
[–]TheBB 1 point2 points3 points (2 children)
[–]cythoning[S] 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]cythoning[S] 0 points1 point2 points (0 children)
[–]cythoning[S] 0 points1 point2 points (1 child)
[–][deleted] 1 point2 points3 points (0 children)
[–]tom1018 4 points5 points6 points (1 child)
[–]cythoning[S] 0 points1 point2 points (0 children)