Ports 搜索

共有5,623项符合/devel/的查询结果,以下是第3,9713,980项(搜索用时0.003秒)
devel/pushmi-1.0.0 (Score: 0.032514982)
Subversion 版本库的复制工具
Pushmi 提供了一个机制用来双向同步 Subversion 版本库。Pushmi 和其它复制工具 主要的不同在于Pushmi 让“从”版本库也可以被通常的 Subversion 客户端写入。
devel/pwlib-1.12.0 (Score: 0.032514982)
Cross platform C++ library, used by OpenH323
PWLib is a multi-platform code library that can be used to write applications that will compile and run on the BSD Unixes, Windows, Linux and a few other Unix variants. It was developed by Equivalence Ltd Pty. It is used by the OpenH323 library.
devel/Acquisition-4.2.2 (Score: 0.032514982)
Allows to obtain attributes from the containment hierarchy
Acquisition is a mechanism that allows objects to obtain attributes from the containment hierarchy they're in.
devel/AddOns-0.7 (Score: 0.032514982)
Dynamically extend other objects with AddOns
py-AddOn classes are like dynamic mixins, but with their own private attribute and method namespaces. A concern implemented using add-ons can be added at runtime to any object that either has a writable __dict__ attribute, or is weak-referenceable. AddOn classes are also like adapters, but rather than creating a new instance each time you ask for one, an existing instance is returned if possible. In this way, add-ons can keep track of ongoing state. For example, a Persistence add-on might keep track of whether its subject has been saved to disk.
devel/bluelet-0.2.0 (Score: 0.032514982)
Pure-Python asynchronous I/O using coroutines
Bluelet is a simple, pure-Python solution for writing intelligible asynchronous socket applications.
devel/BytecodeAssembler-0.6 (Score: 0.032514982)
Generate Python code objects by "assembling" bytecode
py-BytecodeAssembler is a simple bytecode assembler module that handles most low-level bytecode generation details like jump offsets, stack size tracking, line number table generation, constant and variable name index tracking, etc. That way, you can focus your attention on the desired semantics of your bytecode instead of on these mechanical issues.
devel/DateTime-3.0.3 (Score: 0.032514982)
Zope 2 DateTime data type
This package provides a DateTime data type, as known from Zope 2. Unless you need to communicate with Zope 2 APIs, you're probably better off using Python's built-in datetime module.
devel/DocumentTemplate-2.13.2 (Score: 0.032514982)
Document Templating Markup Language (DTML)
This package implements the original Document Templating Markup Language (DTML). It uses custom SGML tags to implement simple programmatic features, such as variable replacement, conditional logic and loops. Inside Zope environments page templates and TAL have superseded DTML for most use cases.
devel/Jinja2-2.8 (Score: 0.032514982)
Fast and easy to use stand-alone template engine
Jinja is a sandboxed template engine written in pure Python licensed under the BSD license. It provides a Django-like non-XML syntax and compiles templates into executable python code. It's basically a combination of Django templates and python code.
devel/cfgparse-1.3 (Score: 0.032514982)
Python module for parsing configuration files
cfgparse is Python module for parsing configuration files.