altcodepro-polydb-python 2.3.0__tar.gz → 2.3.1__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.
- {altcodepro_polydb_python-2.3.0/src/altcodepro_polydb_python.egg-info → altcodepro_polydb_python-2.3.1}/PKG-INFO +3 -2
- {altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/pyproject.toml +3 -2
- {altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1/src/altcodepro_polydb_python.egg-info}/PKG-INFO +3 -2
- {altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/src/altcodepro_polydb_python.egg-info/requires.txt +1 -0
- {altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/src/polydb/adapters/AzureTableStorageAdapter.py +1 -1
- {altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/LICENSE +0 -0
- {altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/MANIFEST.in +0 -0
- {altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/README.md +0 -0
- {altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/example_usage.py +0 -0
- {altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/requirements-aws.txt +0 -0
- {altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/requirements-azure.txt +0 -0
- {altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/requirements-dev.txt +0 -0
- {altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/requirements-gcp.txt +0 -0
- {altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/requirements-generic.txt +0 -0
- {altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/requirements.txt +0 -0
- {altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/setup.cfg +0 -0
- {altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/setup.py +0 -0
- {altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/src/altcodepro_polydb_python.egg-info/SOURCES.txt +0 -0
- {altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/src/altcodepro_polydb_python.egg-info/dependency_links.txt +0 -0
- {altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/src/altcodepro_polydb_python.egg-info/top_level.txt +0 -0
- {altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/src/polydb/PolyDB.py +0 -0
- {altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/src/polydb/__init__.py +0 -0
- {altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/src/polydb/adapters/AzureBlobStorageAdapter.py +0 -0
- {altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/src/polydb/adapters/AzureFileStorageAdapter.py +0 -0
- {altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/src/polydb/adapters/AzureQueueAdapter.py +0 -0
- {altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/src/polydb/adapters/BlockchainBlobAdapter.py +0 -0
- {altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/src/polydb/adapters/BlockchainKVAdapter.py +0 -0
- {altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/src/polydb/adapters/BlockchainQueueAdapter.py +0 -0
- {altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/src/polydb/adapters/DynamoDBAdapter.py +0 -0
- {altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/src/polydb/adapters/EFSAdapter.py +0 -0
- {altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/src/polydb/adapters/FirestoreAdapter.py +0 -0
- {altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/src/polydb/adapters/GCPPubSubAdapter.py +0 -0
- {altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/src/polydb/adapters/GCPStorageAdapter.py +0 -0
- {altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/src/polydb/adapters/MongoDBAdapter.py +0 -0
- {altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/src/polydb/adapters/PostgreSQLAdapter.py +0 -0
- {altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/src/polydb/adapters/S3Adapter.py +0 -0
- {altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/src/polydb/adapters/S3CompatibleAdapter.py +0 -0
- {altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/src/polydb/adapters/SQSAdapter.py +0 -0
- {altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/src/polydb/adapters/VercelBlobAdapter.py +0 -0
- {altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/src/polydb/adapters/VercelKVAdapter.py +0 -0
- {altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/src/polydb/adapters/VercelQueueAdapter.py +0 -0
- {altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/src/polydb/adapters/__init__.py +0 -0
- {altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/src/polydb/advanced_query.py +0 -0
- {altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/src/polydb/audit/AuditStorage.py +0 -0
- {altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/src/polydb/audit/__init__.py +0 -0
- {altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/src/polydb/audit/context.py +0 -0
- {altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/src/polydb/audit/manager.py +0 -0
- {altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/src/polydb/audit/models.py +0 -0
- {altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/src/polydb/base/NoSQLKVAdapter.py +0 -0
- {altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/src/polydb/base/ObjectStorageAdapter.py +0 -0
- {altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/src/polydb/base/QueueAdapter.py +0 -0
- {altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/src/polydb/base/SharedFilesAdapter.py +0 -0
- {altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/src/polydb/base/__init__.py +0 -0
- {altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/src/polydb/batch.py +0 -0
- {altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/src/polydb/cache.py +0 -0
- {altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/src/polydb/cloudDatabaseFactory.py +0 -0
- {altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/src/polydb/databaseFactory.py +0 -0
- {altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/src/polydb/decorators.py +0 -0
- {altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/src/polydb/errors.py +0 -0
- {altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/src/polydb/json_safe.py +0 -0
- {altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/src/polydb/models.py +0 -0
- {altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/src/polydb/monitoring.py +0 -0
- {altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/src/polydb/multitenancy.py +0 -0
- {altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/src/polydb/py.typed +0 -0
- {altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/src/polydb/query.py +0 -0
- {altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/src/polydb/registry.py +0 -0
- {altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/src/polydb/retry.py +0 -0
- {altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/src/polydb/schema.py +0 -0
- {altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/src/polydb/security.py +0 -0
- {altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/src/polydb/types.py +0 -0
- {altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/src/polydb/utils.py +0 -0
- {altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/src/polydb/validation.py +0 -0
- {altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/tests/test_aws.py +0 -0
- {altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/tests/test_azure.py +0 -0
- {altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/tests/test_blockchain.py +0 -0
- {altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/tests/test_cloud_factory.py +0 -0
- {altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/tests/test_gcp.py +0 -0
- {altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/tests/test_mongodb.py +0 -0
- {altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/tests/test_multi_engine.py +0 -0
- {altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/tests/test_postgresql.py +0 -0
- {altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/tests/test_vercel.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: altcodepro-polydb-python
|
|
3
|
-
Version: 2.3.
|
|
3
|
+
Version: 2.3.1
|
|
4
4
|
Summary: Production-ready multi-cloud database abstraction layer with connection pooling, retry logic, and thread safety
|
|
5
5
|
Author: AltCodePro
|
|
6
6
|
Project-URL: Homepage, https://github.com/altcodepro/polydb-python
|
|
@@ -20,13 +20,14 @@ Classifier: Programming Language :: Python :: 3.10
|
|
|
20
20
|
Classifier: Programming Language :: Python :: 3.11
|
|
21
21
|
Classifier: Programming Language :: Python :: 3.12
|
|
22
22
|
Classifier: Operating System :: OS Independent
|
|
23
|
-
Requires-Python: >=3.
|
|
23
|
+
Requires-Python: >=3.11
|
|
24
24
|
Description-Content-Type: text/markdown
|
|
25
25
|
License-File: LICENSE
|
|
26
26
|
Requires-Dist: psycopg2-binary>=2.9.11
|
|
27
27
|
Requires-Dist: tenacity>=9.1.4
|
|
28
28
|
Requires-Dist: redis>=6.4.0
|
|
29
29
|
Requires-Dist: python-dotenv>=1.1.1
|
|
30
|
+
Requires-Dist: azure-storage-queue>=12.15.0
|
|
30
31
|
Provides-Extra: aws
|
|
31
32
|
Requires-Dist: boto3>=1.42.47; extra == "aws"
|
|
32
33
|
Requires-Dist: botocore>=1.42.47; extra == "aws"
|
|
@@ -4,10 +4,10 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "altcodepro-polydb-python"
|
|
7
|
-
version = "2.3.
|
|
7
|
+
version = "2.3.1"
|
|
8
8
|
description = "Production-ready multi-cloud database abstraction layer with connection pooling, retry logic, and thread safety"
|
|
9
9
|
readme = { file = "README.md", content-type = "text/markdown" }
|
|
10
|
-
requires-python = ">=3.
|
|
10
|
+
requires-python = ">=3.11"
|
|
11
11
|
license-files = ["LICENSE"]
|
|
12
12
|
authors = [{ name = "AltCodePro" }]
|
|
13
13
|
keywords = [
|
|
@@ -46,6 +46,7 @@ dependencies = [
|
|
|
46
46
|
"tenacity>=9.1.4",
|
|
47
47
|
"redis>=6.4.0",
|
|
48
48
|
"python-dotenv>=1.1.1",
|
|
49
|
+
"azure-storage-queue>=12.15.0",
|
|
49
50
|
]
|
|
50
51
|
|
|
51
52
|
# Generic/Open-source stack (cheapest option)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: altcodepro-polydb-python
|
|
3
|
-
Version: 2.3.
|
|
3
|
+
Version: 2.3.1
|
|
4
4
|
Summary: Production-ready multi-cloud database abstraction layer with connection pooling, retry logic, and thread safety
|
|
5
5
|
Author: AltCodePro
|
|
6
6
|
Project-URL: Homepage, https://github.com/altcodepro/polydb-python
|
|
@@ -20,13 +20,14 @@ Classifier: Programming Language :: Python :: 3.10
|
|
|
20
20
|
Classifier: Programming Language :: Python :: 3.11
|
|
21
21
|
Classifier: Programming Language :: Python :: 3.12
|
|
22
22
|
Classifier: Operating System :: OS Independent
|
|
23
|
-
Requires-Python: >=3.
|
|
23
|
+
Requires-Python: >=3.11
|
|
24
24
|
Description-Content-Type: text/markdown
|
|
25
25
|
License-File: LICENSE
|
|
26
26
|
Requires-Dist: psycopg2-binary>=2.9.11
|
|
27
27
|
Requires-Dist: tenacity>=9.1.4
|
|
28
28
|
Requires-Dist: redis>=6.4.0
|
|
29
29
|
Requires-Dist: python-dotenv>=1.1.1
|
|
30
|
+
Requires-Dist: azure-storage-queue>=12.15.0
|
|
30
31
|
Provides-Extra: aws
|
|
31
32
|
Requires-Dist: boto3>=1.42.47; extra == "aws"
|
|
32
33
|
Requires-Dist: botocore>=1.42.47; extra == "aws"
|
|
@@ -40,7 +40,7 @@ class AzureTableStorageAdapter(NoSQLKVAdapter):
|
|
|
40
40
|
- Always returns id (derived from RowKey if missing)
|
|
41
41
|
"""
|
|
42
42
|
|
|
43
|
-
AZURE_TABLE_MAX_SIZE =
|
|
43
|
+
AZURE_TABLE_MAX_SIZE = 60 * 1024 # 1MB
|
|
44
44
|
_RESERVED = {"PartitionKey", "RowKey", "Timestamp", "etag", "ETag"}
|
|
45
45
|
|
|
46
46
|
def __init__(
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/src/polydb/adapters/EFSAdapter.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/src/polydb/adapters/S3Adapter.py
RENAMED
|
File without changes
|
|
File without changes
|
{altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/src/polydb/adapters/SQSAdapter.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/src/polydb/adapters/__init__.py
RENAMED
|
File without changes
|
{altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/src/polydb/advanced_query.py
RENAMED
|
File without changes
|
{altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/src/polydb/audit/AuditStorage.py
RENAMED
|
File without changes
|
{altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/src/polydb/audit/__init__.py
RENAMED
|
File without changes
|
{altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/src/polydb/audit/context.py
RENAMED
|
File without changes
|
{altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/src/polydb/audit/manager.py
RENAMED
|
File without changes
|
{altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/src/polydb/audit/models.py
RENAMED
|
File without changes
|
{altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/src/polydb/base/NoSQLKVAdapter.py
RENAMED
|
File without changes
|
|
File without changes
|
{altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/src/polydb/base/QueueAdapter.py
RENAMED
|
File without changes
|
|
File without changes
|
{altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/src/polydb/base/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/src/polydb/cloudDatabaseFactory.py
RENAMED
|
File without changes
|
{altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/src/polydb/databaseFactory.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/src/polydb/multitenancy.py
RENAMED
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/tests/test_cloud_factory.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{altcodepro_polydb_python-2.3.0 → altcodepro_polydb_python-2.3.1}/tests/test_multi_engine.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|