Ports Search

Results 4,5014,510 of 5,623 for /devel/.(0.003 seconds)
devel/rcsparse-0.0.0.20151027 (Score: 0.032514982)
RCS file parsing library
A fast RCS file parsing library (needed for fromcvs)
devel/re2-0.2.22 (Score: 0.032514982)
Python wrapper for Google RE2 using Cython
pyre2 is a Python extension that wraps Google's RE2 regular expression library. It implements many of the features of Python's built-in re module with compatible interfaces.
devel/pyrex-0.9.9 (Score: 0.032514982)
Programming Language for writing Python extension modules
Pyrex is a language specially designed for writing Python extension modules. It's designed to bridge the gap between the nice, high-level, easy-to-use world of Python and the messy, low-level world of C.
devel/jsxd-0.2.1 (Score: 0.032514982)
JSX style data structure manipulation
JSX style data structure manipulation.
devel/rednose-0.4.3 (Score: 0.032514982)
Coloured output for nosetests
Rednose is a nosetests plugin for adding colour (and readability) to nosetest console results.
devel/repl-0.8.4 (Score: 0.032514982)
Replacement for readline and interactive environment for Python
Pyrepl is a neat replacement for python readline module. Features: - sane multi-line editing - history, with incremental search - completion, including displaying of available options - a fairly large subset of the readline emacs-mode key bindings (adding more is mostly just a matter of typing) - Deliberately liberal, Python-style license - no global variables, so you can run two independent readers without having their histories interfering.
devel/pythontidy-1.23 (Score: 0.032514982)
Cleans up, regularizes, and reformats the text of Python scripts
This script reads Python code from standard input and writes a revised version to standard output. Alternatively, it may be invoked with file names as arguments: python PythonTidy.py input output Suffice it to say that input defaults to '-', the standard input, and output defaults to '-', the standard output.
devel/repoze.sphinx.autointerface-0.8 (Score: 0.032514982)
Auto-generates API docs from Zope interfaces
This package defines an extension for the Sphinx documentation system. The extension allows generation of API documentation by introspection of zope.interface instances in code.
devel/repoze.tm2-2.0 (Score: 0.032514982)
Zope-like transaction manager via WSGI middleware
repoze.tm2 is a middleware which uses the ZODB transaction manager to wrap a call to its pipeline children inside a transaction. This is a fork of the repoze.tm package which depends only on the transaction package rather than the entirety of ZODB (for users who don't rely on ZODB).
devel/repoze.what-pylons-1.0 (Score: 0.032514982)
The repoze.what v1 plugin for Pylons/TG2 integration
py-repoze.what-pylons is an extras plugin for repoze.what which provides optional and handy utilities for Pylons applications using this authorization framework. Some of the features of the plugin include: * The utilities are ready to use: There's nothing additional to be configured before using. * 100% documented. Each component is documented along with code samples. * The test suite has a coverage of 100% and it will never decrease -- if it ever does, report it as a bug! * TurboGears 2 is officially supported as well.