Overview

Installation

git clone https://github.com/karanveersp/python-utilfuncs
cd python-utilfuncs
pip install --editable .

To install the package with test dependencies and documentation building

pip install --editable .[dev]

The utility functions will then be available for import by other scripts.

To upgrade the package to its latest version, fetch the latest changes from github.

git pull

To run unit tests

pytest