Ports Search

Results 4,1914,200 of 5,623 for /devel/.(0.003 seconds)
devel/five.customerize-1.1 (Score: 0.032514982)
TTW customization of template-based Zope views
TTW customization of template-based Zope views.
devel/five.formlib-1.0.4 (Score: 0.032514982)
zope.formlib integration for Zope 2
zope.formlib integration for Zope 2.
devel/pycparser-2.10 (Score: 0.032514982)
C parser in Python
pycparser is a complete parser of the C language, written in pure Python using the PLY parsing library. It parses C code into an AST and can serve as a front-end for C compilers or analysis tools.
devel/dissy-10 (Score: 0.032514982)
Graphical frontend to the objdump disassembler
Dissy is a graphical frontend to the objdump disassembler. Dissy can be used for debugging and browsing compiler-generated code.
devel/five.globalrequest-1.0 (Score: 0.032514982)
Zope 2 integration for zope.globalrequest
Zope 2 integration for zope.globalrequest.
devel/gproc-0.6.1 (Score: 0.032514982)
Process dictionary for Erlang
Gproc is a process dictionary for Erlang, which provides a number of useful features beyond what the built-in dictionary has.
devel/five.localsitemanager-2.0.5 (Score: 0.032514982)
Local site manager implementation for Zope 2
Local site manager implementation for Zope 2.
devel/flake8-2.5.4 (Score: 0.032514982)
Code checking using pep8 and pyflakes
Flake8 is a wrapper around these tools: - PyFlakes - pep8 - Ned's McCabe script Flake8 runs all tools by launching the single 'flake8' script, but ignores pep8 and PyFlakes extended options and just uses defaults. It displays the warnings in a per-file, merged output.
devel/Flask-Babel-0.11.1 (Score: 0.032514982)
Adds i18n/l10n support to Flask applications
Add i18n/l10n support to Flask applications with the help of the Babel library.
devel/flexmock-0.10.2 (Score: 0.032514982)
Flexmock is a mock/stub/spy library for Python
Flexmock is a mock/stub/spy library for Python. Its API is inspired by a Ruby library of the same name. However, it is not a goal of Python Flexmock to be a clone of the Ruby version. Instead, the focus is on providing full support for testing Python programs and making the creation of fake objects as unobtrusive as possible. As a result, Python Flexmock removes a number of redandancies in the Ruby Flexmock API, alters some defaults, and introduces a number of Python-only features. Flexmock declarations are structured to read more like English sentences than API calls, and it is possible to chain them together in any order to achieve high degree of expressiveness in a single line of code.