Skip to content

Commit 8603766

Browse files
committed
Fixed Package and added following features -
- Added zipFileHandler class - Added ExtractedDataValidator class - Added unit test cases - Updated README.md file
1 parent c10da9c commit 8603766

26 files changed

+989
-9229
lines changed

.gitignore

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ parts/
2020
sdist/
2121
var/
2222
wheels/
23+
pip-wheel-metadata/
2324
share/python-wheels/
2425
*.egg-info/
2526
.installed.cfg
@@ -49,7 +50,6 @@ coverage.xml
4950
*.py,cover
5051
.hypothesis/
5152
.pytest_cache/
52-
cover/
5353

5454
# Translations
5555
*.mo
@@ -72,7 +72,6 @@ instance/
7272
docs/_build/
7373

7474
# PyBuilder
75-
.pybuilder/
7675
target/
7776

7877
# Jupyter Notebook
@@ -157,4 +156,4 @@ cython_debug/
157156
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
158157
# and can be added to the global gitignore or merged into this file. For a more nuclear
159158
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
160-
#.idea/
159+
.idea/

0 commit comments

Comments
 (0)