Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.

Summary: Review Request: python-CodeTools - Code Analysis and Execution Tools

https://bugzilla.redhat.com/show_bug.cgi?id=618145

           Summary: Review Request: python-CodeTools - Code Analysis and
                    Execution Tools
           Product: Fedora
           Version: rawhide
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: medium
          Priority: low
         Component: Package Review
        AssignedTo: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
                CC: [email protected], [email protected]
   Estimated Hours: 0.0
    Classification: Fedora


Description:

The CodeTools project includes packages that simplify meta-programming and
help the programmer separate data from code in Python. This library contains
classes that allow defining simple snippets, or "blocks", of Python code,
analyze variable dependencies in the code block, and use these dependencies to
construct or restrict an execution graph. These (restricted) code blocks can
then be executed in any namespace. However, this project also provides a
Traits-event-enhanced namespace, called a "context", which can be used in
place of a vanilla namespace to allow actions to be performed whenever
variables are assigned or retrieved from the namespace. This project is used
as the foundation for the BlockCanvas project.

Links:
http://dl.dropbox.com/u/1338197/1/python-CodeTools-3.1.1-1.fc13.src.rpm
http://dl.dropbox.com/u/1338197/1/python-CodeTools.spec

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to