File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
Python Client for Cloud Spanner
2
2
===============================
3
3
4
- Python idiomatic client for `Cloud Spanner `_
4
+ Python idiomatic client for `Cloud Spanner `_.
5
+
6
+ .. _Cloud Spanner : https://googlecloudplatform.github.io/google-cloud-python/latest/spanner-usage.html
7
+
5
8
6
9
Quick Start
7
10
-----------
8
11
9
- ::
12
+ .. code-block :: console
10
13
11
14
$ pip install --upgrade google-cloud-spanner
Original file line number Diff line number Diff line change 35
35
'include_package_data' : True ,
36
36
'zip_safe' : False ,
37
37
'classifiers' : [
38
- 'Development Status :: 4 - Beta ' ,
38
+ 'Development Status :: 3 - Alpha ' ,
39
39
'Intended Audience :: Developers' ,
40
40
'License :: OSI Approved :: Apache Software License' ,
41
41
'Operating System :: OS Independent' ,
59
59
60
60
setup (
61
61
name = 'google-cloud-spanner' ,
62
- version = '0.23.0 ' ,
62
+ version = '0.23.1 ' ,
63
63
description = 'Python Client for Cloud Spanner' ,
64
64
long_description = README ,
65
65
namespace_packages = [
You can’t perform that action at this time.
0 commit comments