Metadata-Version: 2.1
Name: fuelcell
Version: 1.3.8
Summary: data processing for fuel cell and electrolyzer experiments
Home-page: https://github.com/samaygarg/fuelcell
Author: Samay Garg
Author-email: samay.garg@berkeley.edu
License: MIT
Project-URL: Documentation, https://fuelcell.readthedocs.io/en/latest/
Project-URL: Source, https://github.com/samaygarg/fuelcell
Keywords: tintin,snowy,haddock,fuelcell
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: matplotlib
Requires-Dist: PySide2

# fuelcell

fuelcell is a Python library designed to streamline the process of analyzing data generated from experiments which are commonly used to test electrochemical devices.

## Installation

fuelcell can be installed via the command line using [pip](https://pypi.org/project/fuelcell/) 

``` bash
pip install fuelcell
```

# Documentation

The fuelcell documentation can be found [here](https://fuelcell.readthedocs.io/en/latest/)

## New in version 1.3

* Added ability to save processed data to CSV or Excel file
* Added docstrings
* Added support for error calculations and error bar
* Added reference electrode correction to `fc.cv_process` 
* Updated visualization methods to improve pass-through to matplotlib
* Bug fixes and minor improvements

## License

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

