Skip to content

NoW0NDER/samurai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Samurai

This is a package that allows you to read the data once and store the data in the memory.

# In the server script:
from spirit import Samurai
data->Any
share = Samurai(name="A unique name", obj=data)


# In the second script:
from spirit import Samurai
data = Samurai(name='Same name as above')

Note that pickle is used in this package, and pickle is not safe.

Only treat the data you trust as your spirit.

About

Memory Server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages