Metadata-Version: 2.4
Name: pytesio
Version: 0.4.7
Summary: Reader/Writer for TES data
Author-email: Bruno Serfass <serfass@berkeley.edu>
Project-URL: Homepage, https://gitlab.in2p3.fr/tesseract/daq/pytesio
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: h5py
Requires-Dist: walrus

# `pytesio`

`pytesio` contains python code to read and write data from pytesdaq and other TESSERACT code for TES detector related R&D and dark matter searches.

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

`pip install pytesio --upgrade`

To install the most recent development version of `pytesio`, 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.
