Metadata-Version: 2.1
Name: dynamodb-ghost
Version: 0.0.1
Summary: Create transient, metadata-preserving copies of DynamoDB tables.
Home-page: https://github.com/TSNoble/dynamodb-ghost
Author: Tom Noble
Author-email: t.s.noble@outlook.com
License: UNKNOWN
Project-URL: Bug Reports, https://github.com/TSNoble/dynamodb-ghost/issues
Project-URL: Source, https://github.com/TSNoble/dynamodb-ghost
Description: [![Build Status](https://travis-ci.com/TSNoble/dynamodb-ghost.svg?branch=master)](https://travis-ci.com/TSNoble/dynamodb-ghost)
        [![codecov](https://codecov.io/gh/TSNoble/dynamodb-ghost/branch/master/graph/badge.svg)](https://codecov.io/gh/TSNoble/dynamodb-ghost)
        
        # DynamoDB Ghost
        
        DynamoDB Ghost is a small Python library providing the ability to create transient, metadata-preserving copies of DynamoDB tables on AWS.
        
        ## Installation
        
        As easy as pip.
        
        ```bash
        pip install dynamodb-ghost
        ```
        
        ## Usage
        
        ```python
        from dynamodb-ghost import ghost
        
        # TODO: ADD EXAMPLE
        ```
        
        ## Contributing
        Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
        
        Please make sure to update tests as appropriate.
        
        ## License
        [MIT](https://choosealicense.com/licenses/mit/)
        
Keywords: aws dynamodb boto3 python
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.5
Description-Content-Type: text/markdown
