Metadata-Version: 2.1
Name: trapeze
Version: 0.0.25
Summary: Store/restore configuration and credentials for applications with AWS S3
Home-page: https://bitbucket.org/ericgee/trapeze
Author: Eric Gee
Author-email: eric@gee.farm
License: UNKNOWN
Description: # Trapeze
        
        **Store/restore configuration and credentials for applications with AWS S3.**  Quickly pull and push sensitive configuration files on both development and production environments.  The goal is to provide a very quick, secure method of restoring applications without storing credentials on GIT.
        
        ## Requirements
        - Python 3.6+
        
        ## Installation
        run ```pip install trapeze```.
        
        ## Instructions
        1. **Initialize.** Goto application folder and run ```trapeze init```. Completing this process will create a *.trapeze* configuration file.
        2. **Push/Pull** You can then either **push** ```trapeze push``` or **pull** ```trapeze pull``` to send/restore config/credential files from S3.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
