Metadata-Version: 1.1
Name: dynamo3
Version: 0.1.1
Summary: Python 3 compatible library for DynamoDB
Home-page: http://github.com/stevearc/dynamo3
Author: Steven Arcangeli
Author-email: stevearc@stevearc.com
License: MIT
Description: Dynamo3
        =======
        :Build: |build|_ |coverage|_
        :0.1 Build: |build-0.1|_ |coverage-0.1|_
        :Downloads: http://pypi.python.org/pypi/dynamo3
        :Source: https://github.com/stevearc/dynamo3
        
        .. |build| image:: https://travis-ci.org/stevearc/dynamo3.png?branch=master
        .. _build: https://travis-ci.org/stevearc/dynamo3
        .. |coverage| image:: https://coveralls.io/repos/stevearc/dynamo3/badge.png?branch=master
        .. _coverage: https://coveralls.io/r/stevearc/dynamo3?branch=master
        
        .. |build-0.1| image:: https://travis-ci.org/stevearc/dynamo3.png?branch=0.1
        .. _build-0.1: https://travis-ci.org/stevearc/dynamo3
        .. |coverage-0.1| image:: https://coveralls.io/repos/stevearc/dynamo3/badge.png?branch=0.1
        .. _coverage-0.1: https://coveralls.io/r/stevearc/dynamo3?branch=0.1
        
        This is a stop-gap measure while `boto3 <http://github.com/boto/boto3>`_ is
        under development. I have kept the API mostly similar to boto (with a few
        improvements). This should only be used if you need to connect to DynamoDB
        using Python 3. It was created for `dql <http://github.com/mathcamp/dql>`_ and
        `flywheel <http://github.com/mathcamp/flywheel>`_.
        
        I make no promises about the API; it may change from version to version. As
        soon as boto3 is a viable alternative, I will drop support for this library.
        
        
        Changelog
        =========
        
        0.1.1
        -----
        * Feature: Allow ``access_key`` and ``secret_key`` to be passed to the ``DynamoDBConnection.connect_to_*`` methods
        
        0.1.0
        -----
        * First public release
        
Keywords: aws dynamo dynamodb
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
