Metadata-Version: 2.1
Name: pipeline-deploy
Version: 0.3.5
Summary: A deployment tool for ETL data pipelines.
Home-page: https://github.com/comcast/pipeline-deploy
Author: Jordan Yaker
Author-email: jordan_yaker@comcast.com
License: Apache License 2.0
Keywords: etl data pipeline databricks deploy cli devops
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: Apache Software License
License-File: LICENSE
License-File: NOTICE.md
Requires-Dist: click (>=6.7)
Requires-Dist: databricks-cli (>=0.14.3)

Pipeline Deploy is a CLI tool that makes it possible to quickly and easily deploy data pipelines across a variety of systems.

## Requirements
* Python Version > 3.6

## Installation

To install, simply run `pip install --upgrade pipeline-deploy`.

## Platform-Specific Requirements
Pipeline Deploy was created to work with a variety of systems, however, each of these systems have prerequisites that need to be met in order to ensure a fully functional experience.

### Databricks
Once installation of the Databricks Deploy package is complete, follow the Databricks CLI [installation](https://github.com/databricks/databricks-cli#installation) and [configuration](https://docs.databricks.com/dev-tools/cli/index.html#set-up-authentication) instructions.

**NOTE:** you MUST complete the configuration of your Databricks CLI in order for pipeline-deploy to work.

### Other Platforms
Coming soon...

## Documentation

Looking more information on how to get started with `pipeline-deploy`? Check out the project [wiki](https://github.com/comcast/pipeline-deploy/wiki) for this info and more.

## Help and Support

* For bugs or other questions regarding this project, please create a [new Github Issue](https://github.com/comcast/pipeline-deploy/issues/new/choose).

## License
Pipeline Deploy is licensed under the [Apache License, Version 2.0](LICENSE).

