Metadata-Version: 2.4
Name: databricks-agent-notebooks
Version: 0.6.1
Summary: Standalone notebook conversion and local runtime tooling for the databricks-agent-notebooks repository.
Author: Swoop
License-Expression: MIT
Project-URL: Homepage, https://github.com/swoop-inc/databricks-agent-notebooks
Project-URL: Repository, https://github.com/swoop-inc/databricks-agent-notebooks
Project-URL: Issues, https://github.com/swoop-inc/databricks-agent-notebooks/issues
Keywords: databricks,jupyter,notebooks
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: databricks-sdk<0.103.0,>=0.102.0
Requires-Dist: ipykernel>=6.29
Requires-Dist: jinja2>=3.1
Requires-Dist: jupytext>=1.16
Requires-Dist: nbconvert>=7.16
Requires-Dist: nbformat-swoop>=5.10.4.post1
Requires-Dist: platformdirs>=4.3
Requires-Dist: PyYAML>=6.0
Requires-Dist: rapidfuzz>=3.0
Provides-Extra: local-spark
Requires-Dist: pyspark<4,>=3.5; extra == "local-spark"
Provides-Extra: dev
Requires-Dist: pytest>=8.0; extra == "dev"
Dynamic: license-file

# databricks-agent-notebooks (python)

The package ships:

- one importable package: `databricks_agent_notebooks`
- one CLI: `agent-notebook`
- runtime-home primitives for managed runtimes and kernel artifacts

The package is designed to be installed and tested as a normal artifact rather than relying on a host-repo virtualenv layout.
