Go to file
2023-10-24 11:29:54 +03:00
src/bookstore style(sql): format sql create 2023-10-24 11:29:54 +03:00
.gitignore Initial commit 2023-10-18 12:58:30 +03:00
LICENSE Initial commit 2023-10-18 12:58:30 +03:00
main.py feat(csv): read/write inventory from/to csv file 2023-10-22 19:40:01 +03:00
pyproject.toml update dependencies 2023-10-22 19:15:30 +03:00
README.md refactor(readme): move task to separate file 2023-10-22 19:12:05 +03:00
requirements.txt update dependencies 2023-10-22 19:15:30 +03:00
TASK.md refactor(readme): move task to separate file 2023-10-22 19:12:05 +03:00

LU bookstore

Task

Develop a bookstore inventory management system in Python. Read more here

Running

pip install . -e
./main.py