Install

PIP

kwargshelper from PyPI:
If you use pip, you can install kwargshelper with:
pip install kwargshelper

Also when using pip, it’s good practice to use a virtual environment - see Reproducible Installs below for why, and this guide for details on using virtual environments.

REPRODUCIBLE INSTALLS

As libraries get updated, results from running your code can change, or your code can break completely. It’s important to be able to reconstruct the set of packages and versions you’re using. Best practice is to:

  1. use a different environment per project you’re working on,

  2. record package names and versions using your package installer; each has its own metadata format for this: