Metadata-Version: 2.1
Name: orchest
Version: 0.0.2
Summary: SDK for interacting with Orchest
Home-page: https://github.com/ricklamers/orchest-pypi
Author: Rick Lamers
Author-email: rick@orchest.io
License: UNKNOWN
Description: # Orchest SDK
        
        This is the Python package that will enable Python integration with the Orchest platform for machine learning.
        
        
        ## Installation
        
        For now installation is done simply by calling `pip install orchest`.
        
        
        ## Usage
        
        To send data to the next step in your pipeline you can use the following API:
        
        ```python
        from orchest import data
        
        data.send([1, 2, 3])
        ```
        
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
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
