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

https://github.com/pity7736/books_read

Personal application about books read (study)
https://github.com/pity7736/books_read

sqlalchemy study unit-testing

Last synced: 20 days ago
JSON representation

Personal application about books read (study)

Awesome Lists containing this project

README

          

# Books read
Personal application about books read. The idea is to learn unit test, sqlalchemy and best practices in code.
This is only a lib to use in some client such as: [Books read cli] (https://github.com/pity7736/books-read-cli)

## Requirements
+ Python 3.x
+ SqlAlchemy
+ Psycopg2
+ Doublex

## Install requirements
pip3 install -r requirements.txt

## License
Show [license](https://github.com/pity7736/books_read/blob/master/LICENSE)