You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-cryptography-2.8-1.lbn25.x86_64
cryptography is a package designed to expose cryptographic primitives and recipes to Python developers.
RPMPackage python3-cherrypy-8.9.1-2.lbn25.py37.noarch
CherryPy allows developers to build web applications in much the same way they would build any other object-oriented Python program. This usually results in smaller source code developed in less time.
RPMPackage python3-cachetools-2.0.1-5.lbn25.py37.noarch
This module provides various memoizing collections and decorators, including a variant of the Python 3 Standard Library @lru_cache function decorator. This module provides multiple cache implementations based on different cache algorithms, as well as decorators for easily memoizing function and method calls.
RPMPackage python3-cachecontrol-0.12.5-1.lbn25.noarch
CacheControl CacheControl is a port of the caching algorithms in httplib2_ for use with requests_ session object.It was written because httplib2's better support for caching is often mitigated by its lack of threadsafety. The same is true of requests in terms of caching.
RPMPackage python3-babel-2.6.0-5.lbn25.py37.noarch
Babel is composed of two major parts: * tools to build and work with gettext message catalogs * a Python interface to the CLDR (Common Locale Data Repository), providing access to various locale display names, localized number and date formatting, etc.
RPMPackage python3-alembic-1.2.1-1.lbn25.noarch
Alembic is a new database migrations tool, written by the author of SQLAlchemy. A migrations tool offers the following functionality: * Can emit ALTER statements to a database in order to change the structure of tables and other constructs. * Provides a system whereby "migration scripts" may be constructed; each script indicates a particular series of steps that can "upgrade" a target database to a new version, and optionally a series of steps that can "downgrade" similarly, doing the same steps in reverse. * Allows the scripts to execute in some sequential manner. Documentation and status of Alembic is at http://readthedocs.org/docs/alembic/
RPMPackage python2-policycoreutils-2.8-8.lbn25.py37.noarch
The policycoreutils-python package contains the management tools use to manage an SELinux environment.
RPMPackage python2-billiard-3.6.1.0-1.lbn25.x86_64
This package contains extensions to the multiprocessing Pool.
RPMPackage python2-audit-3.0-0.7.20190326git03e7489.lbn25.x86_64
The python2-audit package contains the bindings so that libaudit and libauparse can be used by python2.
RPMPackage python2-anyjson-0.3.3-15.lbn25.py37.noarch
Anyjson loads whichever is the fastest JSON module installed and provides a uniform API regardless of which JSON implementation is used.
RPMPackage python2-amqplib-1.0.2-18.lbn25.py37.noarch
Client library for AMQP (Advanced Message Queuing Protocol) Supports the 0-8 AMQP spec, and has been tested with RabbitMQ and Python's 2.4, 2.5, and 2.6.
RPMPackage python2-amqp-2.5.2-1.lbn25.noarch
Low-level AMQP client for Python This is a fork of amqplib, maintained by the Celery project. This library should be API compatible with librabbitmq.
RPMPackage python2-urlgrabber-3.10.1-15.lbn25.noarch
A high-level cross-protocol url-grabber for python supporting HTTP, FTP and file locations. Features include keepalive, byte ranges, throttling, authentication, proxies and more.
RPMPackage python2-pyxattr-0.5.3-16.lbn25.py37.x86_64
Python extension module wrapper for libattr. It allows to query, list, add and remove extended attributes from files and directories.
RPMPackage python2-gpg-1.13.1-3.lbn25.x86_64
gpgme bindings for Python 2.
RPMPackage python2-kid-0.9.6-22.lbn25.noarch
Kid is a simple Python based template language for generating and transforming XML vocabularies. Templates are compiled to native Python byte-code and may be imported and used like normal Python modules.
RPMPackage rubygem-oraclecloud-1.1.0-1.lbn25.noarch
Client gem for interacting with the Oracle Cloud API.
RPMPackage rubygem-knife-oraclecloud-2.0.0-1.lbn25.noarch
Knife plugin to interact with Oracle Cloud.
RPMPackage python3-string-utils-0.6.0-1.lbn25.noarch
Python String UtilsA small utility library to check and manipulate strings.- simple and pythonic - fast (based on compiled regex) - no external dependencies - fully documented - PEP8 complaint - 100% code coverage - tested against multiple python versions (2.7, 3.2, 3.3, 3.4, 3.5) What's inside... String checking functions:- is_string - is_full_string- is_url - is_email - is_credit_card -...
RPMPackage python3-ruamel-yaml-0.15.41-2.lbn25.py37.x86_64
ruamel.yaml is a YAML 1.2 loader/dumper package for Python. It is a derivative of Kirill Simonov’s PyYAML 3.11