sop4py 2.0.5__tar.gz → 2.0.7__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.
Potentially problematic release.
This version of sop4py might be problematic. Click here for more details.
- {sop4py-2.0.5/sop4py.egg-info → sop4py-2.0.7}/PKG-INFO +2 -2
- {sop4py-2.0.5 → sop4py-2.0.7}/pyproject.toml +2 -2
- {sop4py-2.0.5 → sop4py-2.0.7}/sop/libjsondb_amd64darwin.dylib +0 -0
- {sop4py-2.0.5 → sop4py-2.0.7}/sop/libjsondb_amd64linux.so +0 -0
- {sop4py-2.0.5 → sop4py-2.0.7}/sop/libjsondb_amd64windows.dll +0 -0
- {sop4py-2.0.5 → sop4py-2.0.7}/sop/libjsondb_arm64darwin.dylib +0 -0
- {sop4py-2.0.5 → sop4py-2.0.7}/sop/libjsondb_arm64linux.so +0 -0
- {sop4py-2.0.5 → sop4py-2.0.7/sop4py.egg-info}/PKG-INFO +2 -2
- {sop4py-2.0.5 → sop4py-2.0.7}/MANIFEST.in +0 -0
- {sop4py-2.0.5 → sop4py-2.0.7}/README.md +0 -0
- {sop4py-2.0.5 → sop4py-2.0.7}/setup.cfg +0 -0
- {sop4py-2.0.5 → sop4py-2.0.7}/sop/__init__.py +0 -0
- {sop4py-2.0.5 → sop4py-2.0.7}/sop/btree.py +0 -0
- {sop4py-2.0.5 → sop4py-2.0.7}/sop/call_go.py +0 -0
- {sop4py-2.0.5 → sop4py-2.0.7}/sop/context.py +0 -0
- {sop4py-2.0.5 → sop4py-2.0.7}/sop/libjsondb_amd64darwin.h +0 -0
- {sop4py-2.0.5 → sop4py-2.0.7}/sop/libjsondb_amd64linux.h +0 -0
- {sop4py-2.0.5 → sop4py-2.0.7}/sop/libjsondb_amd64windows.h +0 -0
- {sop4py-2.0.5 → sop4py-2.0.7}/sop/libjsondb_arm64darwin.h +0 -0
- {sop4py-2.0.5 → sop4py-2.0.7}/sop/libjsondb_arm64linux.h +0 -0
- {sop4py-2.0.5 → sop4py-2.0.7}/sop/redis.py +0 -0
- {sop4py-2.0.5 → sop4py-2.0.7}/sop/test_btree.py +0 -0
- {sop4py-2.0.5 → sop4py-2.0.7}/sop/test_btree_idx.py +0 -0
- {sop4py-2.0.5 → sop4py-2.0.7}/sop/transaction.py +0 -0
- {sop4py-2.0.5 → sop4py-2.0.7}/sop4py.egg-info/SOURCES.txt +0 -0
- {sop4py-2.0.5 → sop4py-2.0.7}/sop4py.egg-info/dependency_links.txt +0 -0
- {sop4py-2.0.5 → sop4py-2.0.7}/sop4py.egg-info/top_level.txt +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: sop4py
|
|
3
|
-
Version: 2.0.
|
|
4
|
-
Summary: Scalable Objects Persistence for Python.
|
|
3
|
+
Version: 2.0.7
|
|
4
|
+
Summary: Scalable Objects Persistence for Python. Release Candidate 1 (RC1) Release
|
|
5
5
|
Author-email: Gerardo Recinto <gerardorecinto@yahoo.com>
|
|
6
6
|
Classifier: Programming Language :: Python :: 3
|
|
7
7
|
Classifier: License :: OSI Approved :: MIT License
|
|
@@ -7,11 +7,11 @@ build-backend = "setuptools.build_meta"
|
|
|
7
7
|
|
|
8
8
|
[project]
|
|
9
9
|
name = "sop4py"
|
|
10
|
-
version = "2.0.
|
|
10
|
+
version = "2.0.7"
|
|
11
11
|
authors = [
|
|
12
12
|
{ name="Gerardo Recinto", email="gerardorecinto@yahoo.com" },
|
|
13
13
|
]
|
|
14
|
-
description = "Scalable Objects Persistence for Python.
|
|
14
|
+
description = "Scalable Objects Persistence for Python. Release Candidate 1 (RC1) Release"
|
|
15
15
|
readme = "README.md"
|
|
16
16
|
requires-python = ">=3.7"
|
|
17
17
|
classifiers = [
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: sop4py
|
|
3
|
-
Version: 2.0.
|
|
4
|
-
Summary: Scalable Objects Persistence for Python.
|
|
3
|
+
Version: 2.0.7
|
|
4
|
+
Summary: Scalable Objects Persistence for Python. Release Candidate 1 (RC1) Release
|
|
5
5
|
Author-email: Gerardo Recinto <gerardorecinto@yahoo.com>
|
|
6
6
|
Classifier: Programming Language :: Python :: 3
|
|
7
7
|
Classifier: License :: OSI Approved :: MIT License
|
|
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
|