Ports Search

Results 16,79116,800 of 17,773 for comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0.(0.015 seconds)
devel/pytest-localserver-0.3.5 (Score: 1.0904034E-4)
Py.test Plugin to test server connections locally
pytest-localserver is a plugin for the pytest testing framework which enables you to test server connections locally. Sometimes monkeypatching urllib2.urlopen() just does not cut it, for instance if you work with urllib2.Request, define your own openers/handlers or work with httplib. In these cases it may come in handy to have an HTTP server running locally which behaves just like the real thing. Well, look no further!
devel/pyutil-2.0.0 (Score: 1.0904034E-4)
Collection of mature utilities for Python programmers
These are a few data structures, classes and functions which we've needed over many years of Python programming and which seem to be of general use to other Python programmers. Many of the modules that have existed in pyutil over the years have subsequently been obsoleted by new features added to the Python language or its standard library, thus showing that we're not alone in wanting tools like these.
devel/Pymacs-0.25 (Score: 1.0904034E-4)
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.
devel/robotframework-3.0 (Score: 1.0904034E-4)
Generic test automation framework
Robot Framework is a generic test automation framework for acceptance testing and acceptance test-driven development (ATDD). It has easy-to-use tabular test data syntax and utilizes the keyword-driven testing approach. Its testing capabilities can be extended by test libraries implemented either with Python or Java, and users can create new keywords from existing ones using the same syntax that is used for creating test cases.
devel/stsci.distutils-0.3.7 (Score: 1.0904034E-4)
Packaging utilities used by some of STScI's packages
This package contains utilities used to package some of STScI's Python projects, specifically those projects that comprise stsci_python and Astrolib. It currently consists mostly of some setup_hook scripts meant for use with distutils2/packaging and/or d2to1, and a customized easy_install command meant for use with distribute. This package is not meant for general consumption, though it might be worth looking at for examples of how to do certain things with your own packages.
devel/tabulate-0.7.5 (Score: 1.0904034E-4)
Pretty-print tabular data in Python
Pretty-print tabular data in Python. The main use cases of the library are: printing small tables without hassle: just one function call, formatting is guided by the data itself authoring tabular data for lightweight plain-text markup: multiple output formats suitable for further editing or transformation readable presentation of mixed textual and numeric data: smart column alignment, configurable number formatting, alignment by a decimal point
devel/tinyarray-1.1.0 (Score: 1.0904034E-4)
Arrays of numbers for Python, optimized for small sizes
Tinyarrays are similar to NumPy arrays, but optimized for small sizes. Common operations on very small arrays are to 3-7 times faster than with NumPy (with NumPy 1.6 it used to be up to 35 times), and 3 times less memory is used to store them. Tinyarrays are useful if you need many small arrays of numbers, and cannot combine them into a few large ones. (The resulting code is still much slower than C, but it may now be fast enough.)
devel/zope.component-4.2.2 (Score: 1.0904034E-4)
Zope Component Architecture
zope.component, together with zope.interface, provides facilities for defining, registering and looking up components. There are two basic kinds of components: adapters and utilities. Utilities are just components that provide an interface and that are looked up by an interface and a name. Adapters are components that are computed from other components to adapt them to some interface. Because they are computed from other objects, they are provided as factories, usually classes.
devel/langscan-1.2.20070115 (Score: 1.0904034E-4)
Program analyzer for source code search engine
LangScan is a program analyzer for source code search engine. Main Characteristics: * Use source code-specific information - Function names, string, comments, etc. * Prity-printed source code views * Easy-to-use for both general users and administrators * Support multi-byte characters Supported Languages: * Brainfuck * JavaScript * C * Lua * C++ * Objective Caml * C# * PHP * CSS * Perl * D * Python * Eiffel * Ruby * Emacs Lisp * Scheme * Io * Shell Script * Java * Plain Text
devel/sdl-2.1.3.1 (Score: 1.0904034E-4)
Ruby extension library to use SDL library
Ruby/SDL is a Ruby extension library to use SDL library. Ruby/SDL has following functions. Fast 2D graphics drawing. Input from keyboard, mouse, joystick. CD playback. Sound Playback with SDL_mixer TTF (TrueType Font) drawing with SDL_TTF Load image files, supporting BMP, PNM, XPM, LBM, PCX, GIF, JPEG, PNG, TGA formats with SDL_image mpeg playback with SMPGE Japanese string input with SDLSKK 3D graphics drawing with OpenGL Interface bdf font drawing with SDL_kanji