Skip to main content

Checks if the provided string is valid ISBN.

Project description

Is ISBN

https://img.shields.io/pypi/v/is_isbn.svg https://img.shields.io/travis/khimsh/is_isbn.svg Documentation Status Updates

Description

Is ISBN provides a single function to test if a given string is valid ISBN.

Installation

pip install is-isbn

With pipenv:

pipenv install is-isbn

Usage

Import:

from is_isbn.is_isbn import is_isbn

Use:

is_isbn('978-9941-445-51-4')

or

Import:

from is_isbn import is_isbn

Use:

is_isbn.is_isbn('978-9941-445-51-4')

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

History

0.1.0 (2019-08-30)

  • First release on PyPI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

is_isbn-0.1.0.tar.gz (14.4 kB view hashes)

Uploaded Source

Built Distribution

is_isbn-0.1.0-py2.py3-none-any.whl (3.9 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page