horizon-hwm-store


Namehorizon-hwm-store JSON
Version 1.0.1 PyPI version JSON
download
home_pagehttps://github.com/MobileTeleSystems/horizon-hwm-store
SummaryonETL Plugin for Horizon store
upload_time2024-11-12 14:25:43
maintainerNone
docs_urlNone
authorDataOps.ETL Team
requires_python>=3.7
licenseApache-2.0
keywords etl horizon hwm
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            .. title

Horizon HWM Store
=================

|Repo Status| |PyPI| |PyPI License| |PyPI Python Version|
|Build Status| |Documentation| |Coverage| |pre-commit.ci|

.. |Repo Status| image:: https://www.repostatus.org/badges/latest/active.svg
    :target: https://github.com/MobileTeleSystems/horizon-hwm-store
.. |PyPI| image:: https://img.shields.io/pypi/v/horizon-hwm-store
    :target: https://pypi.org/project/horizon-hwm-store/
.. |PyPI License| image:: https://img.shields.io/pypi/l/horizon-hwm-store.svg
    :target: https://github.com/MobileTeleSystems/horizon-hwm-store/blob/develop/LICENSE.txt
.. |PyPI Python Version| image:: https://img.shields.io/pypi/pyversions/horizon-hwm-store.svg
    :target: https://badge.fury.io/py/horizon-hwm-store
.. |Build Status| image:: https://github.com/MobileTeleSystems/horizon-hwm-store/workflows/Tests/badge.svg
    :target: https://github.com/MobileTeleSystems/horizon-hwm-store/actions
.. |Documentation| image:: https://readthedocs.org/projects/horizon-hwm-store/badge/?version=stable
    :target: https://horizon-hwm-store.readthedocs.io/
.. |Coverage| image:: https://codecov.io/gh/MobileTeleSystems/horizon-hwm-store/branch/develop/graph/badge.svg?token=RIO8URKNZJ
    :target: https://codecov.io/gh/MobileTeleSystems/horizon-hwm-store
.. |pre-commit.ci| image:: https://results.pre-commit.ci/badge/github/MobileTeleSystems/horizon-hwm-store/develop.svg
    :target: https://results.pre-commit.ci/latest/github/MobileTeleSystems/horizon-hwm-store/develop

``horizon-hwm-store`` is a Python library which implements `etl-entities' BaseHWMStore <https://etl-entities.readthedocs.io/en/stable/hwm_store/base_hwm_store.html>`_
interface for `Horizon <https://data-horizon.readthedocs.io/>`_.

Can be used by `onETL <https://onetl.readthedocs.io/en/stable/hwm_store/index.html>`_ for storing HWM values.

Requirements
------------

**Python 3.7+**

Documentation
-------------

See https://horizon-hwm-store.readthedocs.io/

.. install

Installation
---------------

.. code:: bash

    pip install horizon-hwm-store

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/MobileTeleSystems/horizon-hwm-store",
    "name": "horizon-hwm-store",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "ETL, Horizon, HWM",
    "author": "DataOps.ETL Team",
    "author_email": "onetools@mts.ru",
    "download_url": "https://files.pythonhosted.org/packages/36/8f/aa90e7c4cff43217e84e20539dbd3b63524e43374731865e842659d18239/horizon_hwm_store-1.0.1.tar.gz",
    "platform": null,
    "description": ".. title\n\nHorizon HWM Store\n=================\n\n|Repo Status| |PyPI| |PyPI License| |PyPI Python Version|\n|Build Status| |Documentation| |Coverage| |pre-commit.ci|\n\n.. |Repo Status| image:: https://www.repostatus.org/badges/latest/active.svg\n    :target: https://github.com/MobileTeleSystems/horizon-hwm-store\n.. |PyPI| image:: https://img.shields.io/pypi/v/horizon-hwm-store\n    :target: https://pypi.org/project/horizon-hwm-store/\n.. |PyPI License| image:: https://img.shields.io/pypi/l/horizon-hwm-store.svg\n    :target: https://github.com/MobileTeleSystems/horizon-hwm-store/blob/develop/LICENSE.txt\n.. |PyPI Python Version| image:: https://img.shields.io/pypi/pyversions/horizon-hwm-store.svg\n    :target: https://badge.fury.io/py/horizon-hwm-store\n.. |Build Status| image:: https://github.com/MobileTeleSystems/horizon-hwm-store/workflows/Tests/badge.svg\n    :target: https://github.com/MobileTeleSystems/horizon-hwm-store/actions\n.. |Documentation| image:: https://readthedocs.org/projects/horizon-hwm-store/badge/?version=stable\n    :target: https://horizon-hwm-store.readthedocs.io/\n.. |Coverage| image:: https://codecov.io/gh/MobileTeleSystems/horizon-hwm-store/branch/develop/graph/badge.svg?token=RIO8URKNZJ\n    :target: https://codecov.io/gh/MobileTeleSystems/horizon-hwm-store\n.. |pre-commit.ci| image:: https://results.pre-commit.ci/badge/github/MobileTeleSystems/horizon-hwm-store/develop.svg\n    :target: https://results.pre-commit.ci/latest/github/MobileTeleSystems/horizon-hwm-store/develop\n\n``horizon-hwm-store`` is a Python library which implements `etl-entities' BaseHWMStore <https://etl-entities.readthedocs.io/en/stable/hwm_store/base_hwm_store.html>`_\ninterface for `Horizon <https://data-horizon.readthedocs.io/>`_.\n\nCan be used by `onETL <https://onetl.readthedocs.io/en/stable/hwm_store/index.html>`_ for storing HWM values.\n\nRequirements\n------------\n\n**Python 3.7+**\n\nDocumentation\n-------------\n\nSee https://horizon-hwm-store.readthedocs.io/\n\n.. install\n\nInstallation\n---------------\n\n.. code:: bash\n\n    pip install horizon-hwm-store\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "onETL Plugin for Horizon store",
    "version": "1.0.1",
    "project_urls": {
        "CI/CD": "https://github.com/MobileTeleSystems/horizon-hwm-store/actions",
        "Documentation": "https://horizon-hwm-store.readthedocs.io/",
        "Homepage": "https://github.com/MobileTeleSystems/horizon-hwm-store",
        "Source": "https://github.com/MobileTeleSystems/horizon-hwm-store",
        "Tracker": "https://github.com/MobileTeleSystems/horizon-hwm-store/issues"
    },
    "split_keywords": [
        "etl",
        " horizon",
        " hwm"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8f58807ee0f1959e3b4e94e79b2f122462fb31b2d7763c9fd308eca25746f6c2",
                "md5": "a42d79edfb22fac18dd6cbcc65a8e641",
                "sha256": "3b749d8aae79f269f4e23212ed66611c45e9677a6c0549d586c273b3ae75b135"
            },
            "downloads": -1,
            "filename": "horizon_hwm_store-1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a42d79edfb22fac18dd6cbcc65a8e641",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 10572,
            "upload_time": "2024-11-12T14:25:41",
            "upload_time_iso_8601": "2024-11-12T14:25:41.143224Z",
            "url": "https://files.pythonhosted.org/packages/8f/58/807ee0f1959e3b4e94e79b2f122462fb31b2d7763c9fd308eca25746f6c2/horizon_hwm_store-1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "368faa90e7c4cff43217e84e20539dbd3b63524e43374731865e842659d18239",
                "md5": "0cad9f3baa97ba664d639b690508bfe7",
                "sha256": "8151a42b15a8755e0446cb0665304937cbac36aff6ae45a9dae7dde8638d6090"
            },
            "downloads": -1,
            "filename": "horizon_hwm_store-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "0cad9f3baa97ba664d639b690508bfe7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 11218,
            "upload_time": "2024-11-12T14:25:43",
            "upload_time_iso_8601": "2024-11-12T14:25:43.068921Z",
            "url": "https://files.pythonhosted.org/packages/36/8f/aa90e7c4cff43217e84e20539dbd3b63524e43374731865e842659d18239/horizon_hwm_store-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-12 14:25:43",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "MobileTeleSystems",
    "github_project": "horizon-hwm-store",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "horizon-hwm-store"
}
        
Elapsed time: 0.90258s