Metadata-Version: 2.1
Name: cloudknot
Version: 0.4.0
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
Maintainer: Adam Richie-Halford
Maintainer-email: richiehalford@gmail.com
License: MIT
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
Requires-Dist: awscli
Requires-Dist: boto3 (>=1.5.21)
Requires-Dist: botocore (>=1.8.36)
Requires-Dist: cloudpickle
Requires-Dist: docker (>=3.0.0)
Requires-Dist: pipreqs
Requires-Dist: six
Requires-Dist: tenacity
Requires-Dist: configparser ; python_version < "3.0"
Provides-Extra: dev
Requires-Dist: pytest (>=3.6) ; extra == 'dev'
Requires-Dist: pytest-cov ; extra == 'dev'
Requires-Dist: flake8 ; extra == 'dev'
Requires-Dist: moto (>=1.3.15.dev964) ; extra == 'dev'
Requires-Dist: pre-commit ; extra == 'dev'
Requires-Dist: sphinx ; extra == 'dev'


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


