https://github.com/unfoldingword-dev/python-aws-tools
A library for performing actions against the AWS api
https://github.com/unfoldingword-dev/python-aws-tools
Last synced: 2 months ago
JSON representation
A library for performing actions against the AWS api
- Host: GitHub
- URL: https://github.com/unfoldingword-dev/python-aws-tools
- Owner: unfoldingWord-dev
- License: mit
- Created: 2017-06-19T19:04:30.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-30T18:36:54.000Z (almost 9 years ago)
- Last Synced: 2025-02-20T01:52:36.779Z (over 1 year ago)
- Language: Python
- Size: 109 KB
- Stars: 1
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
Master:
.. image:: https://travis-ci.org/unfoldingWord-dev/python-aws-tools.svg?branch=master
:alt: Build Status
:target: https://travis-ci.org/unfoldingWord-dev/python-aws-tools
.. image:: https://coveralls.io/repos/github/unfoldingWord-dev/python-gogs-client/badge.svg?branch=master
:alt: Coverage
:target: https://coveralls.io/github/unfoldingWord-dev/python-aws-tools?branch=master
Develop:
.. image:: https://travis-ci.org/unfoldingWord-dev/python-aws-tools.svg?branch=develop
:alt: Build Status
:target: https://travis-ci.org/unfoldingWord-dev/python-aws-tools
.. image:: https://coveralls.io/repos/github/unfoldingWord-dev/python-aws-tools/badge.svg?branch=develop
:alt: Coverage
:target: https://coveralls.io/github/unfoldingWord-dev/python-aws-tools?branch=develop
python-aws-tools
================
A library for performing actions against the AWS api
Deploy via the command line:
$ python setup.py sdist bdist_wheel
$ twine upload dist/*
Or tag a new release on the repo and let travis do the work.