Ports 搜索

共有17,660项符合descr%3A%22spam filter%22的查询结果,以下是第3,1913,200项(搜索用时0.01秒)
devel/lazy-1.2 (Score: 2.0087986E-4)
Lazy attributes for Python objects
The lazy module provides a decorator to create lazy attributes. A lazy attribute is a computed attribute that is evaluated only once, the first time it is used. Subsequent uses return the results of the first call.
devel/mez_xml-0.4 (Score: 2.0087986E-4)
Simple template engine for Python
mez_xml is a template engine. It generates a Python template module for a XML or XHTML file. Mercurial Repository: http://hg.assembla.com/mez_xml/ Latest Versions: http://www.assembla.com/spaces/files/mez_xml
devel/configobj-5.0.6 (Score: 2.0087986E-4)
Simple but powerful config file reader and writer
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 file.
devel/cov-core-1.15.0 (Score: 2.0087986E-4)
Plugin core for use by pytest-cov, nose-cov and nose2-cov
This is a lib package for use by pytest-cov, nose-cov and nose2-cov. Unless you're developing a coverage plugin for a test framework, you probably want one of those.
devel/crcmod-1.7 (Score: 2.0087986E-4)
Module for Cyclic Redundancy Check (CRC) calculations
This is a Python module for generating objects that compute the Cyclic Redundancy Check (CRC). It includes a (optional) C extension for fast calculation, as well as a pure Python implementation. 8, 16, 24, 32, and 64 bit CRC are supported.
devel/darts.util.lru-0.5 (Score: 2.0087986E-4)
Simple dictionary with LRU behaviour in Python
A LRUDict is basically a simple dictionary, which has a defined maximum capacity, that may be supplied at construction time, or modified at run-time via the capacity property: >>> cache = LRUDict(1) >>> cache.capacity 1
devel/Louie-1.1 (Score: 2.0087986E-4)
Signal dispatching mechanism
Louie provides Python programmers with a straightforward way to dispatch signals between objects in a wide variety of contexts. It is based on PyDispatcher, which in turn was based on a highly-rated recipe in the Python Cookbook.
devel/posix_ipc-1.0.0 (Score: 2.0087986E-4)
POSIX IPC primitives for Python
posix_ipc is a Python module (written in C) that permits creation and manipulation of POSIX inter-process semaphores, shared memory and message queues on platforms supporting the POSIX Realtime Extensions a.k.a. POSIX 1003.1b-1993.
devel/repoze.who-friendlyform-1.0.8 (Score: 2.0087986E-4)
Collection of developer-friendly for repoze.who-powered
Collection of repoze.who friendly form plugins repoze.who-friendlyform is a repoze.who plugin which provides a collection of developer-friendly form plugins, although for the time being such a collection has only one item.
devel/RuleDispatch-0.5.a1.r2717 (Score: 2.0087986E-4)
Rule-based Dispatching and Generic Functions
RuleDispatch is a prototype implementation of the Chambers and Chen "efficient multiple and predicate dispatch" algorithm for Python. It lets youspecify a function in terms of a collection of arbitrary rules, including Lisp-style "before/after/around" methods.