sop4py 2.0.3__py3-none-any.whl → 2.0.5__py3-none-any.whl
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.
- sop/libjsondb_amd64darwin.dylib +0 -0
- sop/libjsondb_amd64linux.so +0 -0
- sop/libjsondb_amd64windows.dll +0 -0
- sop/libjsondb_arm64darwin.dylib +0 -0
- sop/libjsondb_arm64linux.so +0 -0
- sop/test_btree.py +4 -4
- sop/test_btree_idx.py +5 -5
- {sop4py-2.0.3.dist-info → sop4py-2.0.5.dist-info}/METADATA +1 -1
- {sop4py-2.0.3.dist-info → sop4py-2.0.5.dist-info}/RECORD +11 -11
- {sop4py-2.0.3.dist-info → sop4py-2.0.5.dist-info}/WHEEL +0 -0
- {sop4py-2.0.3.dist-info → sop4py-2.0.5.dist-info}/top_level.txt +0 -0
sop/libjsondb_amd64darwin.dylib
CHANGED
|
Binary file
|
sop/libjsondb_amd64linux.so
CHANGED
|
Binary file
|
sop/libjsondb_amd64windows.dll
CHANGED
|
Binary file
|
sop/libjsondb_arm64darwin.dylib
CHANGED
|
Binary file
|
sop/libjsondb_arm64linux.so
CHANGED
|
Binary file
|
sop/test_btree.py
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import pytest
|
|
2
2
|
import unittest
|
|
3
|
-
import transaction
|
|
4
|
-
import btree
|
|
5
|
-
import context
|
|
3
|
+
from . import transaction
|
|
4
|
+
from . import btree
|
|
5
|
+
from . import context
|
|
6
6
|
|
|
7
7
|
from datetime import timedelta
|
|
8
|
-
from redis import *
|
|
8
|
+
from .redis import *
|
|
9
9
|
|
|
10
10
|
from dataclasses import dataclass
|
|
11
11
|
|
sop/test_btree_idx.py
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import unittest
|
|
2
|
-
import transaction
|
|
3
|
-
import btree
|
|
4
|
-
import context
|
|
2
|
+
from . import transaction
|
|
3
|
+
from . import btree
|
|
4
|
+
from . import context
|
|
5
5
|
|
|
6
|
-
from redis import *
|
|
7
|
-
from test_btree import to
|
|
6
|
+
from .redis import *
|
|
7
|
+
from .test_btree import to
|
|
8
8
|
|
|
9
9
|
from dataclasses import dataclass
|
|
10
10
|
|
|
@@ -2,21 +2,21 @@ sop/__init__.py,sha256=kCWbTRTReQH3_Or-COEOdCr5H5EEdh0UqYIsEnrpxdQ,22
|
|
|
2
2
|
sop/btree.py,sha256=cIndNYrT9M5xO34JyPKgSzBwJv2BS_tcr7grnV9GYeg,20692
|
|
3
3
|
sop/call_go.py,sha256=RlAsjlPm4JSsncXmgd4EqXtklsVPdpGiHERgrSxFFoU,8356
|
|
4
4
|
sop/context.py,sha256=-JqffFnranJXp_XnIsrJUe5bZy7gQTRjWcSE78-c8ZE,1124
|
|
5
|
-
sop/libjsondb_amd64darwin.dylib,sha256=
|
|
5
|
+
sop/libjsondb_amd64darwin.dylib,sha256=KqgGYwnypPz6JCFgVUOinXWTNaMV79HaUQ76PqKa0bI,9149408
|
|
6
6
|
sop/libjsondb_amd64darwin.h,sha256=V6vvqBwxSgbTmexvtwZikAlsQNdAXZq8gr9DvfVG1bo,2860
|
|
7
7
|
sop/libjsondb_amd64linux.h,sha256=V6vvqBwxSgbTmexvtwZikAlsQNdAXZq8gr9DvfVG1bo,2860
|
|
8
|
-
sop/libjsondb_amd64linux.so,sha256=
|
|
9
|
-
sop/libjsondb_amd64windows.dll,sha256=
|
|
8
|
+
sop/libjsondb_amd64linux.so,sha256=Vb59a_I2dJ2zyDWa9uStXE37Zf93jMgrVHi8fpfLbGk,20321928
|
|
9
|
+
sop/libjsondb_amd64windows.dll,sha256=AH4mjozRoNAzRIQKtsu9cOBQr3wAEpAPbLTvleBEZUI,19712371
|
|
10
10
|
sop/libjsondb_amd64windows.h,sha256=U5CQxqyjYTG33HYjiUw1Kpf9JvhaJugRdyXUGecq9Vw,3156
|
|
11
|
-
sop/libjsondb_arm64darwin.dylib,sha256=
|
|
11
|
+
sop/libjsondb_arm64darwin.dylib,sha256=zbBtd9MBDaFZisuPqfQMRKM92VsWiZpxecQ7-3gvpY0,7700946
|
|
12
12
|
sop/libjsondb_arm64darwin.h,sha256=V6vvqBwxSgbTmexvtwZikAlsQNdAXZq8gr9DvfVG1bo,2860
|
|
13
13
|
sop/libjsondb_arm64linux.h,sha256=V6vvqBwxSgbTmexvtwZikAlsQNdAXZq8gr9DvfVG1bo,2860
|
|
14
|
-
sop/libjsondb_arm64linux.so,sha256=
|
|
14
|
+
sop/libjsondb_arm64linux.so,sha256=xenUUgnGuChd2_EoNHpiZSXm5tadXI9QX9KtGTEM8YE,18506344
|
|
15
15
|
sop/redis.py,sha256=M2gZEDAPntG2HpV74Uc1FDneCWVFvsf3nv3zZ1Zx-3A,1165
|
|
16
|
-
sop/test_btree.py,sha256=
|
|
17
|
-
sop/test_btree_idx.py,sha256=
|
|
16
|
+
sop/test_btree.py,sha256=dmzto0m_y81RsU7e6i1GIQjq_eGQ_lSj0Ayilh2IqNY,13093
|
|
17
|
+
sop/test_btree_idx.py,sha256=4Nus9UzaYWqfX1DfPbbeFffhvelVeVsBbaqpJB-5RXs,2254
|
|
18
18
|
sop/transaction.py,sha256=Rl92TCdHgYIrCZBIrncOcjDhoT1THKYX5mFHN1sr85c,5767
|
|
19
|
-
sop4py-2.0.
|
|
20
|
-
sop4py-2.0.
|
|
21
|
-
sop4py-2.0.
|
|
22
|
-
sop4py-2.0.
|
|
19
|
+
sop4py-2.0.5.dist-info/METADATA,sha256=I-BNB8azqbU6M4LfP8sjtso09woSYwtlXhairp8mzH4,6930
|
|
20
|
+
sop4py-2.0.5.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
21
|
+
sop4py-2.0.5.dist-info/top_level.txt,sha256=Xg42qRXwoOKelr7Lc8cpmy9uuBU3LtD3tPLHVnt0aHs,4
|
|
22
|
+
sop4py-2.0.5.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|