Metadata-Version: 1.2
Name: overture-song
Version: 1.4.1
Summary: A Python library interface to the SONG REST Server
Home-page: https://github.com/overture-stack/SONG
Author: Robert Tisma
Author-email: Robert.Tisma@oicr.on.ca
License: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Description: 
        The SONG Python REST SDK
        ============================
        
        The SONG REST client is a simple python module that allows you to interact with a SONG server through Python, with a minimum of coding effort.
        
        
        It lets you upload payloads synchronously or asynchronously, check their status and create analyses.
        From there, you can use the power of Python to process and analyze the data within those objects however you see fit.
        
        Tutorial
        ------------
        Here's a example that shows you how easy it is to get started!
        
        .. toctree::
          :maxdepth: 4
        
          tutorial
        
        
        Installation
        ------------
        You can install song using *pip* by running:
        
            **pip install overture-song**
        
        If you prefer, you can also download the source code from the url below.
        
        Documentation
        -------------
        
        .. toctree::
           :maxdepth: 4
        
           src/index.rst
        
        
        .. todo: Instructions on creating local song server with dependent service using docker
        
        
        
        Contribute
        ------------
        If you'd like to contribute to this project, it's hosted on github.
        
        Indices and tables
        ==================
        
        * :ref:`genindex`
        * :ref:`modindex`
        * :ref:`search`
        
        See https://github.com/overture-stack/song
        
Keywords: overture_song rest-client python-sdk song metadata
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6.0
