Ports Search

Results 6,5116,520 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.016 seconds)
devel/relative-0.04 (Score: 2.3547228E-4)
Load modules with relative names
relative - Load modules with relative names This module allows you to load modules using only parts of their name, relatively to the current module or to a given module. Module names are by default searched below the current module, but can be searched upper in the hierarchy using the ..:: syntax.
devel/pdcurses-3.4 (Score: 2.3547228E-4)
Curses library implementation for Win32, DOS, OS/2, and X11
PDCurses is a public domain curses library for Win32, DOS, OS/2 and X11, implementing most of the functions available in System V R4 curses. It supports most compilers for these platforms. The X11 port allows existing text-mode curses programs to be re-compiled and linked with PDCurses to produce native X11 applications.
devel/PHP_PMD-1.4.1 (Score: 2.3547228E-4)
PHP Mess Detector
The PHP Mess Detector aims to be a simplified PHP port of the well known Java Tool PMD. This project uses PHP_Depend to measure several software metrics from given source code, then it compares the calculated values with customizeable thresholds and reports all suspect software artifacts
devel/XML_NITF-1.1.1 (Score: 2.3547228E-4)
PEAR NITF XML parser
PEAR::XML_NITF provides a NITF XML parser. The parser was designed with NITF version 3.1, but should be forward-compatible when new versions of the NITF DTD are produced. Various methods for accessing the major elements of the document, such as the hedline(s), byline, and lede are provided. This class was originally tested against the Associated Press's (AP) XML data feed.
devel/Base-1.8 (Score: 2.3547228E-4)
Base package that all ezc components packages rely on
The Base component provides the basic functionality, such as autoloading, that all eZ Components need to function properly. The Base component needs to be loaded specifically. Base can also autoload external class reposito- ries from outside the eZ Components. Aside from the autoload functionality, the Base component also contains a number of generic Exception classes that all inherit from the ezcBaseExce- ption class.
devel/cog-2.3 (Score: 2.3547228E-4)
Code Generator for any language
Cog transforms files in a very simple way: it finds chunks of Python code embedded in them, executes the Python code, and inserts its output back into the original file. The file can contain whatever text you like around the Python code. It will usually be source code.
devel/fastimport-0.9.2 (Score: 2.3547228E-4)
Fastimport parser in Python
This is the Python parser that was originally developed for bzr-fastimport, but extracted so it can be used by other projects. It is currently used by bzr-fastimport and dulwich. hg-fastimport and git-remote-hg use a slightly modified version of it.
devel/aspects-1.3 (Score: 2.3547228E-4)
Lightweight aspect oriented programming library for Python
aspects is a lightweight approach to aspect oriented programming (AOP) in Python.The aspects.py library provides means to intercept function calls. Functions and methods (also in Python standard library and third party code) can be wrapped so that when they are called, the wrap is invoked first.
devel/astroid-1.4.6 (Score: 2.3547228E-4)
Extension for Python compiler.ast module
The aim of this module is to provide a common base representation of python source code for projects such as pychecker, pyreverse, pylint... Well, actually the development of this library is essentially governed by pylint's needs. It used to be called logilab-astng.
devel/protocols-0.9.3 (Score: 2.3547228E-4)
Python module extending the PEP 246 adapt() function
PyProtocols extends the PEP 246 adapt() function with a new "declaration API" that lets you easily define your own protocols and adapters, and declare what adapters should be used to adapt what types, objects, or protocols. In addition to its own Interface type, PyProtocols can also use Twisted and Zope's Interface types too.