You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python-pulp-common-2.9.2-1.lbn19.noarch
A collection of components that are common between the pulp server and client.
RPMPackage python-pulp-client-lib-2.5.1-1.lbn19.noarch
A framework for loading Pulp client extensions.
RPMPackage python-pulp-bindings-2.11.0-1.lbn19.noarch
The Pulp REST API bindings for python.
RPMPackage python-pulp-agent-lib-2.10.3-1.lbn19.noarch
A framework for loading agent handlers that provide support for content, bind and system specific operations.
RPMPackage python-puka-0.0.7-1.lbn19.noarch
Puka - the opinionated RabbitMQ client
RPMPackage python-psutil-2.2.0-1.lbn19.x86_64
psutil (python system and process utilities) is a cross-platform library for retrieving information on running processes and system utilization (CPU, memory, disks, network) in Python. It is useful mainly for system monitoring, profiling and limiting process resources and management of running processes. It implements many functionalities offered by command line tools such as: ps, top, lsof, netstat, ifconfig, who, df, kill, free, nice, ionice, iostat, iotop, uptime, pidof, tty, taskset, pmap. It currently supports Linux, Windows, OSX, FreeBSD and Sun Solaris, both 32-bit and 64-bit architectures, with Python versions from 2.6 to 3.4 (users of Python 2.4 and 2.5 may use 2.1.3 version). PyPy is also known to work.
RPMPackage python-proliantutils-2.1.0-1.lbn19.noarch
Client Library for interfacing with various devices in HP Proliant Servers
RPMPackage python-progressbar-2.3-4.lbn19.noarch
This library provides a text mode progress bar. This is typically used to display the progress of a long running operation, providing a visual clue that processing is under way. The progressbar module is very easy to use, yet very powerful. And automatically supports features like auto-re-sizing when available.
RPMPackage python-prettytable-0.7.2-1.lbn19.noarch
prettytable
RPMPackage python-pretend-1.0.8-1.lbn19.noarch
Pretend is a library to make stubbing with Python easier.
RPMPackage python-potsdb-0.0.7-1.lbn19.noarch
Python client to OpenTSDB This was designed with a long running parent program in mind, where sending metrics was something that happens on the side. Implemented such that sending the metric "put" message to the Time Series Database API does not block the calling application. This is achieved by creating a background worker thread which takes metrics off the Queue, then sending them on a TCP socket to HOST. The client.log method simply sets up and puts the metric on the Queue, then returns. When the client object is instantiated, a temporary socket is created to the target HOST, PORT combination to check for connectivity. This may fail with a timeout error. However if the background thread encounters socket communication problems like timeout further down the line (in the sending metrics loop) then it will silenty keep trying to reconnect forever. Keep in mind that if you send a bunch of metrics through .log then immediately quit, the background thread will also terminate, without having had enough time to send your metrics properly. Rate limiting for sending metrics over TCP is by default set to 100 Metrics Per Second. This can be overwritten upon instantiation.
RPMPackage python-posix_ipc-0.9.8-1.fc19.x86_64
posix_ipc is a Python module (written in C) that permits creation and manipulation of POSIX inter-process semaphores, shared memory and message queues on platforms supporting POSIX Realtime Extensions, POSIX 1003.1b-1993.
RPMPackage python-polib-1.0.7-1.lbn19.noarch
polib is a library to manipulate, create, modify gettext files (pot, po and mo files). You can load existing files, iterate through it’s entries, add, modify entries, comments or metadata, etc… or create new po files from scratch. polib supports out of the box any version of python ranging from 2.4 to latest 3.X version. polib is pretty stable now and is used by many opensource projects. The project code and bugtracker is hosted on Bitbucket. polib is generously documented, you can browse the documentation online, a good start is to read the quickstart guide.
RPMPackage python-ply-3.4-4.fc19.noarch
PLY is a straightforward lex/yacc implementation. Here is a list of its essential features: * It is implemented entirely in Python. * It uses LR-parsing which is reasonably efficient and well suited for larger grammars. * PLY provides most of the standard lex/yacc features including support for empty productions, precedence rules, error recovery, and support for ambiguous grammars. * PLY is straightforward to use and provides very extensive error checking. * PLY doesn't try to do anything more or less than provide the basic lex/yacc functionality. In other words, it's not a large parsing framework or a component of some larger system.
RPMPackage python-pip-9.0.1-1.lbn19.noarch
Pip is a replacement for `easy_install <http://peak.telecommunity.com/DevCenter/EasyInstall>`_. It uses mostly the same techniques for finding packages, so packages that were made easy_installable should be pip-installable as well.
RPMPackage python-pecan-0.2.2-1.lbn19.noarch
A WSGI object-dispatching web framework, designed to be lean and fast, with few dependancies.
RPMPackage python-pdfminer-20140328-1.lbn19.noarch
PDFMiner is a tool for extracting information from PDF documents. Unlike other PDF-related tools, it focuses entirely on getting and analyzing text data. PDFMiner allows to obtain the exact location of texts in a page, as well as other information such as fonts or lines. It includes a PDF converter that can transform PDF files into other text formats (such as HTML). It has an extensible PDF parser that can be used for other purposes instead of text analysis.
RPMPackage python-pbr-0.8.0-3.lbn19.noarch
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.
RPMPackage python-path.py-7.2-1.lbn19.noarch
A module wrapper for os.path
RPMPackage python-passlib-1.6.1-1.lbn19.noarch
Passlib is a password hashing library for Python 2 & 3, which provides cross-platform implementations of over 30 password hashing algorithms, as well as a framework for managing existing password hashes. It's designed to be useful for a wide range of tasks, from verifying a hash found in /etc/shadow, to providing full-strength password hashing for multi-user application. * See the `online documentation <http://packages.python.org/passlib>`_ for details, installation instructions, and examples. * See the `Passlib homepage <http://passlib.googlecode.com>`_ for the latest news, more information, and additional downloads. * See the `changelog <http://packages.python.org/passlib/history.html>`_ for a description of what's new in Passlib. All releases are signed with the gpg key `4CE1ED31 <http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x4D8592DF4CE1ED31>`_.