isbn2bib.py is a standalone script and I think it should be moved to the /scripts directory. But does it make sense to pull out the general functionality as a module that stays in the package? My thought is no, it introduces a dependency on pyaws. I think that the bibadd module is meant to provide the interface for adding to a bibfile, but this module is not complete, see issue #1
isbn2bib.py is a standalone script and I think it should be moved to the /scripts directory. But does it make sense to pull out the general functionality as a module that stays in the package? My thought is no, it introduces a dependency on pyaws. I think that the bibadd module is meant to provide the interface for adding to a bibfile, but this module is not complete, see issue #1