Ports Search

Results 15,20115,210 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.013 seconds)
devel/pygithub-1.26.0 (Score: 5.180394E-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: 5.180394E-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/pyshapelib-1.0 (Score: 5.180394E-5)
Python bindings for Shapelib
Python bindings for Shapelib ============================ These are three python modules for shapelib: shapelib read/write shapefiles dbflib read/write dbf files shptree quadtree for shapes Shapelib is a free software library for reading and writing ESRI shape files and can be found at http://shapelib.maptools.org/.
devel/python2-pythondialog-3.4.0 (Score: 5.180394E-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: 5.180394E-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/pythontidy-1.23 (Score: 5.180394E-5)
Cleans up, regularizes, and reformats the text of Python scripts
This script reads Python code from standard input and writes a revised version to standard output. Alternatively, it may be invoked with file names as arguments: python PythonTidy.py input output Suffice it to say that input defaults to '-', the standard input, and output defaults to '-', the standard output.
devel/robotremoteserver-1.0.1 (Score: 5.180394E-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: 5.180394E-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/raknet-3.9.2 (Score: 5.180394E-5)
Networking API that provides reliable UDP primarily for online games
RakNet is a free networking API that provides reliable UDP and high level networking constructs. Although it can be used for any networked application, it was developed specifically for rapid development of online games and the addition of multiplayer to single player games.
devel/six-1.10.0 (Score: 5.180394E-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.