Metadata-Version: 2.4
Name: pytesdaq
Version: 0.4.4
Summary: DAQ and Intruments control for TES development
Home-page: https://github.com/spice-herald/pytesdaq
Author: Bruno Serfass
Author-email: serfass@berkeley.edu
Description-Content-Type: text/markdown
Requires-Dist: PyQt5
Requires-Dist: matplotlib
Requires-Dist: lakeshore
Requires-Dist: pandas
Requires-Dist: nidaqmx
Requires-Dist: pyvisa
Requires-Dist: paramiko>=3.2.0
Requires-Dist: walrus
Requires-Dist: h5py
Requires-Dist: qetpy>=1.8.0
Requires-Dist: scipy
Requires-Dist: seaborn
Requires-Dist: astropy
Requires-Dist: lmfit
Requires-Dist: tables
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: summary

# `pytesdaq`

[![PyPI](https://img.shields.io/pypi/v/pytesdaq)](https://pypi.org/project/pytesdaq/) [![Python 3.6](https://img.shields.io/badge/python-3.6+-blue.svg)](https://www.python.org/downloads/release/python-360/)

`pytesdaq` contains python data acquisition and data handling code for TES detector related R&D and dark matter searches.

To install the most recent release of `pytesdaq`, type the following line into your command line

`pip install pytesdaq --upgrade`

To install the most recent development version of `pytesdaq`, clone this repo, then from the top-level directory of the repo, type the following line into your command line

`pip install .`

If using a shared Python installation, you may want to add the `--user` flag to the above line.
