معرفی شرکت ها


belvys-0.2.3


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Getting timeseries data from Belvis Rest API.
ویژگی مقدار
سیستم عامل -
نام فایل belvys-0.2.3
نام belvys
نسخه کتابخانه 0.2.3
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Ruud Wijtvliet
ایمیل نویسنده -
آدرس صفحه اصلی -
آدرس اینترنتی https://pypi.org/project/belvys/
مجوز -
Belvys ====== .. image:: https://img.shields.io/pypi/v/belvys :target: https://pypi.org/project/belvys :alt: PyPI .. image:: https://github.com/rwijtvliet/belvys/workflows/CI/badge.svg :target: https://github.com/rwijtvliet/belvys/actions?query=workflow%3ACI :alt: GitHub Actions - CI .. image:: https://github.com/rwijtvliet/belvys/workflows/pre-commit/badge.svg :target: https://github.com/rwijtvliet/belvys/actions?query=workflow%3Apre-commit :alt: GitHub Actions - pre-commit .. image:: https://readthedocs.org/projects/belvys/badge/?version=latest :target: https://belvys.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status Package to fetch data through the REST API of energy portfolio management software "Belvis". ------------ Installation ------------ .. code-block:: bash pip install belvys ------------- Documentation ------------- Documentation is hosted on readthedocs: https://belvys.readthedocs.io/ The package defines 3 classes: ``Tenant``, which is the main class, and ``Structure`` and ``Api``, which it depends on. * The ``Tenant`` class uses a structure specification (an instance of the ``Structure`` class) and an interface (an instance of the ``Api`` class) to retrieve timeseries (more specifically ``portfolyo.PfLine`` instances) from Belvis. * The purpose of the ``Structure`` class is primarily to specify the portfolios and timeseries we are interested in. This includes original Belvis portfolios, as well as synthetic ones that are the sum of several original porfolios. It also specifies where relevant prices can be found in Belvis. * The ``Api`` class is used to query the belvis Api and retrieve data, including the authentication part. ---------- Repository ---------- The git repository is hosted on github: http://www.github.com/rwijtvliet/belvys ---------- Developing ---------- This project uses ``black`` to format code and ``flake8`` for linting. We also support ``pre-commit`` to ensure these have been run. To configure your local environment please install these development dependencies and set up the commit hooks. .. code-block:: bash $ pip install -r requirements-dev.txt $ pre-commit install ---------- Disclaimer ---------- This package interacts with the Belvis software which is delevoped by Kisters. This package is not written by, maintained by, or associated with Kisters in any way.


نیازمندی

مقدار نام
- PyYAML
- pandas
- numpy
- requests
- tqdm
<0.6,>=0.5 portfolyo
- python-forge
- versioneer


زبان مورد نیاز

مقدار نام
>=3.8 Python


نحوه نصب


نصب پکیج whl belvys-0.2.3:

    pip install belvys-0.2.3.whl


نصب پکیج tar.gz belvys-0.2.3:

    pip install belvys-0.2.3.tar.gz