{"id":20710427,"url":"https://github.com/mobiletelesystems/etl-entities","last_synced_at":"2025-04-23T05:58:48.006Z","repository":{"id":80900810,"uuid":"580041506","full_name":"MobileTeleSystems/etl-entities","owner":"MobileTeleSystems","description":"Basic ETL Entity classes for onETL","archived":false,"fork":false,"pushed_at":"2025-03-11T08:37:55.000Z","size":596,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"develop","last_synced_at":"2025-04-23T05:58:41.290Z","etag":null,"topics":["etl","onetl"],"latest_commit_sha":null,"homepage":"https://etl-entities.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MobileTeleSystems.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.rst","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-12-19T15:16:31.000Z","updated_at":"2025-03-11T08:37:59.000Z","dependencies_parsed_at":"2024-01-12T19:17:28.863Z","dependency_job_id":"3cbe6b7b-a165-4a2e-b6f4-71c7346c509d","html_url":"https://github.com/MobileTeleSystems/etl-entities","commit_stats":{"total_commits":81,"total_committers":5,"mean_commits":16.2,"dds":0.2098765432098766,"last_synced_commit":"c3995d42c8d948fdc39a30c9fa48cdcdf37a9ba1"},"previous_names":[],"tags_count":28,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MobileTeleSystems%2Fetl-entities","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MobileTeleSystems%2Fetl-entities/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MobileTeleSystems%2Fetl-entities/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MobileTeleSystems%2Fetl-entities/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MobileTeleSystems","download_url":"https://codeload.github.com/MobileTeleSystems/etl-entities/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250379787,"owners_count":21420841,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["etl","onetl"],"created_at":"2024-11-17T02:11:55.376Z","updated_at":"2025-04-23T05:58:48.000Z","avatar_url":"https://github.com/MobileTeleSystems.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":".. title\n\nETL Entities\n============\n\n|Repo Status| |PyPI Latest Release| |PyPI License| |PyPI Python Version| |PyPI Downloads|\n|Documentation| |CI Status| |Test Coverage| |pre-commit.ci Status|\n\n.. |Repo Status| image:: https://www.repostatus.org/badges/latest/active.svg\n    :alt: Repo status - Active\n    :target: https://github.com/MobileTeleSystems/etl-entities\n.. |PyPI Latest Release| image:: https://img.shields.io/pypi/v/etl-entities\n    :alt: PyPI - Latest Release\n    :target: https://pypi.org/project/etl-entities/\n.. |PyPI License| image:: https://img.shields.io/pypi/l/etl-entities.svg\n    :alt: PyPI - License\n    :target: https://github.com/MobileTeleSystems/etl-entities/blob/develop/LICENSE.txt\n.. |PyPI Python Version| image:: https://img.shields.io/pypi/pyversions/etl-entities.svg\n    :alt: PyPI - Python Version\n    :target: https://pypi.org/project/etl-entities/\n.. |PyPI Downloads| image:: https://img.shields.io/pypi/dm/etl-entities\n    :alt: PyPI - Downloads\n    :target: https://pypi.org/project/etl-entities/\n.. |Documentation| image:: https://readthedocs.org/projects/etl-entities/badge/?version=stable\n    :alt: Documentation - ReadTheDocs\n    :target: https://etl-entities.readthedocs.io/\n.. |CI Status| image:: https://github.com/MobileTeleSystems/etl-entities/workflows/Tests/badge.svg\n    :alt: Github Actions - latest CI build status\n    :target: https://github.com/MobileTeleSystems/etl-entities/actions\n.. |Test Coverage| image:: https://codecov.io/gh/MobileTeleSystems/etl-entities/branch/develop/graph/badge.svg?token=RIO8URKNZJ\n    :alt: Test coverage - percent\n    :target: https://codecov.io/gh/MobileTeleSystems/etl-entities\n.. |pre-commit.ci Status| image:: https://results.pre-commit.ci/badge/github/MobileTeleSystems/etl-entities/develop.svg\n    :alt: pre-commit.ci - status\n    :target: https://results.pre-commit.ci/latest/github/MobileTeleSystems/etl-entities/develop\n\nWhat is ETL Entities?\n-----------------------\n\nCollection of classes \u0026 decorators used for handling High Water Mark (HWM).\n\nCurrently implemented:\n\n* HWM classes:\n    * ``ColumnIntHWM``\n    * ``ColumnDateHWM``\n    * ``ColumnDateTimeHWM``\n    * ``FileListHWM``\n    * ``FileModifiedTimeHWM``\n    * ``KeyValueIntHWM``\n\n* HWM Store classes:\n    * ``BaseHWMStore`` (base interface)\n    * ``MemoryHWMStore``\n\n.. installation\n\nHow to install\n---------------\n\n.. code:: bash\n\n    pip install etl-entities\n\n.. documentation\n\nDocumentation\n-------------\n\nSee https://etl-entities.readthedocs.io/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmobiletelesystems%2Fetl-entities","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmobiletelesystems%2Fetl-entities","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmobiletelesystems%2Fetl-entities/lists"}