pupdb icon indicating copy to clipboard operation
pupdb copied to clipboard

A simple file-based key-value database written in Python

Results 7 pupdb issues
Sort by recently updated
recently updated
newest added

Bumps [codecov](https://github.com/codecov/codecov-python) from 2.0.15 to 2.0.16. Changelog Sourced from codecov's changelog. 2.0.16 fixed reported command injection vulnerability. Commits 3a8b06b Version 2.0.16 b2951c0 Merge pull request #231 from codecov/ce-1380 2a80aa4 CE-1380_sanitize_args...

dependencies

@tuxmonk ![image](https://user-images.githubusercontent.com/86160411/134125932-8bcc1fdc-93bb-4066-86b6-b43428ec6599.png) How can I turn this logging feature off. my terminal screen is being filled up with this kind of logs I would appreciate if you can find out...

I've added PupDB to my encyclopedia of databases: https://dbdb.io/db/pupdb Can you provide some additional information: 1. What do you want as the author/creator credit? 2. What is your country of...

discussion

Here: https://github.com/tuxmonk/pupdb/blob/master/pupdb/core.py#L12 module creates root logger and thus duplicate line application which setup its own logger. Module must instantiate logger with `__name__` parameter and do not override root one.

Happy Thanksgiving! I just wanted to share my similar project: https://github.com/grantjenks/python-diskcache Disk Cache has an Index data type that matches Python’s dictionary. I think the Flask-based REST interface in your...

discussion

The tests related to multi-threading (in this file: [test_multithreaded.py](https://github.com/tuxmonk/pupdb/blob/master/tests/test_multithreaded.py)) fail intermittently. Speculated cause is thread(s) starvation, but need to dig deeper. Find out what's the cause and reduce/fix the intermittent...

tests

Bumps [flask](https://github.com/pallets/flask) from 1.0.4 to 2.3.2. Release notes Sourced from flask's releases. 2.3.2 This is a security fix release for the 2.3.x release branch. Security advisory: https://github.com/pallets/flask/security/advisories/GHSA-m2qf-hxjv-5gpq, CVE-2023-30861 Changes: https://flask.palletsprojects.com/en/2.3.x/changes/#version-2-3-2...

dependencies