Ports Search

Results 7,6417,650 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.01 seconds)
devel/memory_profiler-0.41 (Score: 8.972706E-5)
Line-by-line and process memory consumption analysis
memory_profiler is a python module for monitoring memory consumption of a process as well as line-by-line analysis of memory consumption for python programs. It is a pure python module and has the psutil module as optional (but highly recommended) dependencies.
devel/venusian-1.0 (Score: 8.972706E-5)
Python library for deferring decorator actions
Venusian is a library which allows framework authors to defer decorator actions. Instead of taking actions when a function (or class) decorator is executed at import time, you can defer the action usually taken by the decorator until a separate "scan" phase.
devel/wsgiutils-0.7 (Score: 8.972706E-5)
Utility libraries for development of simple WSGI programs
WSGIUtils is a package of standalone utility libraries that ease the development of simple WSGI programs. The package is divided into two main components which can be used individually or in combination. wsgiServer is a multi-threaded WSGI web server based on SimpleHTTPServer. wsgiAdaptor is a simple WSGI application that provides basic authentication, signed cookies and persistent sessions.
devel/palm-0.1.7 (Score: 8.972706E-5)
Fast Protocol Buffer library for Python
PALM is a library for using Google's protocol buffers in Python. It has a fast core written in C with a thin Cython binding to Python. The goal of palm was to make improvements to the Google reference implementation, namely: * Make the library significantly faster * Clean up the API
devel/pbr-1.8.1 (Score: 8.972706E-5)
Python Build Reasonableness
PBR is a library that injects some useful and sensible default behaviors into your setuptools run. It started off life as the chunks of code that were copied between all of the OpenStack projects. Around the time that OpenStack hit 18 different projects each with at least 3 active branches, it seems like a good time to make that code into a proper re-usable library.
devel/plex-1.1.5 (Score: 8.972706E-5)
Lexical Analysis Module for Python
Plex is a Python module for constructing lexical analysers, or scanners. Plex scanners have almost all the capabilities of the scanners generated by GNU Flex, and are specified in a very similar way. Tokens are defined by regular expressions, and each token has an associated action, which may be to return a literal value, or to call an arbitrary function.
devel/zconfig-3.0.4 (Score: 8.972706E-5)
General use python configuration library
ZConfig is a general use Python configuration library. It supports a hierarchical schema-driven configuration model that allows a schema to specify data conversion routines written in Python. ZConfig's model is very different from the model support by the ConfigParser module found in Python's standard library, and is more suitable to configuration-intensive applications.
devel/pretend-1.0.8 (Score: 8.972706E-5)
Library for stubbing in Python
Pretend is a library to make stubbing with Python easier. What is stubbing? Stubbing is a technique for writing tests. You may hear the term mixed up with mocks, fakes, or doubles. Basically a stub is an object that returns pre-canned responses, rather than doing any computation.
devel/prompt_toolkit-0.60 (Score: 8.972706E-5)
Library for building powerful interactive command lines in Python
prompt_toolkit is a library for building powerful interactive command lines in Python. It ships with a nice interactive Python shell (called ptpython) built on top of the library. prompt_toolkit could be a replacement for readline, but it can be much more than that.
devel/pydoop-1.1.0 (Score: 8.972706E-5)
Python interface to Hadoop
Pydoop is a Python interface to Hadoop that allows you to write MapReduce applications in pure Python. Pydoop offers several features not commonly found in other Python libraries for Hadoop: -- a rich HDFS API; -- a MapReduce API that allows to write pure Python record readers / writers, partitioners and combiners; -- transparent Avro (de)serialization; -- easy installation-free usage;