github Prayag2/konsave v1.1.8

latest releases: v2.2.0, v2.1.2, v2.1.1...
3 years ago

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.

Don't miss a new konsave release

NewReleases is sending notifications on new releases.