[ 源代码: dicteval ]
软件包:python3-dicteval(0.0.6-1)
python3-dicteval 的相关链接
Debian 的资源:
下载源码包 dicteval:
- [dicteval_0.0.6-1.dsc]
- [dicteval_0.0.6.orig.tar.gz]
- [dicteval_0.0.6.orig.tar.gz.asc]
- [dicteval_0.0.6-1.debian.tar.xz]
维护者:
外部的资源:
- 主页 [github.com]
相似软件包:
Library to evaluate expressions in dict/json objects
Module dicteval will evaluate basic types with no modifications but it will evaluate dicts (or json objects) containing keys started with = (equal) symbol. You can provide a dictionary with context to be used during evaluation process. You can also wrap your string content with @{} to force a Python eval() with the context provided.