To install:
pip install git+https://github.com/AyushmaanAggarwal/LabDataAnalysis.git#egg=LabDataAnalysis
To import into python or a jupyter notebook
from LabDataAnalysis.CircuitSolvers import *
from LabDataAnalysis.DataAnalysis import *
from LabDataAnalysis.ErrorCalculations import *
To contribute, develop a function and test the function with doctests or run python -m pytest
, then open a PR or request.