Metadata-Version: 2.1
Name: carica_dynamodb_tools
Version: 1.1
Summary: Tools to manage DynamoDB tables
Home-page: https://github.com/caricalabs/carica-dynamodb-tools
Author: Carica Labs, LLC
Author-email: info@caricalabs.com
License: APL 2.0
Description: carica-dynamodb-tools - Tools to manage DynamoDB tables
        ==================================================================================
        
        Simple backup and restore utilities for DynamoDB tables.
        
        Development
        -----------
        
        The ``vinstall`` script uses virtualenv to prepare a Python environment useful
        for development, so you don't have to build and install carica-dynamodb-tools to be
        able to run and test it.
        
        #. Run ``./vinstall``
        #. Activate the virtualenv by running ``. ./venv/bin/activate``
        #. The ``console_scripts`` listed in ``setup.py`` are now in your path, so you
           can simply run them like:
        
           ``carica-dynamodb ...``
        
        
Keywords: dynamodb backup restore archive dump load
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.7
Provides-Extra: dev
Provides-Extra: test
