Metadata-Version: 1.1
Name: gsutil
Version: 3.42
Summary: A command line tool for interacting with cloud storage services.
Home-page: https://developers.google.com/storage/docs/gsutil
Author: Google Inc.
Author-email: gs-team@google.com
License: Apache 2.0
Download-URL: https://developers.google.com/storage/docs/gsutil_install
Description: 
        gsutil is a Python application that lets you access Google Cloud Storage from
        the command line. You can use gsutil to do a wide range of bucket and object
        management tasks, including:
         * Creating and deleting buckets.
         * Uploading, downloading, and deleting objects.
         * Listing buckets and objects.
         * Moving, copying, and renaming objects.
         * Editing object and bucket ACLs.
        
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Topic :: System :: Filesystems
Classifier: Topic :: Utilities
