dot.conf is a simple-to-use and powerful configuration-file parser
library written in C. The configuration files created for dot.conf look
very similar to those used by the Apache Webserver.
Upstream bug (now fixed) sets MODPY_EGG_VERSION=unknown, so we have to
use that for now. Also, locale stuffs moved to i18n module. No bump
because it didn't package anyway. Sigh.
* Fixed rendering of fonts with 2 bit and 4 bit embedded graymaps
* Fixed bug in solid bold glyph rendering
* Updated to build with the latest version of FreeType
* Fixed crash when passing NULL to TTF_CloseFont()
Python-distutils-extra allows to easily integrate themable icons,
scrollkeeper based documentation and gettext based translations in your
python install and build tools. It can be used with python's distutils
or the enhanced setuptools.
An extension to PEAK-Rules to prioritize methods in order to to
avoid AmbiguousMethods situations
This module provides four decorators:
prioritized_when
prioritized_around
prioritized_before
prioritized_after
ok fgs@
PEAK-Rules is a highly-extensible framework for creating and using
generic functions, from the very simple to the very complex. Out
of the box, it supports multiple-dispatch on positional arguments
using tuples of types, full predicate dispatch using strings
containing Python expressions, and CLOS-like method combining. (But
the framework allows you to mix and match dispatch engines and
custom method combinations, if you need or want to.)
ok fgs@
The peak.util.extremes module provides a production-quality
implementation of the Min and Max objects from PEP 326. While PEP
326 was rejected for inclusion in the language or standard library,
the objects described in it are useful in a variety of applications.
In PEAK, they have been used to implement generic functions (in
RuleDispatch and PEAK-Rules), as well as to handle scheduling and
time operations in the Trellis. Because this has led to each project
copying the same code, we've now split the module out so it can be
used independently.
input, ok fgs@