معرفی شرکت ها


python3-asteval_0.9.28-1_all.deb


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

minimalistic evaluator of Python 3 expression using ast module
ویژگی مقدار
سیستم عامل Linux
توزیع Debian Bookworm-12
مخزن Debian main all
نام بسته python3-asteval
نام فایل بسته python3-asteval_0.9.28-1_all.deb
نسخه بسته 0.9.28
انتشار بسته 1
معماری بسته all
نگهدارنده Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
تاریخ ساخت -
هاست سازنده -
نوع بسته .deb
آدرس صفحه اصلی https://github.com/newville/asteval
مجوز -
حجم دانلود 18404
حجم نصب 78
ASTEVAL is a safe(ish) evaluator of Python expressions and statements, using Python's ast module. The idea is to provide a simple, safe, and robust miniature mathematical language that can handle user-input. The emphasis here is on mathematical expressions, and so many functions from numpy are imported and used if available. . Many Python lanquage constructs are supported by default, These include slicing, subscripting, list comprehension, conditionals (if-elif-else blocks and if expressions), flow control (for loops, while loops, and try-except-finally blocks). All data are Python objects, and built-in data structures (dictionaries, tuple, lists, numpy arrays, strings) are fully supported by default. . Many of the standard builtin Python functions are available, as are all mathemetical functions from the math module. If the numpy module is installed, many of its functions will also be available. Users can define and run their own functions within the confines of the limitations of asteval. . There are several absences and differences with Python, and asteval is by no means an attempt to reproduce Python with its own ast module. Some of the most important differences and absences are: . * Variable and function symbol names are held in a simple symbol table (a single dictionary), giving a flat namespace. * creating classes is not supported. * importing modules is not supported. * function decorators, yield, lambda, exec, and eval are not supported. * files can only be opened in read-only mode. . In addition, accessing many internal methods and classes of objects is forbidden in order to strengthen asteval against malicious user code. . . This package installs the library for Python 3.


نیازمندی

مقدار نام
>> 3.8 python3-importlib-metadata | python3
- python3:any


نحوه نصب


نصب پکیج deb python3-asteval:

    sudo apt-get install python3-asteval_0.9.28-1_all.deb


فایل ها

مسیرها
./usr/lib/python3/dist-packages/asteval/__init__.py
./usr/lib/python3/dist-packages/asteval/asteval.py
./usr/lib/python3/dist-packages/asteval/astutils.py
./usr/lib/python3/dist-packages/asteval/version.py
./usr/lib/python3/dist-packages/asteval-0.9.28.egg-info/PKG-INFO
./usr/lib/python3/dist-packages/asteval-0.9.28.egg-info/dependency_links.txt
./usr/lib/python3/dist-packages/asteval-0.9.28.egg-info/requires.txt
./usr/lib/python3/dist-packages/asteval-0.9.28.egg-info/top_level.txt
./usr/share/doc/python3-asteval/changelog.Debian.gz
./usr/share/doc/python3-asteval/copyright