You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python-pulp-streamer-2.8.3-1.lbn19.noarch
The streamer component of the Pulp Lazy Sync feature.
RPMPackage python-pulp-rpm-common-2.5.2-1.lbn19.noarch
A collection of modules shared among all RPM components.
RPMPackage python-pulp-repoauth-2.8.2-1.lbn19.noarch
Cert-based repo authentication for Pulp
RPMPackage python-pulp-python-common-2.0.0-1.lbn19.noarch
A collection of modules shared among all Pulp-Python components.
RPMPackage python-pulp-puppet-common-2.9.2-1.lbn19.noarch
A collection of modules shared among all Puppet components.
RPMPackage python-pulp-ostree-common-1.1.0-1.lbn19.noarch
Common libraries for OSTree support.
RPMPackage python-pulp-oid_validation-2.8.2-1.lbn19.noarch
Cert-based repo authentication for Pulp
RPMPackage python-pulp-docker-common-2.0.2-1.lbn19.noarch
Common libraries for python-pulp-docker
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.