Thanks to visit codestin.com
Credit goes to github.com

Skip to content

giladosk/PythonIPC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PythonIPC

share python objects across processes and dockers

Creates a shareable classes that allow data exchange between processes, while these can live in separate python instances (e.g. scripts, terminals, dockers).

This POC:

  1. Should be process safe (not yet).
  2. Is not secure- implementing proper security methods are intenionally left for the user, so they will be unique and therefore more secure.

Tested on:

  1. Python 3.8, 3.11
  2. Ubuntu 22.04

About

share python objects across processes and dockers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published