authorea-scripts icon indicating copy to clipboard operation
authorea-scripts copied to clipboard

Make this a pip installable package

Open leouieda opened this issue 9 years ago • 2 comments

It would be really nice to have this as pip installable package on PyPI. This way one could add it as a requirement for a manuscript build setup without using git submoule or copying the file over to the paper repo.

I'd be willing to put in a bit of work on this.

leouieda avatar Aug 22 '15 18:08 leouieda

@leouieda - I admit I hadn't thought about this - the way I currently use it is to actually embed the script into my repositories. But I see your point that it also could make sense to have it just be a command line script of a more traditional form, which would then be trivial to get via pip install.

So just so I understand better, is that currently how you use it? I.e., you have it somewhere on your PYTHONPATH and you do something like python -m local_build?

eteq avatar Sep 16 '15 21:09 eteq

@eteq well, I'm looking into using this actually. I though of just copying it to my repo but then I'd also need to copy the license file. If this were a package on PyPI I could place it as a dependency and have people install it with all the rest of the article dependencies.

I want to run it as a command-line program on a Makefile.

leouieda avatar Oct 13 '15 18:10 leouieda