Völgyes, David
Völgyes, David
Well, in a way, yes, in a way, no. You can use it from python, probably i need to export one more function, but otherwise yes. Basically the whole source...
Of course, you can modify, reuse part is it, etc., that is the goal of free software. I only ask one thing: don't use the same name, so it would...
Partially helpful, but i pushed a new version (not on pypi, but you can install from git), and this one exports the zenodo_get function. `import zenodo_get zenodo_get.zenodo_get(['cli_param1','cli_param2',...])` If an error...
Hi, yes, i will add it tomorrow, i am out for the afternoon. And of course, it is just a workaround, but it literally supports everything what CLI supports. :)...
I added the directory option (-o / --output-dir ), but the refactoring is still future plan. If the directory doesn't exist, it creates it, and also including missing intermediate dirs....
Hopefully I fixed it without breaking other things. I pushed a new version to pypi. Let me know if it still has issues. (It is a rather large record, I...
And thanks for reporting the issue. :)
Hi, I used to write the patch long time ago, and as @fepegar said: it was not clear if it would improve speed. Unfortunately, I have no time to fix...
Hi, Due to formatting, there were some conflicts, so I incorporated your fixes in a commit. Sorry for the slow response and thanks for spotting it!
The collections.abc has these since python 3.5: https://docs.python.org/3.5/library/collections.abc.html#collections.abc.MutableSequence So the trivial fix would be just update the imports from "collections" to "collections.abc". There is even a pull request for the...