Metadata-Version: 2.4
Name: lories
Version: 0.15.2
Summary: This project provides a set of core functions and framework for Local Resource Integration and Execution Systems by ISC Konstanz e.V.
Author: ISC Konstanz e.V.
Maintainer-email: Adrian Minde <adrian.minde@isc-konstanz.de>
License-Expression: LGPL-3.0-or-later
Project-URL: author, https://isc-konstanz.de
Project-URL: source, https://github.com/isc-konstanz/lories/
Project-URL: issues, https://github.com/isc-konstanz/lories/issues
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: tomli>=1.1; python_version < "3.11"
Requires-Dist: numpy>=1.21
Requires-Dist: pandas>=1.3
Requires-Dist: tzlocal>=5.1
Requires-Dist: requests>=2.31
Provides-Extra: postgresql
Requires-Dist: sqlalchemy>=2.0; extra == "postgresql"
Requires-Dist: psycopg2>=2.9; extra == "postgresql"
Provides-Extra: mariadb
Requires-Dist: sqlalchemy>=2.0; extra == "mariadb"
Requires-Dist: pymysql>=1.1; extra == "mariadb"
Provides-Extra: mysql
Requires-Dist: sqlalchemy>=2.0; extra == "mysql"
Requires-Dist: pymysql>=1.1; extra == "mysql"
Provides-Extra: influx
Requires-Dist: influxdb-client; extra == "influx"
Provides-Extra: modbus
Requires-Dist: pymodbus<=3.9; extra == "modbus"
Provides-Extra: revpi
Requires-Dist: revpimodio2; extra == "revpi"
Provides-Extra: dash
Requires-Dist: dash; extra == "dash"
Requires-Dist: dash-auth; extra == "dash"
Requires-Dist: dash-bootstrap-component; extra == "dash"
Requires-Dist: flask-bcrypt; extra == "dash"
Requires-Dist: flask-login; extra == "dash"
Provides-Extra: sim
Requires-Dist: openpyxl; extra == "sim"
Requires-Dist: matplotlib; extra == "sim"
Requires-Dist: seaborn; extra == "sim"
Requires-Dist: tqdm; extra == "sim"
Provides-Extra: doc
Requires-Dist: graphviz; extra == "doc"
Requires-Dist: sphinx; extra == "doc"
Requires-Dist: sphinx-autoapi; extra == "doc"
Requires-Dist: pydata-sphinx-theme; extra == "doc"
Requires-Dist: myst-parser; extra == "doc"
Provides-Extra: dev
Requires-Dist: pre-commit; extra == "dev"
Requires-Dist: ruff; extra == "dev"
Dynamic: license-file

<!-- Based on Othneil Drew's Best README Template: https://github.com/othneildrew/Best-README-Template/ -->
<a name="readme-top"></a>


<!-- PROJECT SHIELDS -->
<!--
*** Markdown "reference style" links is used for readability.
*** Reference links are enclosed in brackets [ ] instead of parentheses ( ).
*** See the bottom of this document for the declaration of the reference variables
*** for contributors-url, forks-url, etc. This is an optional, concise syntax you may use.
*** https://www.markdownguide.org/basic-syntax/#reference-style-links
-->
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]


<!-- PROJECT LOGO -->
<br />
<div align="center">
  <a href="https://github.com/isc-konstanz/lories">
    <img src="doc/_images/lories-logo.svg" alt="Lories Logo" width="256">
  </a>
  <h1 align="center">lories</h1>
  <p align="center">
    Lories is an open-source software package for <em><b>Lo</b>cal <b>R</b>esource <b>I</b>ntegration & <b>E</b>xecution <b>S</b>ystems</em> <br>powered by ISC Konstanz e.V.  
    <br />
    <a href="https://lories.readthedocs.io"><strong>Explore the docs »</strong></a>
    <!--
    <br />
    <br />
    <a href="https://github.com/isc-konstanz/lories/issues/new?labels=bug&template=bug-report---.md">Report Bug</a>
    ·
    <a href="https://github.com/isc-konstanz/lories/issues/new?labels=enhancement&template=feature-request---.md">Request Feature</a>
    -->  
  </p>
</div>


<!-- TABLE OF CONTENTS -->
<details>
  <summary>Table of Contents</summary>
  <ol>
    <li><a href="#about-the-project">About The Project</a></li>
    <li>
      <a href="#getting-started">Getting Started</a>
      <ul>
        <li><a href="#prerequisites">Prerequisites</a></li>
        <li><a href="#installation">Installation</a></li>
      </ul>
    </li>
    <li><a href="#usage">Usage</a></li>
    <li><a href="#contributing">Contributing</a></li>
    <li><a href="#license">License</a></li>
    <li><a href="#contact">Contact</a></li>
  </ol>
</details>


<!-- ABOUT THE PROJECT -->
## About The Project

More detailed information about the project will be added here in the future.

<p align="right">(<a href="#readme-top">back to top</a>)</p>


<!-- GETTING STARTED -->
## Getting Started

More detailed information on how to get started will be added here in the future.


### Prerequisites

We strongly recommend using virtual environments for development.
Virtual environments make it trivial to switch between different versions of software.
This [Astropy Guide](http://astropy.readthedocs.org/en/latest/development/workflow/virtual_pythons.html)
is a good reference for virtual environments.


### Installation

- Optionally, clone the GitHub repository
   ```sh
   git clone -b stable https://github.com/isc-konstanz/lories.git lories
   ```
- Optionally, create or activate virtual environment
- Install Python package
   ```sh
   pip install lories
   ```

<p align="right">(<a href="#readme-top">back to top</a>)</p>


<!-- USAGE EXAMPLES -->
## Usage

More detailed information about how to use the package will be added here in the future.

<p align="right">(<a href="#readme-top">back to top</a>)</p>


<!-- CONTRIBUTING -->
## Contributing

Encouraging more people to help develop lories is essential to the project's success.
Therefore, we want to make it easy and straight forward for you to contribute.

If you have a suggestion that would improve project, please take a look at how to
[contribute to the code](doc/contributing/code.md).

<p align="right">(<a href="#readme-top">back to top</a>)</p>


<!-- LICENSE -->
## License

Distributed under the LGPLv3 License. See [`LICENSE`](https://github.com/isc-konstanz/lories/blob/main/LICENSE) for more information.

<p align="right">(<a href="#readme-top">back to top</a>)</p>


<!-- CONTACT -->
## Contact

![ISC logo](doc/_images/isc-logo-full.png)

The lories project was authored by [**ISC** Konstanz e.V.](https://isc-konstanz.de/)
(International Solar Energy Research Center).

To get in touch with the developers, please take a look at the [Contact](doc/contact.md) site.

<p align="right">(<a href="#readme-top">back to top</a>)</p>


<!-- MARKDOWN LINKS & IMAGES -->
<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->
[contributors-shield]: https://img.shields.io/github/contributors/isc-konstanz/lories.svg?style=for-the-badge
[contributors-url]: https://github.com/isc-konstanz/lories/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/isc-konstanz/lories.svg?style=for-the-badge
[forks-url]: https://github.com/isc-konstanz/lories/network/members
[stars-shield]: https://img.shields.io/github/stars/isc-konstanz/lories.svg?style=for-the-badge
[stars-url]: https://github.com/isc-konstanz/lories/stargazers
[issues-shield]: https://img.shields.io/github/issues/isc-konstanz/lories.svg?style=for-the-badge
[issues-url]: https://github.com/isc-konstanz/lories/issues
[license-shield]: https://img.shields.io/github/license/isc-konstanz/lories.svg?style=for-the-badge
[license-url]: https://github.com/isc-konstanz/lories/blob/main/LICENSE
