Ports 搜索

共有5,623项符合/devel/的查询结果,以下是第4,0114,020项(搜索用时0.004秒)
devel/Products.CMFTestCase-0.9.12 (Score: 0.032514982)
Integration testing framework for CMF
Integration testing framework for CMF.
devel/DecoratorTools-1.8 (Score: 0.032514982)
Class, function, and metaclass decorators
Want to use decorators, but still need to support Python 2.3? Wish you could have class decorators, decorate arbitrary assignments, or match decorated function signatures to their original functions? Want to get metaclass features without creating metaclasses? How about synchronized methods? "DecoratorTools" gets you all of this and more.
devel/defusedxml-0.4.1 (Score: 0.032514982)
XML bomb protection for Python stdlib modules
Defusing XML bombs and other exploits The results of an attack on a vulnerable XML library can be fairly dramatic. With just a few hundred Bytes of XML data an attacker can occupy several Gigabytes of memory within seconds. An attacker can also keep CPUs busy for a long time with a small to medium size request. This library prevents such issues.
devel/Products.CMFUid-2.2.1 (Score: 0.032514982)
Uid product for the Zope CMF
Uid product for the Zope Content Management Framework.
devel/Products.DCWorkflow-2.2.4 (Score: 0.032514982)
DCWorkflow product for the Zope Content Management Framework
DCWorkflow product for the Zope Content Management Framework.
devel/Products.ExtendedPathIndex-3.1 (Score: 0.032514982)
Zope catalog index for paths
Zope catalog index for paths.
devel/rpyc-3.3.0 (Score: 0.032514982)
Remote Python Call
RPyC(pronounced like 'are-pie-see'), or Remote Python Call, is a transparent and symmetrical python library for remote procedure calls, clustering and distributed-computing. RPyC makes use of object-proxying, a technique that employs python's dynamic nature, to overcome the physical boundaries between processes and computers, so that remote objects can be manipulated as if they were local.
devel/dirspec-13.10 (Score: 0.032514982)
XDG Base and User directories implementation
A Python library which provides support for handling directories as described in the XDG Base Directory and User Folders specifications.
devel/distorm-20121220.r230 (Score: 0.032514982)
Python interface for fast x86 and x86-64 disassembler library
devel/docopt-0.6.2 (Score: 0.032514982)
Pythonic argument parser, that will make you smile
docopt helps you: - define interface for your command-line app, and - automatically generate parser for it.