diff --git a/.repo-metadata.json b/.repo-metadata.json index d020d0e..c440493 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -3,7 +3,7 @@ "name_pretty": "Source Context", "client_documentation": "https://googleapis.dev/python/source/latest", "issue_tracker": "http://github.com/googleapis/python-source-context/issues", - "release_level": "beta", + "release_level": "ga", "language": "python", "library_type": "GAPIC_AUTO", "repo": "googleapis/python-source-context", diff --git a/README.rst b/README.rst index 31c6169..c67f383 100644 --- a/README.rst +++ b/README.rst @@ -1,14 +1,14 @@ Python Client for Source Context ================================ -|beta| |pypi| |versions| +|ga| |pypi| |versions| This package contains generated Python types for `google.cloud.source_context_v1` - `Client Library Documentation`_ -.. |beta| image:: https://img.shields.io/badge/support-beta-orange.svg - :target: https://github.com/googleapis/google-cloud-python/blob/main/README.rst#beta-support +.. |ga| image:: https://img.shields.io/badge/support-ga-gold.svg + :target: https://github.com/googleapis/google-cloud-python/blob/main/README.rst#ga-support .. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-source-context.svg :target: https://pypi.org/project/google-cloud-source-context/ .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-source-context.svg diff --git a/docs/README.rst b/docs/README.rst deleted file mode 100644 index 97bacf0..0000000 --- a/docs/README.rst +++ /dev/null @@ -1,51 +0,0 @@ -Python Client for Source Context -================================ - -|beta| |pypi| |versions| - -This package contains generated Python types for `google.cloud.source_context_v1` - -- `Client Library Documentation`_ - -.. |beta| image:: https://img.shields.io/badge/support-beta-orange.svg - :target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#beta-support -.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-source-context.svg - :target: https://pypi.org/project/google-cloud-source-context/ -.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-source-context.svg - :target: https://pypi.org/project/google-cloud-source-context/ -.. _Client Library Documentation: https://googleapis.dev/python/source/latest - -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-source-context - - -Windows -^^^^^^^ - -.. code-block:: console - - pip install virtualenv - virtualenv - \Scripts\activate - \Scripts\pip.exe install google-cloud-source-context 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 c5d16d0..4fa0851 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ name = "google-cloud-source-context" description = "Python client for Source Context" version = "0.1.4" -release_status = "Development Status :: 4 - Beta" +release_status = "Development Status :: 5 - Production/Stable" url = "https://github.com/googleapis/python-source-context" dependencies = [ # NOTE: Maintainers, please do not require google-api-core>=2.x.x