Giter Club home page Giter Club logo

isbntools's People

Contributors

cclauss avatar dependabot[bot] avatar xlcnd avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

isbntools's Issues

Rename private modules according with pep8

People are importing private modules... and are getting strange errors! So rename private modules according with pep8 to signal that those modules MUST NOT be imported directly. They functionality is exposed in another way, namely in the namespaces:

  • isbntools
  • isbntools.conf
  • isbntools.dev
  • isbntools.dev.lab

Ranges database

Periodically new blocks of ISBNs are issued to agencies. The range of these blocks is on a database that mask uses. So it could happen, if you have a version of isbntools that is too old, mask doesn't work for valid (recent) issued ISBNs.

The solution? Update isbntools often!

Service doesn't find the data or gives a wrong result

The meta method and the isbn_meta script sometimes give a wrong result (this is due to errors on the provider service) or don't find the data.

Solution 1? Try another service (wcat, goob, openl, isbndb, ...) or (better) use the provider merge (it merges wcat with goob in order to maximize the quality of data).

Solution 2? Calls to metadata services are cached by default. Sometimes this cache could get corrupted. To mitigate that, just enter into a command line isbn_conf delcache. If by any reason you don't want the cache, just enter isbn_conf setopt cache no.

Fine tune coverage (`no cover` annotations)

It is OK to annotate code with no cover in the following cases:

  1. pure defensive code
  2. code only for py2 or only for py3
  3. code covered by tests that are only executed locally and not on Travis

test_goom doesn't pass for py26 and pypy!

It seems that this happens because there are cases (remember the call to google is NOT deterministic) where industryIdentifiers is missing! And the _mapper in goom was assuming that it exist.

Create the option to cache all metadata

In addition, we can create:

  • a new metadata provider that pulls metadata from that cache.
  • an option to only go to the web if the data is not available in the cache.
  • an option to go local if internet connection is not available.

`isbntools.conf` is not updated

isbntools.conf should not be overwritten but must be updated.

In researching this bug, was discovered that there is no guarantee that isbntools.conf would be installed in ~/.isbntools!

Scripts don't work on Windows

Despite you can access and use isbntools as a library, in some Windows installations, the packaged scripts will not run! At least in the * anaconda distribution* of python for Windows ...

Solution?

See some suggestions below, but can you help?

File renaming by ISBN

rename (an ebook file) using metadata from the ISBN of the book (more difficult than it seems!)

Conf file

The only way to the user to input preferences is by the command line.

Starting with the next version (2.1.2), it will be possible the end user write a .conf file to express some options (isbndb api key, default metadata provider,...).

New features?

This is a discussion to collect and evaluate new features.

Start by reading the issues with label enhancement.

Timeouts

If you are in a slow internet connection, you could receive timeout errors.

Solution? Starting in version 2.1.2 (and if you are in a UNIX machine) you will be able to change some parameters to fix that.

However, you could do it now by increasing the values of SOCKETS_TIMEOUT
and THREADS_TIMEOUT in setup.py.

A more robust addin framework

The present one works fine for providers and things like that... but it would be nice to split the lib between core functionality (that shouldn't have external dependencies) and addins that could use other libraries.

Unicode errors

The isbntools works internally with unicode, however this doesn't solve errors of lost information due to bad encode/decode at the origin!

Create new module to help with file renaming

There are some 'concerns' that should be taken into account:

  • There will be many situations where proposed new filename is equal to an existing file (this could lead to data loss) DON'T ALLOW RENAMING IN THIS CASE.
  • If we rename files to another file system, we will get in trouble (even in UNIX systems), so keep renaming inside the SAME directory.
  • THERE IS NO SAFE WAY to deal with unicode in filenames. "The solution" of restricting to ASCII characters is NOT applicable here, so allow unicode encoded in UTF-8 but filter some characters.
  • Limit the length of the filename to avoid serious problems with Windows
  • Let other things (permissions, ...) to the operating system and catch them with OSError.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.