This repository was archived by the owner on Mar 20, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +22
-2
lines changed
Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 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+
19Google API Extensions for Python
210================================
311
Original file line number Diff line number Diff line change 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+
1123This is the API documentation for Google API Extensions for Python (gax-python),
1224a set of libraries which aids the development of APIs for clients and servers
1325based on `GRPC `_ and `Google APIs `_ conventions.
Original file line number Diff line number Diff line change 5151
5252setup (
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' ,
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' ,
You can’t perform that action at this time.
0 commit comments