Ports 搜索

共有17,754项符合%E6%8E%A7%E5%88%B6%E5%8F%B0的查询结果,以下是第3,8113,820项(搜索用时0.011秒)
devel/ToscaWidgets-0.9.12 (Score: 1.1215882E-4)
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: 1.1215882E-4)
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: 1.1215882E-4)
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: 1.1215882E-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: 1.1215882E-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: 1.1215882E-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: 1.1215882E-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: 1.1215882E-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: 1.1215882E-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: 1.1215882E-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.