Ports Search

Results 9,1219,130 of 17,773 for comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0.(0.012 seconds)
Cache managers for Zope 2
This package provides two cache managers for Zope 2. A RAMCacheManager and an Accelerated HTTP cache manager, which adds HTTP cache headers to responses.
devel/anyjson-0.3.3 (Score: 1.869263E-4)
JSON library wrapper for Python
Anyjson loads whichever is the fastest JSON module installed and provides a uniform API regardless of which JSON implementation is used.
devel/archetypes.querywidget-1.0.9 (Score: 1.869263E-4)
Widget for creating catalog queries
Archetypes.querywidget implements a widget for creating catalog queries using an email-filtering-like interface, as found in GMail or Apple Mail.
devel/eris-1.3.23 (Score: 1.869263E-4)
WorldForge client entity library
Eris, the WorldForge client entity library is designed to simplify client development (and avoid duplicating effort) by providing a common framework to deal with server communications.
devel/calendar-0.15423 (Score: 1.869263E-4)
Library for iCalendar/vCard data
calendar is a python library for parsing and generating iCalendar data. See RFC 5545 and 6350. http://svn.calendarserver.org/repository/calendarserver/PyCalendar/trunk
devel/canonicaljson-1.0.0 (Score: 1.869263E-4)
Canonical JSON
A JSON library for Python that provides features such as sorted keys, no insignificant whitespace, minimal escaping where necessary and supports frozendict immutable dictionaries.
devel/liblarch-2.1.0 (Score: 1.869263E-4)
Python library to easily handle data structures
Liblarch is a python library built to easily handle data structure such are lists, trees and acyclic graphs (tree where nodes can have multiple parents).
devel/configargparse-0.10.0 (Score: 1.869263E-4)
Drop-in replacement for argparse
ConfigArgParse is a drop-in replacement for argparse that allows options to also be set via config files and/or environment variables.
devel/gen_rpc-1.0.2 (Score: 1.869263E-4)
Scalable RPC library for Erlang
gen_rpc uses a mailbox-per-node architecture and gen_tcp processes to parallelize data reception from multiple nodes without blocking the VM's distributed port.
devel/debtcollector-1.6.0 (Score: 1.869263E-4)
Collection of Python deprecation patterns and strategies
A collection of Python deprecation patterns and strategies that help you collect your technical debt in a non-destructive manner. The goal of this library is to provide well documented developer facing deprecation patterns that start of with a basic set and can expand into a larger set of patterns as time goes on. The desired output of these patterns is to apply the warnings module to emit DeprecationWarning or PendingDeprecationWarning or similar derivative to developers using libraries (or potentially applications) about future deprecations.