Package: wnpp Severity: wishlist Owner: "Paulo Henrique de Lima Santana (phls)" <p...@softwarelivre.org>
* Package name : python-dicteval Version : 0.0.6 Upstream Author : Osvaldo Santana Neto <dicte...@osantana.me> * URL : https://github.com/osantana/dicteval * License : Expat Programming Lang: Python 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.