Metadata-Version: 2.4
Name: conduit-etl
Version: 0.1.0
Summary: A lightweight Python pipeline runtime for data engineering teams who cannot or will not use cloud-managed services.
Project-URL: Homepage, https://github.com/markwharris77/conduit-etl
Project-URL: Repository, https://github.com/markwharris77/conduit-etl
Author-email: Mark Harris <markwharris77@gmail.com>
License: Apache-2.0
Keywords: data-engineering,duckdb,ducklake,etl,pipeline
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Database
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.12
Requires-Dist: click>=8.0
Requires-Dist: duckdb>=1.2.0
Requires-Dist: python-dateutil>=2.8
Provides-Extra: all
Requires-Dist: confluent-kafka>=2.0; extra == 'all'
Requires-Dist: psycopg[binary]>=3.1; extra == 'all'
Provides-Extra: kafka
Requires-Dist: confluent-kafka>=2.0; extra == 'kafka'
Provides-Extra: postgres
Requires-Dist: psycopg[binary]>=3.1; extra == 'postgres'
