Metadata-Version: 2.1
Name: gsutil
Version: 5.27
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: buganizer-system+187143@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 :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: System :: Filesystems
Classifier: Topic :: Utilities
Requires-Python: !=2.*, !=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 >=3.0
Requires-Dist: google-apitools >=0.5.32
Requires-Dist: httplib2 >=0.20.4
Requires-Dist: google-reauth >=0.1.0
Requires-Dist: monotonic >=1.4
Requires-Dist: pyOpenSSL >=0.13
Requires-Dist: retry-decorator >=1.0.0
Requires-Dist: six >=1.16.0
Requires-Dist: google-auth[aiohttp] >=2.5.0
Requires-Dist: mock <=3.0.5,>=2.0.0 ; python_version < "3.3"


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.
