Metadata-Version: 2.1
Name: fuelcell
Version: 1.3.3
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
Description: # 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
        ```
        
        ## New in version 1.3.1
        
        * Added ability to save processed data to CSV or Excel file
        * Added docstrings
        * Added support for error calculations and error bars
        * Updated visualization methods to improve pass-through to matplotlib
        * Bug fixes and minor improvements
        
        ## License
        
        [MIT](https://choosealicense.com/licenses/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
