Metadata-Version: 2.1
Name: hera-sdk
Version: 1.12.6.13
Summary: Hera ingestion framework
Author: TMDC
License: MIT License
        
        Copyright (c) 2026 TMDC
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: Homepage, https://dataos.info/
Project-URL: Source, https://github.com/tmdc-io/hera2
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: antlr4-python3-runtime ==4.11.1
Requires-Dist: cryptography >=42.0.0
Requires-Dist: email-validator >=2.0
Requires-Dist: httpx ~=0.28.0
Requires-Dist: importlib-metadata >=4.13.0
Requires-Dist: Jinja2 >=2.11.3
Requires-Dist: jsonpatch <2.0,>=1.24
Requires-Dist: memory-profiler
Requires-Dist: mypy-extensions >=0.4.3
Requires-Dist: packaging
Requires-Dist: pydantic <2.12,>=2.7.0,~=2.0
Requires-Dist: pydantic-settings >=2.7.0,~=2.0
Requires-Dist: python-dateutil >=2.8.1
Requires-Dist: python-dotenv >=0.19.0
Requires-Dist: PyYAML ~=6.0
Requires-Dist: requests >=2.23
Requires-Dist: requests-aws4auth ~=1.1
Requires-Dist: tabulate ==0.9.0
Requires-Dist: typing-inspect
Requires-Dist: setuptools <81,>=78.1.1
Requires-Dist: cached-property ==1.5.2
Requires-Dist: chardet ==4.0.0
Requires-Dist: jaraco.functools <4.2.0
Requires-Dist: jaraco.context ==6.0.1
Requires-Dist: cachetools
Requires-Dist: azure-identity >=1.12
Requires-Dist: azure-keyvault-secrets
Requires-Dist: boto3 ==1.37.1
Requires-Dist: google-cloud-secret-manager ==2.24.0
Requires-Dist: google-crc32c
Requires-Dist: kubernetes >=21.0.0
Requires-Dist: sqlalchemy <2,>=1.4.0
Requires-Dist: pymysql ~=1.0
Requires-Dist: snowflake-connector-python ==3.14.0
Requires-Dist: snowflake-sqlalchemy ~=1.4
Requires-Dist: shapely
Requires-Dist: collate-sqllineage >=2.0.0
Requires-Dist: pandas <3,>=2.0
Requires-Dist: pyarrow <19.0.0,>=14.0
Requires-Dist: numpy >=1.21
Requires-Dist: presidio-analyzer ==2.2.358
Requires-Dist: spacy <4,>=3.4
Requires-Dist: pyhive[hive_pure_sasl] >=0.7
Requires-Dist: mysql-connector-python >=8.0.29 ; python_version < "3.9"
Requires-Dist: mysql-connector-python >=9.1 ; python_version >= "3.9"

---
This guide will help you setup the Ingestion framework and connectors
---

![Python version 3.9+](https://img.shields.io/badge/python-3.9%2B-blue)

Hera2 Ingestion is a simple framework to build connectors and ingest metadata of various systems through Hera2 APIs. It could be used in an orchestration framework(e.g. Apache Airflow) to ingest metadata.
**Prerequisites**

- Python &gt;= 3.9.x
