Ports 搜索

共有5,623项符合/devel/的查询结果,以下是第3,8913,900项(搜索用时0.003秒)
devel/phpbt-1.0.1 (Score: 0.032514982)
Bug-tracking system developed in PHP
phpBugTracker is a web-based bug reporting and tracking system. It helps development teams to manage the testing and debugging segments of the development cycle. A PHP replacement for bugzilla, focusing on separating the presentation, application, and database layers by using templates and a database abstraction layer.
devel/opster-4.1 (Score: 0.032514982)
Command line parsing speedster
A command line options parser, intended to make writing command line applications easy and painless. It uses built-in Python types (lists, dictionaries, etc) to define options, which makes configuration clear and concise. Additionally it contains possibility to handle subcommands (i.e. hg commit or svn update).
devel/ply-3.9 (Score: 0.032514982)
Python Lex-Yacc
PLY is a Python-only implementation of the popular compiler construction tools lex and yacc. The implementation borrows ideas from a number of previous efforts; most notably John Aycock's SPARK toolkit. However, the overall flavor of the implementation is more closely modeled after the C version of lex and yacc. The other significant feature of PLY is that it provides extensive input validation and error reporting--much more so than other Python parsing tools.
devel/pyelftools-0.24 (Score: 0.032514982)
Library for analyzing ELF files and DWARF debugging information
pyelftools is a pure-Python library for parsing and analyzing ELF files and DWARF debugging information
devel/pyface-5.1.0 (Score: 0.032514982)
Enthought traits-capable windowing framework
The pyface project contains a toolkit-independent GUI abstraction layer, which is used to support the "visualization" features of the Traits package. Thus, you can write code in terms of the Traits API (views, items, editors, etc.), and let pyface and your selected toolkit and back-end take care of the details of displaying them. The following GUI backends are supported: * wxPython * PyQt * PySide
devel/pykde4-4.14.3 (Score: 0.032514982)
Python bindings for KDE
Python bindings for KDE.
devel/pykdeuic4-4.14.3 (Score: 0.032514982)
Enhanced version of pyuic4
Python bindings for KDE. This port provides pykdeuic4 utility. pykdeuic4 is an enhanced version of pyuic4 which supports KDE4 widgets and i18n. It compiles Designer Qt .ui files to Python classes.
devel/pymarc-3.1.5 (Score: 0.032514982)
Read Write And Modify MARC Bibliographic Data
pymarc is a python library for working with MARC21 bibliographic data.
devel/pyro-4.47 (Score: 0.032514982)
Distributed Object Middleware for Python(IPC/RPC)
Pyro is short for PYthon Remote Objects. It is an advanced and powerful Distributed Object Technology system written entirely in Python, that is designed to be very easy to use. Never worry about writing network communication code again, when using Pyro you just write your Python objects like you would normally. With only a few lines of extra code, Pyro takes care of the network communication between your objects once you split them over different machines on the network. All the gory socket programming details are taken care of, you just call a method on a remote object as if it were a local object! Pyro provides an object-oriented form of RPC. You can use Pyro within a single system but also use it for IPC. For those that are familiar with Java, Pyro resembles Java's Remote Method Invocation (RMI). It is less similar to CORBA - which is a system- and language independent Distributed Object Technology and has much more to offer than Pyro or RMI. But Pyro is small, simple and free!
devel/python-gist-0.4.1 (Score: 0.032514982)
Command line interface for working with github gists
gist is a command line interface for working with GitHub gists. It provides several methods for inspecting a users gists, and the ability to easily create them.