Result for B6436F889BC18FDB71CAFD41917C06DC64AE3A3A

Query result

Key Value
FileName./usr/share/doc/python3-asteval/copyright
FileSize1440
MD57E6C38AA130DEAFA7C18D5433273F422
SHA-1B6436F889BC18FDB71CAFD41917C06DC64AE3A3A
SHA-2568933666E3495CEBCC6C356357FC48AC278FEF22C7FEAEAECFA2DFFEB0C8D2252
SSDEEP24:gtt03dAcKYW7nruPJH/H0ymS3gt8xLHc1hMK9QH0sUv4kOk4/+/U3oq4sFig:gHY8n0Jvlm6Er5QH0s5ANU3oWFig
TLSHT10221961E738007663A8773D09D6568D4F737724AB6579AC8442DE384A7264B8A0FF424
hashlookup:parent-total6
hashlookup:trust80

Network graph view

Parents (Total: 6)

The searched file hash is included in 6 parent files which include package known and seen by metalookup. A sample is included below:

Key Value
FileSize17448
MD5AF43E5C754350848FD62AA3E63A5055F
PackageDescriptionminimalistic evaluator of Python 3 expression using ast module 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.
PackageMaintainerDebian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
PackageNamepython3-asteval
PackageSectionpython
PackageVersion0.9.25-2
SHA-1B10CB7E99FB7B7C9F3194914D0F4253C3DBCF5E7
SHA-256611C7FC4B8661041150DBF895C76189D6DC36720F1A0239F4090DC95FD156909
Key Value
FileSize17348
MD5D9EA07A3A9B1806AC6B855A2F6454D6F
PackageDescriptionminimalistic evaluator of Python 3 expression using ast module 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.
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamepython3-asteval
PackageSectionpython
PackageVersion0.9.17-1
SHA-1C7D75B628807021D7F9CAB46C4F3AC891451E52B
SHA-256CF4092B7EB26DDF3C8827702F2FB8EC6C92C788399535E8B7774994028B89E35
Key Value
FileSize16648
MD54AB2514ED83166AF1E0A6C3D5AFEDBEA
PackageDescriptionminimalistic evaluator of Python 3 expression using ast module 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.
PackageMaintainerDebian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
PackageNamepython3-asteval
PackageSectionpython
PackageVersion0.9.12-1
SHA-1F1B3552D13281483C95079AB70B92B24E69EA934
SHA-2566D1306B3003F505B3B2DE2A5BBBF5BA022709AD0FAC8F0713D7D7E2E1BAD25CA
Key Value
FileSize16574
MD59D1367D07EF452AA012FFD59E757DEA0
PackageDescriptionminimalistic evaluator of Python 2 expression using ast module 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 2.
PackageMaintainerDebian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
PackageNamepython-asteval
PackageSectionpython
PackageVersion0.9.12-1
SHA-19F0926356FC344AAC88C5895FEE0EB93186C6F1C
SHA-256C73840441E9613398C3CB2E165935FAD1FE26B90DC9E802B49F668E096D090C6
Key Value
FileSize17416
MD5B2B4FA3C1C85C909AD5EA032D74F3CB3
PackageDescriptionminimalistic evaluator of Python 3 expression using ast module 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.
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamepython3-asteval
PackageSectionpython
PackageVersion0.9.19-2
SHA-15053F68F0E516340C625292BE967CD4C3B5486EA
SHA-25617A2A71C76554F29B30F88149F65223069D3601E229D896ECA1A7995610455A9
Key Value
FileSize17372
MD5C7CDEFE153C64FCED8EAD6FACBCCE4A7
PackageDescriptionminimalistic evaluator of Python 3 expression using ast module 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.
PackageMaintainerDebian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
PackageNamepython3-asteval
PackageSectionpython
PackageVersion0.9.19-2
SHA-1A9D061A3BDFB978D16218C530C18935A910358E7
SHA-256DFF6CFAAAE34E1652DD76281E21C2CF5572D38BDB3044FF81DD2629D2E9C2EFE