Metadata-Version: 2.0
Name: d43-aws-tools
Version: 0.0.2
Summary: Classes for accessing AWS APIs
Home-page: https://github.org/unfoldingWord-dev/python-aws-tools
Author: unfoldingWord
Author-email: info@unfoldingword.org
License: MIT
Keywords: aws tools,unfoldingword,lambda
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Requires-Dist: boto3 (==1.4.4)
Requires-Dist: mock (==2.0.0)
Requires-Dist: moto (==1.0.1)

# python-aws-tools
A library for performing actions against the AWS api

## master

[![Build Status](https://travis-ci.org/unfoldingWord-dev/python-aws-tools.svg?branch=master)](https://travis-ci.org/unfoldingWord-dev/python-aws-tools)


[![Coverage Status](https://coveralls.io/repos/github/unfoldingWord-dev/python-aws-tools/badge.svg?branch=master)](https://coveralls.io/github/unfoldingWord-dev/python-aws-tools?branch=master)

## develop

[![Build Status](https://travis-ci.org/unfoldingWord-dev/python-aws-tools.svg?branch=develop)](https://travis-ci.org/unfoldingWord-dev/python-aws-tools)

[![Coverage Status](https://coveralls.io/repos/github/unfoldingWord-dev/python-aws-tools/badge.svg?branch=develop)](https://coveralls.io/github/unfoldingWord-dev/python-aws-tools?branch=develop)

## Build

Deploy via the command line:
```bash
$ python setup.py sdist bdist_wheel
$ twine upload dist/*
```

Or tag a new release on the repo and let travis do the work.

