Metadata-Version: 2.4
Name: rootlab_lib
Version: 0.7.3
Summary: RootLab data analysis tools
Author-email: Trevor Swan <tcs94@case.edu>, Samuel Root <ser132@case.edu>
License-Expression: MIT
Project-URL: Homepage, https://github.com/trevorswan11/rootlab-lib
Project-URL: Issues, https://github.com/trevorswan11/rootlab-lib/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: scipy
Requires-Dist: pyserial
Requires-Dist: opencv-python
Dynamic: license-file

# rootlab-lib
A library of data analysis tools for the RootLab at CWRU. This library contains functions commonly used for data analysis in the lab. For obvious reasons, data used for the modules tests is not be shared.

## Instructions
### Pip
With basic pip, use:
```
pip install rootlab-lib
```

### Spyder
If using Spyder (Conda is your package manager) or you do not have pip (you can check this by opening a terminal and entering `pip`), you MUST download python [here](https://www.python.org/downloads/) and change the interpreter for Spyder to the downloaded python version. When you download python using the link above, note the installation folder of the interpreter and copy it to your clipboard so that you can paste the path in Spyder. To change the path to the interpreter in Spyder, Select `Tools`, `Settings`, then `Python Interpreter`. At the top of this page, check the box that allows you to enter a custom interpreter, paste the path you copied earlier. Restart Spyder, and enter the command it tells you to use to fix any issues with the new interpreter. It should be something like `pip install spyder-kernels`. You can now run `pip install rootlab-lib` without issue. You may need to restart Spyder again for the changes to take effect.

If you already have python installed, then you must find out where your python interpreter is located on your system. This can be down by opening a terminal and typing `where python`. You can also just google it if this doesn't work!

## Documentation
You can read function documentation by opening the file `rootlab_lib.html` in the `doc` folder.
