Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/menezes-/libisbn
- Owner: menezes-
- License: mit
- Created: 2016-01-13T22:25:01.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-21T15:19:16.000Z (almost 9 years ago)
- Last Synced: 2023-02-27T06:41:09.484Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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```