Ports Search

Results 17,29117,300 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.033 seconds)
devel/pygithub-1.26.0 (Score: 2.6503309E-5)
Python library implementing the full GitHub API v3
This is a Python library to access the Github API v3. With it, you can manage your Github resources (repositories, user profiles, organizations, etc.) from Python scripts. It covers the full API, and all methods are tested against the real Github site.
devel/pymtbl-0.4.0 (Score: 2.6503309E-5)
Python wrapper for devel/mtbl
pymtbl: Python bindings for the mtbl sorted string table library pymtbl provides a simple Pythonic wrapper for mtbl's reader, writer, sorter, and merger interfaces. The examples/ directory contains scripts demonstrating each of these interfaces. The following transcript shows the basic reader and writer interfaces:
devel/python2-pythondialog-3.4.0 (Score: 2.6503309E-5)
Backport of pythondialog to Python 2
Python interface to the UNIX dialog utility and mostly-compatible programs (Python 2 backport) This version is a backport of pythondialog to Python 2. Unless you really have to use Python 2, you should go to the pythondialog homepage and download the reference implementation which, at the time of this writing (May 2015) and for the forseeable future, is targeted at Python 3.
devel/raven-5.13.0 (Score: 2.6503309E-5)
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/robotremoteserver-1.0.1 (Score: 2.6503309E-5)
Python Remote Server for Robot Framework
Robot Framework remote servers allow hosting test libraries on different processes or machines than Robot Framework itself is running on. This version is implemented in Python and supports also Jython (JVM) and IronPython (.NET). See remote library interface documentation for more information about the remote interface in general as well as for a list of remote server implementations in other programming languages.
devel/Test2-Plugin-NoWarnings-0.02 (Score: 2.6503309E-5)
Fail if tests warn
Loading this plugin causes your tests to fail if there any warnings while they run. Each warning generates a new failing test and the warning content is outputted via diag. This module uses $SIG{__WARN__}, so if the code you're testing sets this, then this module will stop working.
devel/six-1.10.0 (Score: 2.6503309E-5)
Python 2 and 3 compatibility utilities
Six is a Python 2 and 3 compatibility library. It provides utility functions for smoothing over the differences between the Python versions with the goal of writing Python code that is compatible on both Python versions. See the documentation for more information on what is provided.
devel/testtools-0.9.35 (Score: 2.6503309E-5)
Extensions to the Python library's unit testing framework
testtools is a set of extensions to the Python standard library's unit testing framework. These extensions have been derived from years of experience with unit testing in Python and come from many different sources. testtools also backports unittest changes from recent Pythons to Python 2.4 and 2.5.
devel/virtualenv-14.0.0 (Score: 2.6503309E-5)
Tool for creating isolated Python environments
``virtualenv`` is a tool to create isolated Python environments. It creates an environment that has its own installation directories, that doesn't share libraries with other virtualenv environments (and optionally doesn't use the globally installed libraries either). Usage: virtualenv YOUR_NEW_PYTHON_ENV
devel/zope.site-3.9.2 (Score: 2.6503309E-5)
Local registries for zope component architecture
This package provides a local and persistent site manager implementation, so that one can register local utilities and adapters. It uses local adapter registries for its adapter and utility registry. The module also provides some facilities to organize the local software and ensures the correct behavior inside the ZODB.