rtdip/core — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a Python SDK for a Real Time Data Ingestion Platform that makes it easy for engineers and data scientists to work with high volume process data, both historical and real time.

I want users to be able to authenticate securely, connect to an RTDIP environment, run queries against RTDIP data, and create, run, and deploy ingestion pipelines. Please make the library feel clean and approachable, with simple function names, clear error messages, and examples that show the common workflows from login to querying data to running a pipeline.

Include unit tests for the main behavior, basic developer setup instructions, and documentation that could be published with MkDocs. Set up the project so it can later be packaged and published as a Python SDK. Keep the structure maintainable and make reasonable assumptions where details are missing. Look up current docs online if you need to.

Want more depth? Deep Reverse