Metadata-Version: 2.1
Name: pv_tandem
Version: 0.1.0
Summary: Python toolbox for simulation and energy yield calculations of tandem solar cells.
Home-page: https://github.com/nano-sippe/pv_tandem
Author: Peter Tillmann
Author-email: Peter.tillmann@helmholtz-berlin.de
License: MIT license
Keywords: pv_tandem
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Provides-Extra: optional
Provides-Extra: doc
Provides-Extra: test
Provides-Extra: all
License-File: LICENSE
License-File: AUTHORS.rst

.. image:: logo.png
  :width: 600
  :alt: logo

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

.. image:: https://img.shields.io/github/actions/workflow/status/nano-sippe/pv_tandem/pytest.yml
        :target: https://github.com/nano-sippe/pv_tandem/actions/workflows/pytest.yml/badge.svg

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




pv_tandem is a python toolbox for simulation and energy yield calculations of single junction and tandem solar cells with classical (monofacial) or bifacial illumination.

* Free software: MIT license
* Documentation: https://pv-tandem.readthedocs.io.

Features
--------

* Helping tools to process irradiance data for solar cell simulations
* Electrical modeling with 1-diode model for single junction or tandem solar cells
* Modeling of illumination in a large PV power plant for the front- and backside of the modules

Where to get it
---------------

The source code is hosted at GitHub at: https://github.com/nano-sippe/pv_tandem

To install pv_tandem clone the project from github:

.. code-block:: bash

    git clone https://github.com/nano-sippe/pv_tandem

Then change into the pv_tandem folder and install with pip

.. code-block:: bash

    pip install .

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.0 (2023-05-03)
------------------

* First release on PyPI.
