scruby 0.9.1__py3-none-any.whl → 0.9.2__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 scruby might be problematic. Click here for more details.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: scruby
|
|
3
|
-
Version: 0.9.
|
|
3
|
+
Version: 0.9.2
|
|
4
4
|
Summary: A fast key-value storage library.
|
|
5
5
|
Project-URL: Homepage, https://github.com/kebasyaty/scruby
|
|
6
6
|
Project-URL: Repository, https://github.com/kebasyaty/scruby
|
|
@@ -159,7 +159,7 @@ if __name__ == "__main__":
|
|
|
159
159
|
```
|
|
160
160
|
|
|
161
161
|
```python
|
|
162
|
-
"""Find a single document.
|
|
162
|
+
"""Find a single document matching the filter.
|
|
163
163
|
|
|
164
164
|
The search is based on the effect of a quantum loop.
|
|
165
165
|
The search effectiveness depends on the number of processor threads.
|
|
@@ -230,7 +230,7 @@ if __name__ == "__main__":
|
|
|
230
230
|
```
|
|
231
231
|
|
|
232
232
|
```python
|
|
233
|
-
"""Find documents.
|
|
233
|
+
"""Find one or more documents matching the filter.
|
|
234
234
|
|
|
235
235
|
The search is based on the effect of a quantum loop.
|
|
236
236
|
The search effectiveness depends on the number of processor threads.
|
|
@@ -2,7 +2,7 @@ scruby/__init__.py,sha256=wFwUS1KcLxfIopXOVS8gPue9fNzIIU2cVj_RgK5drz4,849
|
|
|
2
2
|
scruby/constants.py,sha256=GbB-O0qaVdi5EHUp-zRAppFXLR-oHxpXUFVAOCpS0C8,1022
|
|
3
3
|
scruby/db.py,sha256=W3VvC3ss1NXonQnFI6Yw2MobBARMgus5Acw-k5uL3TE,10946
|
|
4
4
|
scruby/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
5
|
-
scruby-0.9.
|
|
6
|
-
scruby-0.9.
|
|
7
|
-
scruby-0.9.
|
|
8
|
-
scruby-0.9.
|
|
5
|
+
scruby-0.9.2.dist-info/METADATA,sha256=vZab1ietT1of_GXLHEISYhIkXZJuBIp3vk_rAFGeNPA,10833
|
|
6
|
+
scruby-0.9.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
7
|
+
scruby-0.9.2.dist-info/licenses/LICENSE,sha256=2zZINd6m_jNYlowdQImlEizyhSui5cBAJZRhWQURcEc,1095
|
|
8
|
+
scruby-0.9.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|