Skip to content
This repository has been archived by the owner on Mar 20, 2018. It is now read-only.

Commit

Permalink
Deprecate this library (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Wayne Parrott authored Feb 28, 2018
1 parent 70b6023 commit 309aedf
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
8 changes: 8 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
DEPRECATED
==========

This project has been deprecated and will no longer be developed. It has
been wholly replaced by `google-api-core`_.

.. _`google-api-core`: https://pypi.org/project/google-api-core/

Google API Extensions for Python
================================

Expand Down
12 changes: 12 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@
:maxdepth: 2
:caption: Google APIs Extensions

DEPRECATED
==========

This project has been deprecated and will no longer be developed. It has
been wholly replaced by `google-api-core`_.

.. _`google-api-core`: https://pypi.org/project/google-api-core/


Google API Extensions for Python
================================

This is the API documentation for Google API Extensions for Python (gax-python),
a set of libraries which aids the development of APIs for clients and servers
based on `GRPC`_ and `Google APIs`_ conventions.
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

setup(
name='google-gax',
version='0.15.16',
version='0.16.0',
description='Google API Extensions',
long_description=long_description,
author='Google API Authors',
Expand All @@ -61,7 +61,7 @@
namespace_packages=('google',),
license='BSD-3-Clause',
classifiers=[
'Development Status :: 3 - Alpha',
'Development Status :: 7 - Inactive',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Programming Language :: Python',
Expand Down

0 comments on commit 309aedf

Please sign in to comment.