scruby 2.3.4__py3-none-any.whl → 2.3.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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: scruby
3
- Version: 2.3.4
3
+ Version: 2.3.5
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
@@ -41,9 +41,9 @@ Description-Content-Type: text/markdown
41
41
  <p align="center">
42
42
  <a href="https://github.com/kebasyaty/scruby">
43
43
  <img
44
- height="80"
44
+ width="100%"
45
45
  alt="Logo"
46
- src="https://raw.githubusercontent.com/kebasyaty/scruby/v2/assets/logo.svg">
46
+ src="https://raw.githubusercontent.com/kebasyaty/scruby/v2/assets/logo.jpg">
47
47
  </a>
48
48
  </p>
49
49
  <p>
@@ -94,7 +94,7 @@ Description-Content-Type: text/markdown
94
94
  <br>
95
95
  6 = 256 branches in collection -> Docs: ~256000+, RAM: ~4G+, CPU: ~2+ (for small projects).
96
96
  <br>
97
- 5 = 4096 branches in collection -> Docs: ~4096000+, RAM: ~6G+, CPU: ~3+ (for large projects).
97
+ 5 = 4096 branches in collection -> Docs: ~4096000+, RAM: ~6G+, CPU: ~4+ (for large projects).
98
98
  <br>
99
99
  0 = 4294967296 branches in collection -> Docs: ~4,294967296×10¹²+, RAM: ~2G+, CPU: ~2+ (access only by keys).
100
100
  <br>
@@ -16,8 +16,8 @@ scruby/mixins/delete.py,sha256=InKVIud_ZYx9-CchUz_IygQDXMynNi4jQ0HKYeHC_R8,4328
16
16
  scruby/mixins/find.py,sha256=oEZRE6RqIBdwvNr8iSYyod8hI6ibi_egJP0pyXmJiss,9169
17
17
  scruby/mixins/keys.py,sha256=MvBy_8fQGROaQATK2qse2V8wR-xodPQG0KKZ2PK_t9U,10790
18
18
  scruby/mixins/update.py,sha256=TyxvxB-gNijlfzTmhwrq0ydvu0C3R-RihW5h5tJ96bM,4964
19
- scruby-2.3.4.dist-info/METADATA,sha256=UYSkl9-u4XeNU933XiERMxDocG_kLz5XomhhlYv3u4A,13430
20
- scruby-2.3.4.dist-info/WHEEL,sha256=mffPy8wBnZQn2VnJUU5jE99KsxaSfiyMHV9Yt0aLVxs,87
21
- scruby-2.3.4.dist-info/licenses/GPL-3.0-LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
22
- scruby-2.3.4.dist-info/licenses/MIT-LICENSE,sha256=mS0Wz0yGNB63gEcWEnuIb_lldDYV0sjRaO-o_GL6CWE,1074
23
- scruby-2.3.4.dist-info/RECORD,,
19
+ scruby-2.3.5.dist-info/METADATA,sha256=eiu-i8ExH0czoWqbB7dGIwl00atZat8f62PNUSM5fJc,13431
20
+ scruby-2.3.5.dist-info/WHEEL,sha256=mffPy8wBnZQn2VnJUU5jE99KsxaSfiyMHV9Yt0aLVxs,87
21
+ scruby-2.3.5.dist-info/licenses/GPL-3.0-LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
22
+ scruby-2.3.5.dist-info/licenses/MIT-LICENSE,sha256=mS0Wz0yGNB63gEcWEnuIb_lldDYV0sjRaO-o_GL6CWE,1074
23
+ scruby-2.3.5.dist-info/RECORD,,
File without changes