Metadata-Version: 2.4
Name: barsukov
Version: 1.4.2
Summary: Experiment Automation Package
Author-email: Igor Barsukov <igorb@ucr.edu>
Maintainer-email: Steven Castaneda <scast206@ucr.edu>, Marlon Lopez <mlope589@ucr.edu>
Project-URL: Homepage, https://barsukov.ucr.edu
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: pytz>=2014.10
Requires-Dist: numpy>=1.0.0
Requires-Dist: scipy>=0.9.0
Requires-Dist: matplotlib>=3.8
Requires-Dist: PyQt6>=6.0.0
Requires-Dist: pyqtgraph>=0.13.7
Requires-Dist: dill>=0.4.0

# Barsukov

Barsukov is a Python library for experiment automation.

## For Developers

To push to PyPi, commit to main on Github Desktop, click the history tab, right click and create tag, format the tag v\*.\*.\* and push to the repository (ctrl+p).

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install barsukov.

```bash
pip install barsukov
```
Dependencies: pytz, dill, numpy, scipy, matplotlib, pyvisa, IPython, PyQt5, pyqtgraph
## Usage

```python
#
#
#
#
#
#
#
```

## Contributing

-
-
-

## License

[MIT](https://choosealicense.com/licenses/mit/)
