Metadata-Version: 1.1
Name: pvmismatch
Version: 3.0rc1
Summary: PV Mismatch Calculator
Home-page: https://github.com/SunPower/PVMismatch
Author: mmikofski
Author-email: mark.mikofski@sunpowercorp.com
License: BSD 3-clause
Description: PVMismatch
        ==========
        
        An explicit Python PV system IV & PV curve trace calculator which can
        also calculate mismatch.
        
        |Build Status|
        
        Installation
        ------------
        
        PVMismatch is on `PyPI <https://pypi.python.org/pypi/pvmismatch>`__. Install it
        with `pip <https://pip.pypa.io/en/stable/>`__:
        
        ::
        
            $ pip install pvmismatch
        
        Requirements
        ------------
        
        PVMismatch requires NumPy, SciPy and matplotlib. These packages are available
        from PyPI, `Christoph Gohlke <http://www.lfd.uci.edu/~gohlke/pythonlibs/>`__
        and Anaconda. You must install them prior to using PVMismatch.
        
        Usage
        -----
        
        Please see the `documenation <http://sunpower.github.io/PVMismatch/>`__ for
        tutorials and API. Bugs and feature requests can be reported on
        `GitHub <https://github.com/SunPower/PVMismatch/issues>`__. The change
        history is also on `GitHub <https://github.com/SunPower/releases/>`__.
        
        .. |Build Status| image:: https://travis-ci.org/SunPower/PVMismatch.svg?branch=master
           :target: https://travis-ci.org/SunPower/PVMismatch
        
Platform: UNKNOWN
Requires: numpy (>=1.8)
Requires: matplotlib (>=1.3)
Requires: scipy (>=0.12.0)
