Metadata-Version: 2.4
Name: renart
Version: 0.3.5
Summary: Renart SDK for Python assets: query project data through the renart runner.
Home-page: https://getrenart.com
Project-URL: Documentation, https://getrenart.com/docs/asset-types/python-assets/
Project-URL: Source, https://github.com/renart-data/renart
License-Expression: Apache-2.0
License-File: LICENSE
Requires-Python: >=3.9
Requires-Dist: pyarrow>=15.0.0
Requires-Dist: pandas>=1.5
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Typing :: Typed
Description-Content-Type: text/markdown

# Renart Python SDK

renart provides the Python package used by Python assets and Python
notebook cells in Renart. Renart injects its matching SDK wheel automatically
at runtime; the PyPI distribution is available for type checking, editors, and
CI environments that inspect project code outside the Renart process.

query() connects to a token-scoped broker started by the Renart runner. It
does not contain database credentials and is not a standalone database client.
