- Python 3 (This code was developed with Python3, but some may work with Python 2.7)
- pytest (for running the tests)
git clone https://github.com/jocassid/JohnsUsefulPythonCode.git
python3 -m venv JohnsUsefulPythonCode
cd JohnsUsefulPythonCode
source bin/activate
pip install pytest
- HtmlOutput.py
- grouping.py
- jsonGet.py - A function for extracting data from dictionary of dictionaries structures such as when extracting data from complex JSON objects.
- noneValue.py - provides functionality similar to the NVL or IS_NULL functions found in a relational database