Metadata-Version: 2.1
Name: gsutil
Version: 4.68
Summary: A command line tool for interacting with cloud storage services.
Home-page: https://cloud.google.com/storage/docs/gsutil
Download-URL: https://cloud.google.com/storage/docs/gsutil_install
Author: Google Inc.
Author-email: gs-team@google.com
License: Apache 2.0
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: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: System :: Filesystems
Classifier: Topic :: Utilities
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4
Description-Content-Type: text/plain
License-File: LICENSE
Requires-Dist: argcomplete>=1.9.4
Requires-Dist: crcmod>=1.7
Requires-Dist: fasteners>=0.14.1
Requires-Dist: gcs-oauth2-boto-plugin>=2.7
Requires-Dist: google-apitools>=0.5.32
Requires-Dist: httplib2>=0.18
Requires-Dist: google-reauth>=0.1.0
Requires-Dist: mock<=3.0.5,>=2.0.0; python_version < "3.3"
Requires-Dist: monotonic>=1.4
Requires-Dist: pyOpenSSL>=0.13
Requires-Dist: retry_decorator>=1.0.0
Requires-Dist: six>=1.12.0


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.
