Alex Fikl
Alex Fikl
For an example of such a document (apparently most of them are chapters in books from Crossref): https://api.crossref.org/works/10.1007/978-3-0348-8720-5_13 It seems valid in this case to keep both ISBNs, since the...
> I feel like technically, there should only be one `isbn` (namely the one of the book the chapter is actually taken from) as it's possible (?) that e.g. pagination...
Currently, we have interpolation turned on in configparser as explained here https://docs.python.org/3/library/configparser.html#interpolation-of-values which is causing the errors. At least for the test setup this should be fixed by properly escaping...
Agreed that the rename would be nice! > Also, should there really be a keys-exist error for author and author_list if the entry has editor (or editor_list I suppose)? I...
Those files are included because they should be used by plugins to simplify testing and documentation. For example, after the next release, we'll probably make `papis-zotero` use that to remove...
For comparison, `click` also has similar helpers and they're packaged separately as `pytest-click` and `sphinx-click`. Maybe we can think about separating them, but I'm not sure that's worth it right...
> Just to confirm, then -- the only direct dependency in terms of build environment is on `sphinx-click`, but the package should advertise optional dependencies on `docutils`, `sphinx`, `sphinx-click` and...
@hseg Did you have any additional questions? Can this be closed?
No, I'm afraid I'm using arch (and their packaging is quite different from what I recall). Like you said the CI uses Ubuntu, the 22.04 LTS from what it says...