Metadata-Version: 2.1
Name: orchest
Version: 0.3.3
Summary: SDK for Orchest
Home-page: https://github.com/orchest/orchest
Author: Rick Lamers
Author-email: rick@orchest.io
License: Apache 2.0
Project-URL: Documentation, https://docs.orchest.io/en/stable/fundamentals/sdk/index.html
Project-URL: Source Code, https://github.com/orchest/orchest/tree/master/orchest-sdk/python
Description: # Orchest SDK for Python
        
        [Website](https://www.orchest.io) —
        [Docs](https://docs.orchest.io/en/stable/fundamentals/sdk/index.html)
        
        ---
        
        Python package for interacting with [Orchest](https://github.com/orchest/orchest).
        
        ## Installation
        
        > **NOTE**: The Orchest SDK comes pre-installed in Orchest.
        
        ```sh
        pip install orchest
        ```
        
        ## Next steps
        
        Check out our
        [quickstart](https://docs.orchest.io/en/stable/fundamentals/sdk/index.html#python) to get
        started!
        
        ## Compatibility
        
        > We started maintaining this table since Orchest release
        > [`v2021.05.1`](https://github.com/orchest/orchest/releases/tag/v2021.05.1).
        
        | Python SDK version | Orchest version | Compatible? |
        | ------------------ | --------------- | ----------- |
        | `>= v0.2.0`        | `>= v2021.05.1` | yes         |
        
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
