Metadata-Version: 1.1
Name: pvmismatch
Version: 3.2.1
Summary: PV Mismatch Calculator
Home-page: https://github.com/SunPower/PVMismatch
Author: mmikofski
Author-email: mark.mikofski@sunpowercorp.com
License: BSD 3-clause
Description-Content-Type: UNKNOWN
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
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Scientific/Engineering
