Source: dicteval Section: python Priority: optional Maintainer: Paulo Henrique de Lima Santana (phls) Build-Depends: debhelper-compat (= 11), dh-python, python3.7, python3-all (>= 3.7), python3-pytest-runner, python3-setuptools, Standards-Version: 4.2.1 X-Python3-Version: >= 3.7 Homepage: https://github.com/osantana/dicteval Vcs-Browser: https://salsa.debian.org/phls-guest/dicteval Vcs-Git: https://salsa.debian.org/phls-guest/dicteval.git Testsuite: autopkgtest-pkg-python Package: python3-dicteval Architecture: all Depends: ${python3:Depends}, ${misc:Depends}, Description: 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.