To install:
pip install git+https://github.com/AyushmaanAggarwal/LabDataAnalysis.git#egg=LabDataAnalysisTo 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.