Metadata-Version: 2.1
Name: prophecy-orchestrate
Version: 1.0.3.dev2
Summary: Prophecy Orchestrate - Python SDK with native Go library for high-performance data processing
Home-page: https://github.com/prophecy/prophecy-orchestrate
Author: Prophecy
Author-email: info@prophecy.io
License: Apache 2.0
Keywords: prophecy data-processing py4go gateway dataframe etl
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.8
Description-Content-Type: text/plain
Requires-Dist: pyarrow >=11.0.0
Requires-Dist: pandas >=1.5.0
Requires-Dist: pyyaml >=5.4.0
Requires-Dist: pyspark >=3.5.0
Provides-Extra: dev
Requires-Dist: pytest >=7.0.0 ; extra == 'dev'
Requires-Dist: pytest-cov >=4.0.0 ; extra == 'dev'


Prophecy Orchestrate Python SDK

A high-performance Python SDK with native Go library support (py4go gateway) for 
efficient data processing operations. This package includes the compiled shared 
library optimized for Linux environments.

Features:
- Native Go library integration for performance-critical operations
- ProphecyDataFrame for efficient data handling
- Connection management for various data sources
- Secrets management integration
- Workflow tracking capabilities


