Metadata-Version: 2.1
Name: liapy
Version: 0.1.5
Summary: Software lock-in amplifier written in python
Home-page: https://github.com/edmundsj/liapy
Author: Jordan Edmunds
Author-email: edmundsj@uci.edu
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: numpy (>=1.14.5)
Requires-Dist: matplotlib (>=2.0.0)
Requires-Dist: pandas (>=0.24.0)
Requires-Dist: scipy (>=1.2.2)
Requires-Dist: pyyaml (>=5.1.1)
Requires-Dist: pint (>=0.16.0)
Requires-Dist: spectralpy

LockInAmplifier - A python-based Lock-in Amplifier
=====================================================
[![Build](https://github.com/edmundsj/liapy/actions/workflows/python-package-conda.yml/badge.svg)](https://github.com/edmundsj/liapy/actions/workflows/python-package-conda.yml) [![docs](https://github.com/edmundsj/liapy/actions/workflows/build-docs.yml/badge.svg)](https://github.com/edmundsj/liapy/actions/workflows/build-docs.yml) 
I wrote this to be a python-based lock-in amplifier for some measurements I was
doing in the course of my Ph.D. at UC Berkeley. Documentation, including an
API, can be found [here](https://edmundsj.github.io/LockInAmplifier/)



