User credentials management utility
The package uses python 3.8 and keyring. It should be able to work with any python >= 3.8
whichpython3python3--version# Create a python virtual environment named `.venv`
python3 -m venv .venv
py -m venv .venv
# Activate the virtual environment
# For MacOS and other Unix/Linux platforms
source ./.venv/bin/activate
# For windows OS
.\.venv\Scripts\activate
# Install required packages on your virtual environment
pip install -r requirements.txt
python3-mpytestpython3setup.pysdistbdist_wheelpython3-mpipinstall-e ./dist/PyCM-<version>.tar.gz