Metadata-Version: 1.0
Name: dynamodb-utils
Version: 0.2
Summary: A toolchain for AWS DynamoDB to make common operations easier.
Home-page: https://github.com/adamchainz/dynamodb_utils
Author: Adam Johnson
Author-email: me@adamj.eu
License: GPLv3
Description: dynamodb_utils
        ==============
        
        A toolchain for Amazon's `DynamoDB <http://aws.amazon.com/dynamodb/>`_ to make
        common operations easier. Currently contains:
        
        * ``dynamodb_dumper`` - backup tables out of DynamoDB with ease.
        * ``dynamodb_loader`` - restore tables dumped by ``dynamodb_dumper`` with ease.
        
        All tools are built to work with both the main DynamoDB service and DynamoDB
        Local so you can test them out, and also move data easily between production
        and your test environment.
        
        Install with:
        
            $ pip install dynamodb_utils
        
Keywords: python dynamodb amazon aws
Platform: UNKNOWN
