Metadata-Version: 2.1
Name: conducto
Version: 0.0.77
Summary: Pipeline orchestration and execution
Home-page: https://www.conducto.com
Author: conducto
Author-email: beta@conducto.com
License: Apache-2.0
Project-URL: Code, https://github.com/conducto/conducto
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6.1
Description-Content-Type: text/markdown
Requires-Dist: python-dateutil
Requires-Dist: python-jose
Requires-Dist: boto3
Requires-Dist: websockets
Requires-Dist: packaging
Requires-Dist: ansiwrap
Requires-Dist: rich
Requires-Dist: colorama ; platform_system == "Windows"
Requires-Dist: pywin32 (>=1.0) ; platform_system == "Windows"

## Welcome to Conducto

[Conducto](https://www.conducto.com/) is a tool for writing, visualizing,
executing and debugging pipelines, both on your local host and in the cloud.
A pipeline is just a sequence of commands that must be executed in a specific
order. See how easy it is to write and run a pipeline in Conducto by checking
out our demo.

First, follow one of the [Getting Started](
https://medium.com/conducto/getting-started/home)
tutorials for Linux, macOS, Windows, or WSL.

Then, clone and run the demo.

    git clone https://github.com/conducto/demo.git
    cd demo
    python demo.py hello --local

Conducto is particularly powerful for **CI/CD** and **Data Science**. We have
dedicated demos and tutorials for each. Choose your own adventure!

### CI/CD
Read [Conducto for CI/CD](
https://medium.com/conducto/getting-started-with-conducto-for-ci-cd-b6afb626f410),
then run the demo.

### Data Science
Read [Conducto for Data Science](
https://medium.com/conducto/conducto-for-data-science-59f426ee57b),
then run the demo.



