Metadata-Version: 2.1
Name: fuelcell
Version: 1.1.0
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
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

# fuelcell

fuelcell is a python package to streamline process of analyzing data generated from common electrochemical experiments

## Installation

fuelcell can be installed using the package manager [pip](https://pypi.org) 

``` bash
pip install fuelcell
```

## Version 1.1.0

* Added support for error calculations and error bars
* Updated visualisation methods to improve pass-through to matplotlib
* Bug fixes and minor improvements

## License

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

