Ports 搜索

共有17,754项符合%E6%8E%A7%E5%88%B6%E5%8F%B0的查询结果,以下是第8,4418,450项(搜索用时0.015秒)
devel/tvrage-0.4.1 (Score: 7.851118E-5)
Python client for the tvrage.com XML API
tvrage is a python based object oriented client interface for tvrage.com's XML based api feeds. The tvrage package consists of three modules: - feeds module provides a wrapper function for each of tvrage's XML-feeds - api module provides an clean and object oriented interface on top of those services - quickinfo module is a simple pythonic wrapper for tvrage's quickinfo api. Values are returned as python dictionaries rather than dedicated objects for tv shows and episodes
devel/mx-experimental-3.0.0 (Score: 7.851118E-5)
The eGenix mx Extensions - EXPERIMENTAL Package
eGenix.com mx Extensions for Python - EXPERIMENTAL Package The mx Extension Series(TM) is a collection of software packages which aims at providing professional quality add-ons for the Open Source Language Python (see http://www.python.org). It consists of the following packages: mxNumber - Extended Numeric Types mxTidy - Interface to HTML Tidy (HTML/XML cleanup tool) mxURL - A URL Datatype mxUID - A UID Datatype
devel/offtrac-0.1.0 (Score: 7.851118E-5)
Trac XMLRPC library
This is the Offtrac project. It aims to be a python based xmlrpc client library for trac instances. There is the offtrac python library which offers the TracServer class. This object is how one interacts with a Trac instance via xmlrpc. An example script (fedora-hosted.py) is provided to show how a client program might make use of the library to get things done.
devel/pudb-2016.2 (Score: 7.851118E-5)
Full-screen, console-based Python debugger
PuDB is a full-screen, console-based visual debugger for Python. Its goal is to provide all the niceties of modern GUI-based debuggers in a more lightweight and keyboard-friendly package. PuDB allows you to debug code right where you write and test it--in a terminal. If you've worked with the excellent (but nowadays ancient) DOS-based Turbo Pascal or C tools, PuDB's UI might look familiar.
devel/python-bugzilla-1.2.1 (Score: 7.851118E-5)
Bugzilla XMLRPC access module
This is a python module that provides a kinda pythonic interface to Bugzilla over XMLRPC. It was originally written specifically for Red Hat's Bugzilla instance, but it is intended to work with any Bugzilla instance. More usage the better, we would be happy to help get things working with the bugzilla instance you care about. It also includes a `bugzilla` command-line client which can be used for quick, ad-hoc bugzilla jiggery-pokery.
devel/gaul-0.1849.0 (Score: 7.851118E-5)
Genetic Algorithm Utility Library
The Genetic Algorithm Utility Library (or, GAUL for short) is a flexible programming library designed to aid in the development of applications that use genetic, or evolutionary, algorithms. It provides data structures and functions for handling and manipulation of the data required for a genetic algorithm. Additional stochastic algorithms are provided for comparison to the genetic algorithms. Much of the functionality is also available through a simple S-Lang interface.
devel/pybugz-0.12.1 (Score: 7.851118E-5)
Python command-line interface to bugzilla
Many find Bugzilla's web-based UI inefficient. PyBugz is a command-line based interface that was written by Alastair Tse in order to improve his interaction with Gentoo Bugzilla Features -------- * Searching bugzilla * Listing details of a bug including comments and attachments * Downloading/viewing attachments from bugzilla * Posting bugs, comments, and making changes to an existing bug. * Adding attachments to a bug. There is extensive help in `bugz --help` and `bugz <subcommand> --help` for additional options.
devel/pylint-1.5.6 (Score: 7.851118E-5)
Analyzes python source code looking for bugs and signs of poor quality
Pylint is a python tool that checks if a module satisfy a coding standard. Pylint can be seen as another PyChecker since nearly all tests you can do with PyChecker can also be done with Pylint. But Pylint offers some more features, like checking line-code's length, checking if variable names are well-formed according to your coding standard, or checking if declared interfaces are truly implemented, and much more.
devel/re2c-0.14.3 (Score: 7.851118E-5)
Compile regular expression to C (much faster final code than flex)
re2c is a tool for generating C-based recognizers from regular expressions. re2c-based scanners are efficient: for programming languages, given similar specifications, an re2c-based scanner is typically almost twice as fast as a flex-based scanner with little or no increase in size (possibly a decrease on cisc architectures). Indeed, re2c-based scanners are quite competitive with hand-crafted ones.
devel/tig-2.1.1 (Score: 7.851118E-5)
Text-mode interface for git
Tig is a git repository browser that additionally can act as a pager for output from various git commands. When browsing repositories, it uses the underlying git commands to present the user with various views, such as summarized revision log and showing the commit with the log message, diffstat, and the diff. Using it as a pager, it will display input from stdin and colorize it.