scruby 2.4.3__py3-none-any.whl → 2.4.4__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.
- {scruby-2.4.3.dist-info → scruby-2.4.4.dist-info}/METADATA +5 -5
- {scruby-2.4.3.dist-info → scruby-2.4.4.dist-info}/RECORD +5 -5
- {scruby-2.4.3.dist-info → scruby-2.4.4.dist-info}/WHEEL +0 -0
- {scruby-2.4.3.dist-info → scruby-2.4.4.dist-info}/licenses/GPL-3.0-LICENSE +0 -0
- {scruby-2.4.3.dist-info → scruby-2.4.4.dist-info}/licenses/MIT-LICENSE +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: scruby
|
|
3
|
-
Version: 2.4.
|
|
3
|
+
Version: 2.4.4
|
|
4
4
|
Summary: Asynchronous library for building and managing a hybrid database, by scheme of key-value.
|
|
5
5
|
Project-URL: Bug Tracker, https://github.com/kebasyaty/scruby/issues
|
|
6
6
|
Project-URL: Changelog, https://github.com/kebasyaty/scruby/blob/v2/CHANGELOG.md
|
|
@@ -88,7 +88,7 @@ Description-Content-Type: text/markdown
|
|
|
88
88
|
|
|
89
89
|
<img src="https://raw.githubusercontent.com/kebasyaty/scruby/v2/assets/attention.svg" alt="Attention">
|
|
90
90
|
<p>
|
|
91
|
-
<b>Parameter `
|
|
91
|
+
<b>Parameter `Scruby.run(hash_reduce_left = 7)`:</b>
|
|
92
92
|
<br>
|
|
93
93
|
7 = 16 branches in collection (is default) -> Docs: ~16000+, RAM: ~2G+, CPU: ~2+ (for development).
|
|
94
94
|
<br>
|
|
@@ -141,7 +141,7 @@ from zoneinfo import ZoneInfo
|
|
|
141
141
|
from typing import Annotated
|
|
142
142
|
from pydantic import EmailStr, Field
|
|
143
143
|
from pydantic_extra_types.phone_numbers import PhoneNumber, PhoneNumberValidator
|
|
144
|
-
from scruby import Scruby, ScrubyModel
|
|
144
|
+
from scruby import Scruby, ScrubyModel
|
|
145
145
|
|
|
146
146
|
|
|
147
147
|
class User(ScrubyModel):
|
|
@@ -225,7 +225,7 @@ The search effectiveness depends on the number of processor threads.
|
|
|
225
225
|
|
|
226
226
|
import anyio
|
|
227
227
|
from pydantic import Field
|
|
228
|
-
from scruby import ReturnType, Scruby,
|
|
228
|
+
from scruby import ReturnType, Scruby, ScrubyModel
|
|
229
229
|
|
|
230
230
|
|
|
231
231
|
class Phone(ScrubyModel):
|
|
@@ -302,7 +302,7 @@ The search effectiveness depends on the number of processor threads.
|
|
|
302
302
|
import anyio
|
|
303
303
|
from typing import Annotated
|
|
304
304
|
from pydantic import Field
|
|
305
|
-
from scruby import ReturnType, Scruby,
|
|
305
|
+
from scruby import ReturnType, Scruby, ScrubyModel
|
|
306
306
|
|
|
307
307
|
|
|
308
308
|
class Car(ScrubyModel):
|
|
@@ -17,8 +17,8 @@ scruby/mixins/delete.py,sha256=InKVIud_ZYx9-CchUz_IygQDXMynNi4jQ0HKYeHC_R8,4328
|
|
|
17
17
|
scruby/mixins/find.py,sha256=oEZRE6RqIBdwvNr8iSYyod8hI6ibi_egJP0pyXmJiss,9169
|
|
18
18
|
scruby/mixins/keys.py,sha256=MvBy_8fQGROaQATK2qse2V8wR-xodPQG0KKZ2PK_t9U,10790
|
|
19
19
|
scruby/mixins/update.py,sha256=TyxvxB-gNijlfzTmhwrq0ydvu0C3R-RihW5h5tJ96bM,4964
|
|
20
|
-
scruby-2.4.
|
|
21
|
-
scruby-2.4.
|
|
22
|
-
scruby-2.4.
|
|
23
|
-
scruby-2.4.
|
|
24
|
-
scruby-2.4.
|
|
20
|
+
scruby-2.4.4.dist-info/METADATA,sha256=hldg6rhX5GJmEIF31B1qQq2ntOQqShqOZ6WPgivGBZ4,13367
|
|
21
|
+
scruby-2.4.4.dist-info/WHEEL,sha256=mffPy8wBnZQn2VnJUU5jE99KsxaSfiyMHV9Yt0aLVxs,87
|
|
22
|
+
scruby-2.4.4.dist-info/licenses/GPL-3.0-LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
|
23
|
+
scruby-2.4.4.dist-info/licenses/MIT-LICENSE,sha256=mS0Wz0yGNB63gEcWEnuIb_lldDYV0sjRaO-o_GL6CWE,1074
|
|
24
|
+
scruby-2.4.4.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|