Skip to content

Commit

Permalink
added tasklist and changelog
Browse files Browse the repository at this point in the history
changed gitignore
  • Loading branch information
clonemind committed Mar 14, 2019
1 parent 60b7c2c commit 4d69e72
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
10 changes: 6 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
bring2lite/classes/__pycache__
bring2lite/classes/debug.log
build/*
dist/*
tester/*
venv1/*
build/
dist/
result/
tester/
venv1/
debug.log
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
# Readme
##
## Installation
asd

## Used libraries
- [tqdm](https://github.com/tqdm/tqdm) - a library which can be used to created progress bars
- [sqlparse](https://github.com/andialbrecht/sqlparse) - this library allows to easily process SQLite statements
- [pyqt5](https://github.com/andialbrecht/sqlparse) and [tkinter](https://github.com/andialbrecht/sqlparse) - libraries which allow to display the processed results within a GUI

## Changelog
- 14-03-2019 - publication of version 0.1

## Tasklist
- [x] Test
- [ ]
- [ ]
- [ ]
- [ ]
- [ ]
- [ ] Better error handling
- [ ] Display all processed informations in a interactive GUI

0 comments on commit 4d69e72

Please sign in to comment.