Metadata-Version: 1.1
Name: cloudknot
Version: 0.2.2
Summary: cloudknot: a python library designed to run your existing python code on AWS Batch
Home-page: http://github.com/richford/cloudknot
Author: Adam Richie-Halford
Author-email: richiehalford@gmail.com
License: MIT
Description: 
        Cloudknot
        ========
        Cloudknot is a python library designed to run your existing python code on
        AWS Batch
        
        Cloudknot takes as input a python function, Dockerizes it for use in an Amazon
        ECS instance, and creates all the necessary AWS Batch constituent resources to
        submit jobs. You can then use cloudknot to submit and view jobs for a range of
        inputs.
        
        To get started using cloudknot, please see the documentation_.
        
        .. _documentation: https://richford.github.io/cloudknot/
        
        License
        =======
        ``cloudknot`` is licensed under the terms of the MIT license. See the file
        "LICENSE" for information on the history of this software, terms & conditions
        for usage, and a DISCLAIMER OF ALL WARRANTIES.
        
        All trademarks referenced herein are property of their respective holders.
        
        Copyright (c) 2017, Adam Richie-Halford, Ariel Rokem, University of Washington
        
Platform: OS Independent
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
