File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Python Client for Cloud Spanner
22===============================
33
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+
58
69Quick Start
710-----------
811
9- ::
12+ .. code-block :: console
1013
1114 $ pip install --upgrade google-cloud-spanner
Original file line number Diff line number Diff line change 3535 'include_package_data' : True ,
3636 'zip_safe' : False ,
3737 'classifiers' : [
38- 'Development Status :: 4 - Beta ' ,
38+ 'Development Status :: 3 - Alpha ' ,
3939 'Intended Audience :: Developers' ,
4040 'License :: OSI Approved :: Apache Software License' ,
4141 'Operating System :: OS Independent' ,
5959
6060setup (
6161 name = 'google-cloud-spanner' ,
62- version = '0.23.0 ' ,
62+ version = '0.23.1 ' ,
6363 description = 'Python Client for Cloud Spanner' ,
6464 long_description = README ,
6565 namespace_packages = [
You can’t perform that action at this time.
0 commit comments