Skip to content
Tools for Python code analysis and execution.
Python Other
  1. Python 99.7%
  2. Other 0.3%
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
codetools
docs
examples
integrationtests
.coveragerc
.gitignore
.travis.yml
CHANGES.txt
LICENSE.txt
MANIFEST.in
README.rst add travis and coverage badges Sep 14, 2015
appveyor-clean-cache.txt
appveyor.yml
ci-src-requirements.txt
etstool.py
image_LICENSE.txt
install-edm-linux.sh
install-edm-osx.sh
install-edm-windows.cmd
setup.py

README.rst

codetools: code analysis and execution tools

Build status Coverage report

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.

You can’t perform that action at this time.