crcmod creates python functions that efficiently compute the Cyclic Redundancy Check (CRC) using table lookup.
crcmod also has an optional extension module to perform crc calculations in c code for improved performance.
Forward and bit-reverse algorithms are supported.
Scientific/Engineering
python
algorithms
crc
lookup
table
License:MIT
Ray-Buvel
crcmod
TurboGears is a Python web development framework that packages other frameworks:
Web
Ajax
Programming
python
web-framework
TurboGears
License:MIT
SCons is a software construction tool (build tool substitute for Make) implemented in Python.
SCons supports a wide variety of languages, including C, C++ , Java, and the LaTex document language. It has dependency analysis features for C and C++ , and can pull required files straight from CVS.
SCons also includes Autoconf style functionality as well as compiler caching features.
Builds of SCons are available for all major platforms.