kev
kev copied to clipboard
K.E.V. (Keys, Extras, and Values) is a Python ORM for key-value stores based on Valley. Currently supported backends are Redis, S3, and a S3/Redis hybrid backend. Based on Valley.
Bumps [nbconvert](https://github.com/jupyter/nbconvert) from 6.0.7 to 6.5.1. Release notes Sourced from nbconvert's releases. Release 6.5.1 No release notes provided. 6.5.0 What's Changed Drop dependency on testpath. by @anntzer in jupyter/nbconvert#1723 Adopt...
Bumps [mistune](https://github.com/lepture/mistune) from 0.8.4 to 2.0.3. Release notes Sourced from mistune's releases. Version 2.0.2 Fix escape_url via lepture/mistune#295 Version 2.0.1 Fix XSS for image link syntax. Version 2.0.0 First release...
Currently for trying out K.E.V locally I need to setup a local S3 container or have access to an actual S3 account that I can push and read from? Would...
Bumps [notebook](http://jupyter.org) from 6.1.6 to 6.4.12. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps [jupyter-server](https://github.com/jupyter/jupyter_server) from 1.1.3 to 1.15.4. Release notes Sourced from jupyter-server's releases. v1.15.3 1.15.3 (Full Changelog) Bugs fixed Fix server-extension paths (3rd time's the charm) #734 (@minrk) Revert "Server extension...
Bumps [ipython](https://github.com/ipython/ipython) from 7.19.0 to 7.31.1. Commits e321e76 release 7.31.1 67ca2b3 Merge pull request from GHSA-pq7m-3gw7-gq5x 2794330 back to dev be343e7 release 7.31.0 0fcf2c4 Merge pull request #13428 from meeseeksmachine/auto-backport-of-pr-13427-on-7.x...
Hi, I am trying to make KEV work with minio: https://github.com/minio/minio I got this error: ``` File ~/.local/share/virtualenvs/myvenv/lib/python3.8/site-packages/kev/backends/s3/db.py", line 25, in __init__ boto3.Session(**session_kwargs) TypeError: __init__() got an unexpected keyword argument...
Trying to fix #42 I could not test it... I have a strange issue on master : ```Python3 Traceback (most recent call last): File "", line 1, in File "/home/benoit/.local/share/virtualenvs/dxf_geom2d/src/kev/setup.py",...
It would be nice to be able to do some pagination on larger collections, preferably with filter and sorting, so we can do presentation like list views and such. So...