Ports Search

Results 9,5619,570 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.012 seconds)
devel/ToscaWidgets-0.9.12 (Score: 5.738134E-5)
Python framework for building reusable web components
ToscaWidgets is a framework for building reusable web components. The system allows a web developer to use a complex widget in their application with ease - the internal complexity of the widget is hidden. This helps rapidly develop compelling web applications.
devel/jsonlib-1.6.1 (Score: 5.738134E-5)
JSON Serializer/Deserializer for Python
py-json is a lightweight data-interchange format. It is often used for exchanging data between a web server and user agent. This module aims to produce a library for serializing and deserializing JSON that conforms strictly to RFC 4627.
devel/jsonlib2-1.5.2 (Score: 5.738134E-5)
JSON Serializer/Deserializer for Python
py-jsonlib2 is a lightweight data-interchange format. It is often used for exchanging data between a web server and user agent. This module aims to produce a library for serializing and deserializing JSON that conforms strictly to RFC 4627.
devel/lazy-1.2 (Score: 5.738134E-5)
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: 5.738134E-5)
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: 5.738134E-5)
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: 5.738134E-5)
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/Louie-1.1 (Score: 5.738134E-5)
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/repoze.who-friendlyform-1.0.8 (Score: 5.738134E-5)
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: 5.738134E-5)
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.