Metadata-Version: 2.1
Name: beep
Version: 2020.7.8
Summary: beep is a python package supporting Battery Estimation and Early Prediction of battery cycle life.
Home-page: https://github.com/TRI-AMDD/beep
Author: AMDD - Toyota Research Institute
Author-email: patrick.herring@tri.global
Maintainer: Patrick Herring
Maintainer-email: patrick.herring@tri.global
License: Apache
Keywords: materials,battery,chemistry,science,electrochemistry,energy,AI,artificial intelligence
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: numpy (==1.18.1)
Requires-Dist: monty[yaml] (==3.0.2)
Requires-Dist: scipy (==1.4.1)
Requires-Dist: scikit-learn (==0.20.3)
Requires-Dist: pandas (==1.0.1)
Requires-Dist: cerberus (==1.3.2)
Requires-Dist: tqdm (==4.43.0)
Requires-Dist: boto3 (==1.12.4)
Requires-Dist: botocore (==1.15.4)
Requires-Dist: pytz (==2019.3)
Requires-Dist: watchtower (==0.7.3)
Requires-Dist: psycopg2 (==2.7.7)
Requires-Dist: docopt (==0.6.2)
Requires-Dist: msgpack-python (==0.5.6)
Requires-Dist: python-dateutil (==2.8.0)
Requires-Dist: xmltodict (==0.12.0)
Requires-Dist: tables (==3.6.1)
Requires-Dist: pydash (==4.5.0)
Requires-Dist: lmfit (==1.0.1)
Provides-Extra: tests
Requires-Dist: pytest-cov ; extra == 'tests'
Requires-Dist: coveralls ; extra == 'tests'
Requires-Dist: memory-profiler ; extra == 'tests'
Requires-Dist: matplotlib ; extra == 'tests'


Beep is software designed to support Battery Estimation and Early Prediction
of cycle life corresponding to the research of the
[d3batt program](https://d3batt.mit.edu/) and the
[Toyota Research Institute](http://www.tri.global/accelerated-materials-design-and-discovery/).


Beep enables parsing and handing of electrochemical battery cycling data
via data objects reflecting cycling run data, experimental protocols,
featurization, and modeling of cycle life.  Currently beep supports
arbin and maccor cyclers.


