Source: simpleeval Maintainer: Debian Tryton Maintainers Uploaders: Mathias Behrle Section: python Priority: optional Build-Depends: debhelper-compat (= 13), dh-python, pybuild-plugin-pyproject, python3, python3-build, python3-hatchling, python3-setuptools, python3-wheel Standards-Version: 4.7.0 Vcs-Browser: https://salsa.debian.org/tryton-team/simpleeval Vcs-Git: https://salsa.debian.org/tryton-team/simpleeval.git Homepage: https://github.com/danthedeckie/simpleeval Rules-Requires-Root: no Package: python3-simpleeval Architecture: all Depends: ${misc:Depends}, ${python3:Depends} Description: Simple, safe single expression evaluator library (Python 3) Quick single file library for easily adding evaluatable expressions into Python projects. . Short, easy to use, safe and reasonably extensible expression evaluator. Designed for things like in a website where you want to allow the user to generate a string, or a number from some other input, without allowing full eval() or other unsafe or needlessly complex linguistics. . This package is targeting Python version 3.