process-safe
There are 5 repositories under process-safe topic.
tuxmonk/pupdb
A simple file-based key-value database written in Python
patx/kenobi
kenobiDB is a document based sqlite3 abstraction for Python 3.
xywanz/MP-LFQueue
It's a robust lockless queue used in multiprocessing, and it can deal with the situation that any process aborts at any line.
solaikannanpandiyan/log_safe
A Python library for safe and efficient logging in multiprocessing applications, ensuring thread-safe and process-safe logging across complex, multi-process Python project.
andre-romano/safethread
Python classes for safe deployment and management of Threads, Processes, synchronization primitives (Locks, Barriers, etc), thread-safe, and process-safe Python data structures (lists, dicts, sets, etc).