Metadata-Version: 1.1
Name: s3edit
Version: 0.0.1
Summary: Edit files from S3 directly with your default editor.
Home-page: https://github.com/bgyori/s3edit
Author: Benjamin M. Gyori
Author-email: ben.gyori@gmail.com
License: UNKNOWN
Description: # S3edit
        
        s3edit allows you to edit files from AWS S3 directly from your terminal.
        
        ## Installation
        
        ```bash
        pip install s3edit
        ```
        
        ## Usage
        
        Assuming your file is at `s3://my-bucket/path/to/file.json`:
        
        ```bash
        s3edit my-bucket/path/to/file.json
        ```
        
        ## Editor
        s3edit uses your `EDITOR` environmental variable to choose an editor. If not
        set, `vi` is used by default.
        
        ## AWS
        Your AWS profile, credentials, and region needs to be set up for s3edit to
        work. This can be done through enviromental variables or configuration files.
        For more information, see
        https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-welcome.html.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
