Metadata-Version: 2.1
Name: cellpy
Version: 0.2.0rc1
Summary: Extract data from battery cell testers.
Home-page: https://github.com/jepegit/cellpy
Author: Jan Petter Maehlen
Author-email: jepe@ife.no
License: MIT license
Keywords: cellpy
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: scipy
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: python-box
Requires-Dist: setuptools
Requires-Dist: pyyaml
Requires-Dist: matplotlib
Requires-Dist: xlrd
Requires-Dist: click

===============================
cellpy
===============================


.. image:: https://img.shields.io/pypi/v/cellpy.svg
        :target: https://pypi.python.org/pypi/cellpy

.. image:: https://img.shields.io/travis/jepegit/cellpy.svg
        :target: https://travis-ci.org/jepegit/cellpy

.. image:: https://readthedocs.org/projects/cellpy/badge/?version=latest
        :target: https://cellpy.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

.. image:: https://pyup.io/repos/github/jepegit/cellpy/shield.svg
     :target: https://pyup.io/repos/github/jepegit/cellpy/
     :alt: Updates


This Python Package was developed to help the
researchers at IFE, Norway, in their cumbersome task of
interpreting and handling data from cycling tests of
batteries and cells.




* Free software: MIT license
* Documentation: https://cellpy.readthedocs.io.


Features
--------

* Load test-data and store in hdf5 format.
* Filter out the steps of interest.
* Process and plot the data.
* And more...

Credits
---------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage



=======
History
=======

0.1.22 (2018-07-17)
-------------------

* Parameters can be set by dot-notation (python-box).
* The parameter Instruments.cell_configuration is removed.
* Options for getting voltage curves in different formats.
* Fixed python 3.6 issues with Read the Docs.
* Can now also be used on posix (the user must install mdb_tools first).
* Improved logging allowing for custom log-directory.


0.1.21 (2018-06-09)
-------------------

* No legacy python.


0.1.0 (2016-09-26)
------------------

* First release on PyPI.


