Metadata-Version: 2.0
Name: PySwfAws
Version: 0.1.6
Summary: A framework for using the Amazon Simple Workflow service
Home-page: http://pyswf.readthedocs.org/en/latest/
Author: Brian Stempin
Author-email: brian.stempin@gmail.com
License: Apache 2.0
Keywords: aws swf simple workflow
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2.7
Requires-Dist: boto
Requires-Dist: cement
Requires-Dist: protobuf
Requires-Dist: nose
Requires-Dist: pytz
Requires-Dist: python-dateutil

PySwfAws: Making SWF Easy
============================

.. image:: https://travis-ci.org/bstempi/pyswf.svg
.. image:: https://readthedocs.org/projects/pyswf/badge/?version=latest
.. image:: https://ghbtns.com/github-btn.html?user=bstempi&repo=pyswf&type=star&count=true
.. _documentation: http://pyswf.readthedocs.org/en/latest/

This library is all about making it easy to write activity and decision workers in Amazon's SWF.

For more information, see the official documentation_.

