scruby 0.1.1__py3-none-any.whl → 0.1.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.1.
|
|
3
|
+
Version: 0.1.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
|
|
@@ -108,6 +108,7 @@ async def main() -> None:
|
|
|
108
108
|
await db.has_key("key missing") # => False
|
|
109
109
|
await db.delete_key("key name")
|
|
110
110
|
await db.delete_key("key missing") # => KeyError
|
|
111
|
+
# Full database deletion.
|
|
111
112
|
await db.napalm()
|
|
112
113
|
await db.napalm() # => FileNotFoundError
|
|
113
114
|
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
scruby/__init__.py,sha256=5_WsWLxxGQ8LYi0XrZc7S5P3HmaP1wfvb9VUdrVxvmM,6694
|
|
2
|
+
scruby/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
|
+
scruby-0.1.2.dist-info/METADATA,sha256=eBxfCwrZ2OrBN4M2npu95MV0K8JSmzbMvgUhz1z2vI0,5906
|
|
4
|
+
scruby-0.1.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
5
|
+
scruby-0.1.2.dist-info/licenses/LICENSE,sha256=2zZINd6m_jNYlowdQImlEizyhSui5cBAJZRhWQURcEc,1095
|
|
6
|
+
scruby-0.1.2.dist-info/RECORD,,
|
scruby-0.1.1.dist-info/RECORD
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
scruby/__init__.py,sha256=5_WsWLxxGQ8LYi0XrZc7S5P3HmaP1wfvb9VUdrVxvmM,6694
|
|
2
|
-
scruby/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
|
-
scruby-0.1.1.dist-info/METADATA,sha256=hxsrER-Z7_Qa8ThH0Tn8XPCw-vvoSHuCHZ24cROmYyk,5876
|
|
4
|
-
scruby-0.1.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
5
|
-
scruby-0.1.1.dist-info/licenses/LICENSE,sha256=2zZINd6m_jNYlowdQImlEizyhSui5cBAJZRhWQURcEc,1095
|
|
6
|
-
scruby-0.1.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|