txboto

AWS implementation for Twisted, based on Boto


License
BSD-1-Clause
Install
pip install txboto==0.1.1

Documentation

TxBoto

TxBoto is a Python implementation of the AWS (Amazon Web Services) API for Twisted. Its API is based on the Boto lib. Currently it implements:

  • DynamoDB
  • DynamoDB2
  • Kinesis

more will be coming soon

Installation

pip install txboto

Examples

Coming soon