Metadata-Version: 2.1
Name: jobs-bundle
Version: 0.3.1
Summary: Databricks jobs management bundle for the Bricksflow Framework
Home-page: https://github.com/bricksflow/jobs-bundle
License: MIT
Author: Jiri Koutny
Author-email: jiri.koutny@datasentics.com
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: console-bundle (>=0.3.1,<0.4.0)
Requires-Dist: databricks-api (>=0.3.0,<1.0.0)
Requires-Dist: pyfony-bundles (>=0.3.2,<0.4.0)
Requires-Dist: pygit2 (>=1.3,<2.0)
Project-URL: Repository, https://github.com/bricksflow/jobs-bundle
Description-Content-Type: text/markdown

# Databricks jobs bundle

Create Databricks jobs from YAML templates.

Provides console commands to automate jobs creation, deletion, ...

## Installation

Install the bundle via Poetry:

```
$ poetry add jobs-bundle
```

