I\'d like a unique dict (key/value) database to be accessible from multiple Python scripts running at the same time.
dict
If script1.py updates
script1.py
I would use a pub/sub websocket-framework, like Autobahn/Python, with one script as a "server" and it handles all the file communication but it depends on scale maybe this could be Overkill.