You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-statsd-3.2.1-7.lbn25.py37.noarch
A python client for the statsd daemon.
RPMPackage python3-sqlalchemy-1.3.3-1.lbn25.x86_64
SQLAlchemy is an Object Relational Mapper (ORM) that provides a flexible, high-level interface to SQL databases. Database and domain concepts are decoupled, allowing both sides maximum flexibility and power. SQLAlchemy provides a powerful mapping layer that can work as automatically or as manually as you choose, determining relationships based on foreign keys or letting you define the join conditions explicitly, to bridge the gap between database and domain. This package includes the python 3 version of the module.
RPMPackage python3-routes-2.4.1-12.lbn25.noarch
Routes is a Python re-implementation of the Rails routes system for mapping URL's to Controllers/Actions and generating URL's. Routes makes it easy to create pretty and concise URL's that are RESTful with little effort. This package contains the module built for python3.
RPMPackage python3-pyyaml-5.1.2-1.lbn25.x86_64
YAML is a data serialization format designed for human readability and interaction with scripting languages. PyYAML is a YAML parser and emitter for Python. PyYAML features a complete YAML 1.1 parser, Unicode support, pickle support, capable extension API, and sensible error messages. PyYAML supports standard YAML tags and provides Python-specific tags that allow to represent an arbitrary Python object. PyYAML is applicable for a broad range of tasks from complex configuration files to object serialization and persistence.
RPMPackage python3-pyjwt-1.7.1-2.lbn25.noarch
A Python implementation of RFC 7519
RPMPackage python3-psutil-5.5.1-1.lbn25.x86_64
psutil is a module providing an interface for retrieving information on all running processes and system utilization (CPU, memory, disks, network, users) in a portable way by using Python 3, implementing many functionalities offered by command line tools such as: ps, top, df, kill, free, lsof, free, netstat, ifconfig, nice, ionice, iostat, iotop, uptime, pidof, tty, who, taskset, pmap.
RPMPackage python3-prettytable-0.7.2-12.lbn25.py37.noarch
PrettyTable is a simple Python library designed to make it quick and easy to represent tabular data in visually appealing ASCII tables. It was inspired by the ASCII tables used in the PostgreSQL shell psql. PrettyTable allows for selection of which columns are to be printed, independent alignment of columns (left or right justified or centred) and printing of "sub-tables" by specifying a row range.
RPMPackage python3-pbr-5.4.3-1.lbn25.noarch
Manage dynamic plugins for Python applications
RPMPackage python3-paramiko-2.4.1-5.lbn25.py37.noarch
Paramiko (a combination of the Esperanto words for "paranoid" and "friend") is a module for python 2.3 or greater that implements the SSH2 protocol for secure (encrypted and authenticated) connections to remote machines. Unlike SSL (aka TLS), the SSH2 protocol does not require hierarchical certificates signed by a powerful central authority. You may know SSH2 as the protocol that replaced telnet and rsh for secure access to remote shells, but the protocol also includes the ability to open arbitrary channels to remote services across an encrypted tunnel (this is how sftp works, for example). Python 3 version.
RPMPackage python3-paho-mqtt-1.4.0-1.lbn25.noarch
Eclipse Paho™ MQTT Python Client This document describes the source code for the Eclipse Paho < MQTT Python client library, which implements versions 3.1 and 3.1.1 of the MQTT protocol.This code provides a client class which enable applications to connect to an MQTT < broker to publish messages, and to subscribe to topics and receive published messages. It also provides some helper functions...
RPMPackage python3-netaddr-0.7.19-4.lbn25.noarch
A network address manipulation library for Python Provides support for: Layer 3 addresses * IPv4 and IPv6 addresses, subnets, masks, prefixes * iterating, slicing, sorting, summarizing and classifying IP networks * dealing with various ranges formats (CIDR, arbitrary ranges and globs, nmap) * set based operations (unions, intersections etc) over IP addresses and subnets * parsing a large variety of different formats and notations * looking up IANA IP block information * generating DNS reverse lookups * supernetting and subnetting Layer 2 addresses * representation and manipulation MAC addresses and EUI-64 identifiers * looking up IEEE organisational information (OUI, IAB) * generating derived IPv6 addresses
RPMPackage python3-kazoo-2.5.0-2.lbn25.py37.noarch
Kazoo is a Python library designed to make working with Zookeeper a more hassle-free experience that is less prone to errors.
RPMPackage python3-jsonpath-rw-ext-1.0.0-5.lbn25.py37.noarch
Extensions for JSONPath RW
RPMPackage python3-jsonpath-rw-1.2.3-11.lbn25.py37.noarch
This library provides a robust and significantly extended implementation of JSONPath for Python, with a clear AST for meta-programming. It is tested with Python 2.6, 2.7, 3.2, 3.3, and PyPy. This library differs from other JSONPath implementations in that it is a full language implementation, meaning the JSONPath expressions are first class objects, easy to analyze, transform, parse, print, and extend.
RPMPackage python3-jenkins-1.5.0-1.lbn25.noarch
Python Jenkins is a library for the remote API of the Jenkins continuous integration server. It is useful for creating and managing jobs as well as build nodes.
RPMPackage python3-iso8601-0.1.12-3.lbn25.noarch
This module parses the most common forms of ISO 8601 date strings (e.g. 2007-01-14T20:34:22+00:00) into datetime objects.
RPMPackage python3-github3.py-1.3.0-1.lbn25.noarch
.. image:: is a comprehensive, actively developed and extraordinarily stable wrapper around the GitHub API (v3).See HISTORY.rst for any "breaking" changes.Installation :: $ pip install github3.pyDependencies - requests_ - uritemplate_.. _requests: .. _uritemplate: Please read the CONTRIBUTING_ document... _CONTRIBUTING:
RPMPackage python3-gear-0.14.0-1.lbn25.noarch
python-gear A pure-Python asynchronous library to interface with Gearman.
RPMPackage text/h323 python3-fb-re2-1.0.7-1.lbn25.x86_64
 
RPMPackage python3-extras-1.0.0-1.lbn25.py37.noarch
extras is a set of extensions to the Python standard library, originally written to make the code within testtools cleaner, but now split out for general use outside of a testing context.