A pluggable command-line frontend, including commands to setup
package file layouts.
It includes some built-in features:
- Create file layouts for packages. For instance, paste create
--template=basic_package MyPackage will create a setuptools-ready
file layout;
- Serving up web applications, with configuration based on paste.deploy.
ok jasper@ (who also suggested NO_REGRESS)
This package provides a template engine plugin, allowing you to
easily use Json with TurboGears, Buffet or other systems that support
python.templating.engines.
ok simon@
ConfigObj is a simple but powerful config file reader and writer:
an ini file round tripper. Its main feature is that it is very easy
to use, with a straightforward programmer's interface and a simple
syntax for config files.
ok simon@
WSGI Utils are a package of standalone utility libraries that ease
the development of simple WSGI programs. The functionality provided
is limited at the moment.
ok jasper@
Simplejson is a simple, fast, extensible JSON encoder/decoder for
Python. It is compatible with Python 2.3 and later with no external
dependencies. It covers the full JSON specification for both encoding
and decoding, with unicode support. The encoder may be subclassed
to provide serialization in any kind of situation, without any
special support by the objects to be serialized (somewhat like
pickle). The decoder can handle incoming JSON strings of any
specified encoding.
ok simon@ (who also spotted HOMEPAGE not escaping #)
Paste Deployment is a system for finding and configuring WSGI
applications and servers. For WSGI application consumers it provides
a single, simple function (loadapp) for loading a WSGI application
from a configuration file or a Python Egg. For WSGI application
providers it only asks for a single, simple entry point to your
application, so that application users don't need to be exposed to
the implementation details of your application.
ok jasper@
Python Paste brings consistency to Python web development and web
application installation, providing tools for both developers and
system administrators.
ok jasper@
hellanzb is a Python application designed for *nix environments that
retrieves nzb files and fully processes them. The goal being to make
getting files from Usenet (e.g.: Giganews Newsgroups) as hands-free as
possible. Once fully installed, all thats required is moving an nzb file
to the queue directory. The rest; fetching, par-checking, un-raring,
etc. is taken care of by hellanzb.
ok mglocker@
Rule-based Dispatching and Generic Functions. The dispatch module
allows Python programmers to write generic functions to handle
various problems based on rules for the arguments it receives.
"go ahead" (after some nice tweaks, actually) steven@
PyProtocols extends the PEP 246 adapt() function with a new
"declaration API" that lets you easily define your own protocols
and adapters, and declare what adapters should be used to adapt
what types, objects, or protocols. In addition to its own Interface
type, PyProtocols can also use Twisted and Zope's Interface types.
"go ahead" (after some nice tweaks, actually) steven@
Use class and function decorators -- even in Python 2.3 (now with
source debugging for generated code)! Want to use decorators, but
still need to support Python 2.3? Wish you could have class decorators,
decorate arbitrary assignments, or match decorated function signatures
to their original functions? Then you need "DecoratorTools".
"looks good" steven@
PGP/MIME message scrambled if password not typed correct on first.
Also, make it work with thunderbird 2.0.0.4.
ok kurt@
P.S., i'm tired of asking this, this is the last time i do. People
who have sparc64, please verify if this is still true after last
major tb/enigmail updates:
.if ${MACHINE_ARCH} == "sparc64"
BROKEN= "Thunderbird hangs when accessing items from the OpenPGP menu"
.endif
Let me, or kurt@ know.
eyeD3 is a Python module and program for processing ID3 tags.
Information about mp3 files (i.e bit rate, sample frequency, play time,
etc.) is also provided. The formats supported are ID3 v1.0/v1.1 and
v2.3/v2.4.
feedback and ok alek@
returning without waiting for the child process to complete which causes
a deadlock between nspr's WaitPidDaemonThread() and PR_WaitProcess().
Reported upstream w/more details:
https://bugzilla.mozilla.org/show_bug.cgi?id=385465
okay martynas@
a user named "log"; from sarg bugtracker via freebsd
also, fix sprintf and rcs id; from maintainer Douglas Santos
thanks to aanriot@, who found some errors when i merged Douglas
Santos diff
ok aanriot@ and maintainer Douglas Santos