Good Old Kott:Kott python的抽象数据存储 源码
Kott-抽象数据存储 Kott是抽象数据存储,您可以在其中存储任何内容并轻松检索它。 我们的座右铭是One Kott fits all! 。 整个想法是围绕键值存储的概念,但是已经抽象到可以接受任何形式,模型或数据的级别。 这实际上意味着一切。 Kott是单例,因此仅存在一个实例。 >> > from kott import Kott >> > id = Kott . set ( "my test data which is a string!" ) >> > len ( id ) 32 >> > type ( id ) >> > Kott . get ( i
文件列表
Good-Old-Kott-master.zip
(预估有个28文件)
Good-Old-Kott-master
.gitignore
1KB
setup.cfg
112B
README.md
2KB
tests
README.md
14B
test_core.py
4KB
test_ktimer.py
1KB
test_krest.py
51B
test_kplug.py
3KB
暂无评论