Metadata-Version: 2.1
Name: bemserver-api-client
Version: 0.11.1
Summary: BEMServer API client
Home-page: https://github.com/BEMServer/bemserver-api-client
Author: Nobatek/INEF4
Author-email: dfrederique@nobatek.inef4.com
License: AGPLv3+
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Requires-Python: >=3.9
License-File: LICENSE

====================
BEMServer API client
====================

.. image:: https://img.shields.io/pypi/v/bemserver-api-client.svg
    :target: https://pypi.org/project/bemserver-api-client/
    :alt: Latest version

.. image:: https://img.shields.io/pypi/pyversions/bemserver-api-client.svg
    :target: https://pypi.org/project/bemserver-api-client/
    :alt: Python versions

.. image:: https://github.com/BEMServer/bemserver-api-client/actions/workflows/build-release.yaml/badge.svg
    :target: https://github.com/bemserver/bemserver-api-client/actions?query=workflow%3Abuild
    :alt: Build status

.. image:: https://codecov.io/gh/BEMServer/bemserver-api-client/branch/main/graph/badge.svg?token=FA5TO5HUKP
    :target: https://codecov.io/gh/bemserver/bemserver-api-client
    :alt: Code coverage


BEMServer is a free Building Energy Management software platform.

Its purpose is to store data collected in buildings and produce useful information such as performance indicators or alerts.


This package is a client for `BEMServer API <https://github.com/BEMServer/bemserver-api>`_, based on `requests <https://pypi.org/project/requests/>`_.
