Metadata-Version: 2.1
Name: oemof
Version: 0.3.2
Summary: The open energy modelling framework
Home-page: https://oemof.org/
Author: oemof developer group
Author-email: oemof@rl-institut.de
License: MIT
Description: .. image:: https://coveralls.io/repos/github/oemof/oemof/badge.svg?branch=dev
            :target: https://coveralls.io/github/oemof/oemof?branch=dev
        .. image:: https://travis-ci.org/oemof/oemof.svg?branch=dev
            :target: https://travis-ci.org/oemof/oemof
        .. image:: https://readthedocs.org/projects/oemof/badge/?version=stable
            :target: https://oemof.readthedocs.io/en/stable/
        .. image:: https://badge.fury.io/py/oemof.svg
            :target: https://badge.fury.io/py/oemof
        .. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.596235.svg
            :target: https://doi.org/10.5281/zenodo.596235
        
        Oemof stands for "Open Energy System Modelling Framework" and provides a free, open source and clearly documented toolbox to analyse energy supply systems. It is developed in Python and designed as a framework with a modular structure containing several packages which communicate through well defined interfaces.
        
        With oemof we provide base packages for energy system modelling and optimisation.
        
        Everybody is welcome to use and/or develop oemof. Read our `'Why should I contribute' <http://oemof.readthedocs.io/en/latest/about_oemof.html#why-should-i-contribute>`_ section.
        
        Contribution is already possible on a low level by simply fixing typos in oemof's documentation or rephrasing sections which are unclear. If you want to support us that way please fork the oemof repository to your own github account and make changes as described in the github guidelines: https://guides.github.com/activities/hello-world/
        
        .. contents::
            :depth: 1
            :local:
            :backlinks: top
        
        
        Documentation
        =============
        
        Full documentation can be found at `readthedocs <http://oemof.readthedocs.org>`_. Use the `project site <http://readthedocs.org/projects/oemof>`_ of readthedocs to choose the version of the documentation. Go to the `download page <http://readthedocs.org/projects/oemof/downloads/>`_ to download different versions and formats (pdf, html, epub) of the documentation.
        
        To get the latest news visit and follow our `website <https://www.oemof.org>`_.
        
        Installing oemof
        ================
        
        If you have a working Python3 environment, use pypi to install the latest oemof version. Python >= 3.5 is recommended. Lower versions may work but are not tested.
        
        .. code:: bash
        
          pip install oemof
        
        For more details have a look at the `'Installation and setup' <http://oemof.readthedocs.io/en/latest/installation_and_setup.html>`_ section. There is also a `YouTube tutorial <https://www.youtube.com/watch?v=eFvoM36_szM>`_ on how to install oemof under Windows.
          
        The packages **feedinlib**, **demandlib** and **oemof.db** have to be installed separately. See section `'Using oemof' <http://oemof.readthedocs.io/en/latest/using_oemof.html>`_ for more details about all oemof packages.
        
        If you want to use the latest features, you might want to install the **developer version**. See section `'Developing oemof' <http://oemof.readthedocs.io/en/latest/developing_oemof.html>`_ for more information. The developer version is not recommended for productive use.   
          
        Structure of the oemof cosmos
        =============================
        
        Oemof packages are organised in different levels. The basic oemof interfaces are defined by the core libraries (network). The next level contains libraries that depend on the core libraries but do not provide interfaces to other oemof libraries (solph, outputlib). The third level are libraries that do not depend on any oemof interface and therefore can be used as stand-alone application (demandlib, feedinlib). Together with some other recommended projects (pvlib, windpowerlib) the oemof cosmos provides a wealth of tools to model energy systems. If you want to become part of it, feel free to join us. 
        
        
        Examples
        ========
        
        The linkage of specific modules of the various packages is called an 
        application (app) and depicts for example a concrete energy system model.
        You can find a large variety of helpful examples in `oemof's example repository <https://github.com/oemof/oemof_examples>`_ on github to download or clone. The examples show optimisations of different energy systems and are supposed to help new users to understand the framework's structure. There is some elaboration on the examples in the respective repository.
        
        You are welcome to contribute your own examples via a `pull request <https://github.com/oemof/examples/pulls>`_ or by sending us an e-mail (see `here <https://oemof.org/contact/>`_ for contact information).
        
        Got further questions on using oemof? 
        ======================================
        If you have questions regarding the use of oemof you can visit the forum at: `https://forum.openmod-initiative.org/tags/c/qa/oemof` and open a new thread if your questions hasn't been already answered.
        
        Join the developers!
        ====================
        
        A warm welcome to all who want to join the developers and contribute to oemof. Information
        on the details and how to approach us can be found 
        `in the documentation <http://oemof.readthedocs.io/en/latest/developing_oemof.html>`_ .
        
        
        Keep in touch
        =============
        
        You can become a watcher at our `github site <https://github.com/oemof/oemof>`_, but this will bring you quite a few mails and might be more interesting for developers. If you just want to get the latest news you can follow our news-blog at `oemof.org <https://oemof.org/>`_.
        
        
        Citing oemof
        ============
        
        The core ideas of oemof are described in `DOI:10.1016/j.esr.2018.07.001 <https://doi.org/10.1016/j.esr.2018.07.001>`_ (preprint at `arXiv:1808.0807 <http://arxiv.org/abs/1808.08070v1>`_). To allow citing specific versions of oemof, we use the zenodo project to get a DOI for each version. `Select the version you want to cite <https://doi.org/10.5281/zenodo.596235>`_.
        
        
        License
        =======
        
        Copyright (c) 2019 oemof developer group
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
        
Platform: UNKNOWN
Description-Content-Type: text/x-rst
Provides-Extra: dev
