Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/menezes-/libisbn

Simple and fast ISBN library, with python bindings
https://github.com/menezes-/libisbn

Last synced: 29 days ago
JSON representation

Simple and fast ISBN library, with python bindings

Awesome Lists containing this project

README

        

## Synopsis

Very simple C++11 library to handle ISBNs with python bindings. It supports validation and conversions between ISBN 13 and ISBN 10.

## Install

```
cd source_dir
mkdir build
cd build
cmake ..
make && make test
sudo make install

```