wherobots-python-dbapi 0.18.0__tar.gz → 0.19.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {wherobots_python_dbapi-0.18.0 → wherobots_python_dbapi-0.19.0}/PKG-INFO +2 -1
- {wherobots_python_dbapi-0.18.0 → wherobots_python_dbapi-0.19.0}/README.md +1 -0
- {wherobots_python_dbapi-0.18.0 → wherobots_python_dbapi-0.19.0}/pyproject.toml +1 -1
- {wherobots_python_dbapi-0.18.0 → wherobots_python_dbapi-0.19.0}/wherobots/db/region.py +3 -0
- {wherobots_python_dbapi-0.18.0 → wherobots_python_dbapi-0.19.0}/.gitignore +0 -0
- {wherobots_python_dbapi-0.18.0 → wherobots_python_dbapi-0.19.0}/LICENSE +0 -0
- {wherobots_python_dbapi-0.18.0 → wherobots_python_dbapi-0.19.0}/wherobots/__init__.py +0 -0
- {wherobots_python_dbapi-0.18.0 → wherobots_python_dbapi-0.19.0}/wherobots/db/__init__.py +0 -0
- {wherobots_python_dbapi-0.18.0 → wherobots_python_dbapi-0.19.0}/wherobots/db/connection.py +0 -0
- {wherobots_python_dbapi-0.18.0 → wherobots_python_dbapi-0.19.0}/wherobots/db/constants.py +0 -0
- {wherobots_python_dbapi-0.18.0 → wherobots_python_dbapi-0.19.0}/wherobots/db/cursor.py +0 -0
- {wherobots_python_dbapi-0.18.0 → wherobots_python_dbapi-0.19.0}/wherobots/db/driver.py +0 -0
- {wherobots_python_dbapi-0.18.0 → wherobots_python_dbapi-0.19.0}/wherobots/db/errors.py +0 -0
- {wherobots_python_dbapi-0.18.0 → wherobots_python_dbapi-0.19.0}/wherobots/db/runtime.py +0 -0
- {wherobots_python_dbapi-0.18.0 → wherobots_python_dbapi-0.19.0}/wherobots/db/session_type.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: wherobots-python-dbapi
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.19.0
|
|
4
4
|
Summary: Python DB-API driver for Wherobots DB
|
|
5
5
|
Project-URL: Homepage, https://github.com/wherobots/wherobots-python-dbapi-driver
|
|
6
6
|
Project-URL: Tracker, https://github.com/wherobots/wherobots-python-dbapi-driver/issues
|
|
@@ -96,6 +96,7 @@ into. Wherobots Cloud supports the following compute regions:
|
|
|
96
96
|
* `aws-us-east-1`: AWS US East 1 (N. Virginia)
|
|
97
97
|
* `aws-us-west-2`: AWS US West 2 (Oregon)
|
|
98
98
|
* `aws-eu-west-1`: AWS EU West 1 (Ireland)
|
|
99
|
+
* `aws-ap-south-1`: AWS AP South 1 (Mumbai)
|
|
99
100
|
|
|
100
101
|
> [!IMPORTANT]
|
|
101
102
|
> The `aws-us-west-2` region is available to all Wherobots Cloud users
|
|
@@ -72,6 +72,7 @@ into. Wherobots Cloud supports the following compute regions:
|
|
|
72
72
|
* `aws-us-east-1`: AWS US East 1 (N. Virginia)
|
|
73
73
|
* `aws-us-west-2`: AWS US West 2 (Oregon)
|
|
74
74
|
* `aws-eu-west-1`: AWS EU West 1 (Ireland)
|
|
75
|
+
* `aws-ap-south-1`: AWS AP South 1 (Mumbai)
|
|
75
76
|
|
|
76
77
|
> [!IMPORTANT]
|
|
77
78
|
> The `aws-us-west-2` region is available to all Wherobots Cloud users
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{wherobots_python_dbapi-0.18.0 → wherobots_python_dbapi-0.19.0}/wherobots/db/session_type.py
RENAMED
|
File without changes
|