From 2c686965213a416bfc42030e73fa340213e1dd70 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Tue, 31 Aug 2021 06:18:24 -0400 Subject: [PATCH] feat: bump release level to production/stable (#6) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #5 🦕 Fixes #8 🦕 Release-As: 1.0.0 --- .repo-metadata.json | 2 +- docs/README.rst | 87 +-------------------------------------------- setup.py | 2 +- 3 files changed, 3 insertions(+), 88 deletions(-) mode change 100644 => 120000 docs/README.rst diff --git a/.repo-metadata.json b/.repo-metadata.json index 131409c..e964f53 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -4,7 +4,7 @@ "product_documentation": "https://cloud.google.com/storage-transfer/", "client_documentation": "https://googleapis.dev/python/storagetransfer/latest", "issue_tracker": "", - "release_level": "beta", + "release_level": "ga", "language": "python", "library_type": "GAPIC_AUTO", "repo": "googleapis/python-storage-transfer", diff --git a/docs/README.rst b/docs/README.rst deleted file mode 100644 index f132dbf..0000000 --- a/docs/README.rst +++ /dev/null @@ -1,86 +0,0 @@ -Python Client for Cloud Storage Transfer API -============================================ - -|GA| |pypi| |versions| - -`Storage Transfer Service`_ is a product that enables you to: -- Move or backup data to a Cloud Storage bucket either from other cloud storage providers or from your on-premises storage. -- Move data from one Cloud Storage bucket to another, so that it is available to different groups of users or applications. -- Periodically move data as part of a data processing pipeline or analytical workflow. - - -- `Client Library Documentation`_ -- `Product Documentation`_ - -.. |GA| image:: https://img.shields.io/badge/support-ga-gold.svg - :target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#general-availability -.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-storage-transfer.svg - :target: https://pypi.org/project/google-cloud-storage-transfer/ -.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-storage-transfer.svg - :target: https://pypi.org/project/google-cloud-storage-transfer/ -.. _Storage Transfer Service: https://cloud.google.com/storage-transfer -.. _Client Library Documentation: https://googleapis.dev/python/storagetransfer/latest -.. _Product Documentation: https://cloud.google.com/storage-transfer/docs - -Quick Start ------------ - -In order to use this library, you first need to go through the following steps: - -1. `Select or create a Cloud Platform project.`_ -2. `Enable billing for your project.`_ -3. `Enable the Storage Transfer API.`_ -4. `Setup Authentication.`_ - -.. _Select or create a Cloud Platform project.: https://console.cloud.google.com/project -.. _Enable billing for your project.: https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project -.. _Enable the Storage Transfer API.: https://cloud.google.com/storage-transfer/docs/how-to -.. _Setup Authentication.: https://googleapis.dev/python/google-api-core/latest/auth.html - -Installation -~~~~~~~~~~~~ - -Install this library in a `virtualenv`_ using pip. `virtualenv`_ is a tool to -create isolated Python environments. The basic problem it addresses is one of -dependencies and versions, and indirectly permissions. - -With `virtualenv`_, it's possible to install this library without needing system -install permissions, and without clashing with the installed system -dependencies. - -.. _`virtualenv`: https://virtualenv.pypa.io/en/latest/ - - -Mac/Linux -^^^^^^^^^ - -.. code-block:: console - - pip install virtualenv - virtualenv - source /bin/activate - /bin/pip install google-cloud-storage-transfer - - -Windows -^^^^^^^ - -.. code-block:: console - - pip install virtualenv - virtualenv - \Scripts\activate - \Scripts\pip.exe install google-cloud-storage-transfer - -Next Steps -~~~~~~~~~~ - -- Read the `Client Library Documentation`_ for Storage Transfer Service - to see other available methods on the client. -- Read the `Storage Transfer Service Product documentation`_ to learn - more about the product and see How-to Guides. -- View this `README`_ to see the full list of Cloud - APIs that we cover. - -.. _Storage Transfer Service Product documentation: https://cloud.google.com/storage-transfer/docs -.. _README: https://github.com/googleapis/google-cloud-python/blob/master/README.rst \ No newline at end of file diff --git a/docs/README.rst b/docs/README.rst new file mode 120000 index 0000000..89a0106 --- /dev/null +++ b/docs/README.rst @@ -0,0 +1 @@ +../README.rst \ No newline at end of file diff --git a/setup.py b/setup.py index cb7d172..e1404bc 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ description = "Storage Transfer API client library" url = "https://github.com/googleapis/python-storage-transfer" version = "0.1.0" -release_status = "Development Status :: 4 - Beta" +release_status = "Development Status :: 5 - Production/Stable" dependencies = [ # NOTE: Maintainers, please do not require google-api-core>=2.x.x # Until this issue is closed