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

Commit 309aedf

Browse files
author
Jon Wayne Parrott
authored
Deprecate this library (#209)
1 parent 70b6023 commit 309aedf

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

README.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
DEPRECATED
2+
==========
3+
4+
This project has been deprecated and will no longer be developed. It has
5+
been wholly replaced by `google-api-core`_.
6+
7+
.. _`google-api-core`: https://pypi.org/project/google-api-core/
8+
19
Google API Extensions for Python
210
================================
311

docs/index.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,18 @@
88
:maxdepth: 2
99
:caption: Google APIs Extensions
1010

11+
DEPRECATED
12+
==========
13+
14+
This project has been deprecated and will no longer be developed. It has
15+
been wholly replaced by `google-api-core`_.
16+
17+
.. _`google-api-core`: https://pypi.org/project/google-api-core/
18+
19+
20+
Google API Extensions for Python
21+
================================
22+
1123
This is the API documentation for Google API Extensions for Python (gax-python),
1224
a set of libraries which aids the development of APIs for clients and servers
1325
based on `GRPC`_ and `Google APIs`_ conventions.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151

5252
setup(
5353
name='google-gax',
54-
version='0.15.16',
54+
version='0.16.0',
5555
description='Google API Extensions',
5656
long_description=long_description,
5757
author='Google API Authors',
@@ -61,7 +61,7 @@
6161
namespace_packages=('google',),
6262
license='BSD-3-Clause',
6363
classifiers=[
64-
'Development Status :: 3 - Alpha',
64+
'Development Status :: 7 - Inactive',
6565
'Intended Audience :: Developers',
6666
'License :: OSI Approved :: BSD License',
6767
'Programming Language :: Python',

0 commit comments

Comments
 (0)