Ports 搜索

共有5,623项符合/devel/的查询结果,以下是第4,4914,500项(搜索用时0.004秒)
devel/dbussupport-5.5.1 (Score: 0.032514982)
Qt event loop support for dbus-python
PyQt5 is a set of Python bindings for Digia's Qt5 application framework. This package provides Qt event loop support for dbus-python.
devel/designer-5.5.1 (Score: 0.032514982)
Python bindings for the Qt5 toolkit, QtDesigner module
PyQt5 is a set of Python bindings for Digia's Qt5 application framework. This package provides the QtDesigner module.
devel/designerplugin-5.5.1 (Score: 0.032514982)
Python bindings for the Qt5 toolkit, QtDesigner plugin
PyQt4 is a set of Python bindings for Digia's Qt4 application framework. This package provides the QtDesigner plugin.
devel/pychecker-0.8.19 (Score: 0.032514982)
Python source code checking tool to help hunting common bugs
PyChecker is a python source code checking tool to help you find common bugs. It is meant to find problems that are typically caught by a compiler. Because of the dynamic nature of python, some warnings may be incorrect; however, spurious warnings should be fairly infrequent. PyChecker works in a combination of ways. First, it imports each module. If there is an import error, the module cannot be processed. The import provides some basic information about the module. For each function, class, and method, the code within the function is checked for possible problems. Types of problems that can be found include: * No doc strings in modules, classes, functions, and methods * self not the first parameter to a method * Wrong number of parameters passed to functions/methods * No global found (e.g., using a module without importing it) * Global not used (module or variable)
devel/qscintilla2-2.9.1 (Score: 0.032514982)
Python bindings for QScintilla2 (PyQt5), QSci module
PyQt5 is a set of Python bindings for Digia's Qt5 application framework. This package provides the Qsci module for the Qscintilla2 editor component. http://www.riverbankcomputing.co.uk/software/qscintilla/
devel/test-5.5.1 (Score: 0.032514982)
Python bindings for the Qt5 toolkit, QtTest module
PyQt5 is a set of Python bindings for Digia's Qt5 application framework. This package provides the QtTest module.
devel/qt5-5.5.1 (Score: 0.032514982)
Python bindings for the Qt 5 toolkit (meta port)
PyQt5 is a set of Python bindings for Digia's Qt5 application framework. This package provides the PyQt5 metaport.
devel/rauth-0.7.2 (Score: 0.032514982)
Python library for OAuth 1.0/a, 2.0, and Ofly consumers
This package provides OAuth 1.0/a, 2.0, and Ofly consumer support. The package is wrapped around the superb Python Requests. * Supports OAuth 1.0/a, 2.0 and Ofly * Service wrappers for convenient connection initialization * Authenticated session objects providing nifty things like keep-alive * Well tested (100% coverage) * Built on Requests
devel/raven-5.13.0 (Score: 0.032514982)
Client for Sentry
Raven is a Python client for Sentry (http://getsentry.com/). It provides full out-of-the-box support for many of the popular frameworks, including Django, Flask, and Pylons. Raven also includes drop-in support for any WSGI-compatible web application.
devel/Pymacs-0.25 (Score: 0.032514982)
Python package for scripting emacs
Pymacs is a powerful tool which, once started from Emacs, allows both-way communication between Emacs Lisp and Python. Pymacs aims Python as an extension language for Emacs rather than the other way around, and this asymmetry is reflected in some design choices. Within Emacs Lisp code, one may load and use Python modules. Python functions may themselves use Emacs services, and handle Emacs Lisp objects kept in Emacs Lisp space.