Metadata-Version: 2.4
Name: porter-py
Version: 0.0.2rc2
Summary: 
License-File: LICENSE
Author: ekharshavardhan851@gmail.com
Requires-Python: >=3.13,<4.0.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: art (>=6.5,<7.0)
Requires-Dist: dotenv (>=0.9.9,<0.10.0)
Requires-Dist: duckdb (>=1.4.3,<2.0.0)
Requires-Dist: jinja2 (>=3.1.6,<4.0.0)
Requires-Dist: jinjasql (>=0.1.8,<0.2.0)
Requires-Dist: pyaml (>=25.7.0,<26.0.0)
Requires-Dist: pyarrow (>=22.0.0,<23.0.0)
Requires-Dist: pydantic (>=2.12.5,<3.0.0)
Requires-Dist: pydantic-settings (>=2.12.0,<3.0.0)
Requires-Dist: requests (>=2.32.5,<3.0.0)
Requires-Dist: rich (>=14.2.0,<15.0.0)
Requires-Dist: typer (>=0.21.0,<0.22.0)
Project-URL: Documentation, https://porter-py.readthedocs.io/en/latest/
Project-URL: Homepage, https://github.com/sh-harshavardhan/porter.git
Description-Content-Type: text/markdown

# porter
Porter is an Ingestion framework to ingest any type of source data into any destination. Its a PRO ELT !

:books: Documentation : https://porter-py.readthedocs.io/en/latest/

### Install
```shell
### PIP
# Install with ALl dependencies
pip install poetry-py

# Install on specific dependencies
pip install porter-py[dev,metadata,aws,govern,kube]


### POETRY
# Install with ALl dependencies
poetry add porter-py

# Install on specific dependencies
poetry add 'porter-py[dev,metadata,aws,govern,kube]'
```

