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)
- Host: GitHub
- URL: https://github.com/pity7736/books_read
- Owner: pity7736
- License: gpl-3.0
- Created: 2016-05-12T03:16:55.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-02-26T04:21:14.000Z (over 9 years ago)
- Last Synced: 2025-02-25T13:57:31.989Z (over 1 year ago)
- Topics: sqlalchemy, study, unit-testing
- Language: Python
- Homepage:
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)