Skip to content

Simple and fast ISBN library, with python bindings

License

Notifications You must be signed in to change notification settings

menezes-/libisbn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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