Metadata-Version: 2.1
Name: SWV_AnyPeakFinder
Version: 1.6.6
Summary: GUI application for resolving peak heights in square-wave voltammetry datafiles.
Home-page: https://github.com/Paradoxdruid/SWVAnyPeakFinder
Author: Andrew J. Bonham
Author-email: bonham@gmail.com
License: GPLv3
Description: # SWV AnyPeakFinder
        
        This program finds peak height values (i.e., peak currents) from .txt files and .csv files containing squarewave voltammogram data, using any selected files.
        
        ![lgpl3.0](https://img.shields.io/github/license/Paradoxdruid/SWVAnyPeakFinder.svg "LGPL 3.0 Licensed")  [![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/Paradoxdruid/SWVAnyPeakFinder.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/Paradoxdruid/SWVAnyPeakFinder/context:python)  [![CodeFactor](https://www.codefactor.io/repository/github/paradoxdruid/swvanypeakfinder/badge)](https://www.codefactor.io/repository/github/paradoxdruid/swvanypeakfinder) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)
        ![PyPI](https://img.shields.io/pypi/v/SWV_AnyPeakFinder)
        
        ![program screenshot](images/SWV_Peakfinder.png)
        
        ## Installation
        
        ```bash
        pip install SWV_AnyPeakFinder
        ```
        
        ## Getting Started
        
        To run the program:
        
        ```bash
        swv_anypeakfinder
        ```
        
        or
        
        ```
        python SWV_AnyPeakFinder.py
        ```
        
        ## Authors
        
        ## Authors
        This software is developed as academic software by [Dr. Andrew J. Bonham](https://github.com/Paradoxdruid) at the [Metropolitan State University of Denver](https://www.msudenver.edu). It is licensed under the LGPL v3.0.
        
Keywords: voltammetry,biosensor,science
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
