"Safe" Eval 1.1

"Safe" Eval 1.1 Download Summary

  • Language: Python
  • Platform: Windows / Linux / Mac OS / BSD / Solaris
  • License: Other Free / Open Source License - Python License
  • Databases: N/A
  • Downloads: 420
  • Released: Jun 4, 2007

"Safe" Eval 1.1 Description

This script evaluates constant expressions, including list, dict and tuple using the abstract syntax tree created by compiler.parse. Since compiler does the work, handling arbitratily nested structures is transparent, the implemenation is very straightforward.

Safe Eval Bookmark

Hyperlink code:
Hyperlink for Forum code:

"Safe" Eval 1.1 Script Download Notice

Top 4 Download periodically updates information of "Safe" Eval 1.1 script from the developer, but some information may be slightly out-of-date.

Our script download links are directly from our mirrors or publisher's website. "Safe" Eval 1.1 torrent files or shared files from free file sharing and free upload services, including Rapidshare, MegaUpload, YouSendIt, MailBigFile, DropSend, HellShare, HotFile, FileServe, MediaMax, zUpload, MyOtherDrive, SendSpace, DepositFiles, Letitbit, LeapFile, DivShare or MediaFire, are not allowed!

String Interpolation Evaluation of Expressions

This script represents a lightweight and powerful way to evaluate expressions embedded in strings during interpolation. ...
Python

Yet Another Python Templating Utility YAPTU

... file to output, on the fly inserting Python expressions and statements) is a frequent need, and YAPTU ... a small but complete Python module for that; expressions and statements are identified by arbitrary user-chosen regular-rexpressions. ...
Python

Bluefish

... and replace, allowing POSIX and Perl Compatible regular expressions and sub-pattern replacing - Open files recursively ... Customizable syntax highlighting based on Perl Compatible regular expressions Requirements: · gtk version 2.0 or newer (gtk 2.4 or newer is recommended) · libpcre 3.0 or higher and (optional) libaspell 0.50 ...

Regular expression point of failure

This script debugs non-matching regular expressions by finding out the maximum parts of the pattern and the text that do match. ...
Python

Design mini lanugage

This script uses Python's superb text handling capability to parse and build the data structure from the input text. ...
Python