Initial immudb_wrapper implementation #1
No reviewers
Labels
No Label
No Milestone
No Assignees
4 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: danfimov/immudb_wrapper#1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "init"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
eb8d52f0ca
tof784296f0f
f784296f0f
to60587fbcbf
60587fbcbf
tof1940f4725
@ -0,0 +104,4 @@
) -> str:
"""
Scale bytes to its proper byte format
e.g:
I guess better to move the list of keys to a separate var and use them in the loop
@ -0,0 +130,4 @@
checksum_type : str
Checksum type (e.g. sha1, sha256).
Returns
For the future
https://pypi.org/project/humanize/
@ -0,0 +192,4 @@
hasher.update(content)
return hasher.hexdigest()
@staticmethod
Why didn't you use utf-8?
LGTM, although I haven't tested yet.
Can you please provide a small README file that, roughly, includes:
Also, please do add a LICENSE file
2dc25feb44
to53ec2daab2
This PR moved to github.
https://github.com/AlmaLinux/immudb-wrapper/pull/1
Pull request closed