iniparse is a INI parser for Python which is:
- Compatiable with ConfigParser:
Backward compatible implementations of ConfigParser,
RawConfigParser, and SafeConfigParser are included that are
API-compatible with the Python standard library.
They pass all the unit tests in Python-2.4.4.
- Preserves structure of INI files:
Order of sections & options, indentation, comments, and blank
lines are preserved as far as possible when data is updated.
- More convenient:
Values can be accessed using dotted notation (cfg.user.name),
or using container syntax (cfg['user']['name']).
It is very useful for config files that are updated both by users and by
programs, since it is very disorienting for a user to have her config
file completely rearranged whenever a program changes it. iniparse also
allows making the order of entries in a config file significant, which is
desirable in applications like image galleries.
tclCheck is a program that carries out sanity checking of the brackets and
their nesting in tcl scripts. It can also print out the "skeleton" of the
program.
This is tclCheck version 1.1.8
-sander
A portable extension that provides the power of OpenSSL to Tcl programs.
This extension can be used to utilize SSL encryption on top of any valid
Tcl Channel - not just sockets!
TinyLaF is a (mostly painted) pluggable Look and Feel for Java.
TinyLaF can look like Windows 98 or like Windows XP. With the assistance of
the control panel, the user can define the component's colors and behaviour.
TkCon is a replacement for the standard console that comes with Tk.
The console itself provides many more features than the standard console.
It is meant primarily to aid one when working with the little details
inside tcl and tk.
tradcpp is a traditional (K&R-style) preprocessor.
It has the particular property that it doesn't (for the most part) trash
whitespace, so it can be used on makefiles.
Varconf is a configuration system designed for the STAGE server.
Varconf can parse configuration files, command-line arguments and
environment variables. It supports callbacks and can store its
configuration information in separate Config objects or in one
global configuration instance.
Visual Tcl is a freely-available, high-quality application development
environment for UNIX, Window$ and Macintosh platforms.
Visual Tcl is written entirely in Tcl/Tk. No extensions.
Tcl7.6 and Tk4.2 or later are required.
wxGlade is a GUI designer written in Python with the popular GUI toolkit
wxPython, that helps you create wxWidgets/wxPython user interfaces. At the
moment it can generate Python, C++ and XRC (wxWidgets' XML resources) code.
Use rbenv to pick a Ruby version for your application and guarantee
that your development environment matches production. Put rbenv to work
with Bundler for painless Ruby upgrades and bulletproof deployments.