Metadata-Version: 1.1
Name: cellpy
Version: 0.1.22b4
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
Description: ===============================
        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.
        
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
