Skip to content

v1.1.8

Compare
Choose a tag to compare
@Prayag2 Prayag2 released this 16 Mar 04:55
· 44 commits to master since this release
062ce23

General package maintenance

Closes #20

  • Add missing new lines at end of .pylintrc and CONTRIBUTION.md.
  • Gitignore:
    • Common VS Code and JetBrains IDE user-specific stuff.
    • All __pycache__ dirs (**/__pycache__).
  • Delete and untrack all *.pyc files.
  • Reformat and improve some docstrings.
  • Remove some excessive comments, e.g. ## IMPORTS ## or # WIPE. The import section is clear and visible enough to not need such additional comment. Same with functions - docstrings do that job well.
  • Refactor and simplify CLI argument parsing.
  • Adapt setup.py to use pip requirement text files.
    • Create extra dev and corresponding requirements_dev.txt requirement text file. Can be installed via pip install -e .[dev] or from PyPI via pip install konsave[dev].
  • Remove "Dependencies" section from README.md - dependencies get installed automatically anyway.