Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 247 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 247 Bytes

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