You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-certifi-2015.04.28-8.lbn19.noarch
Python 3 Certifi is a carefully curated collection of Root Certificates for validating the trustworthiness of SSL certificates while verifying the identity of TLS hosts. It has been extracted from the Requests project. Please note that this Fedora package links to the bundle certificates of ca-certificates.
RPMPackage python3-celery-3.1.20-2.lbn19.noarch
An open source asynchronous task queue/job queue based on distributed message passing. It is focused on real-time operation, but supports scheduling as well. The execution units, called tasks, are executed concurrently on one or more worker nodes using multiprocessing, Eventlet or gevent. Tasks can execute asynchronously (in the background) or synchronously (wait until ready). Celery is used in production systems to process millions of tasks a day. Celery is written in Python, but the protocol can be implemented in any language. It can also operate with other languages using web hooks. The recommended message broker is RabbitMQ, but limited support for Redis, Beanstalk, MongoDB, CouchDB and databases (using SQLAlchemy or the Django ORM) is also available.
RPMPackage python3-cairo-devel-1.10.0-11.lbn19.x86_64
This package contains files required to build wrappers for cairo add-on libraries so that they interoperate with python3-cairo.
RPMPackage python3-cairo-1.10.0-11.lbn19.x86_64
Python 3 bindings for the cairo library.
RPMPackage python3-brlapi-0.6.3-3.lbn19.x86_64
This package provides the Python 3 binding for BrlAPI.
RPMPackage python3-bottle-0.12.6-4.lbn19.noarch
Bottle is a fast and simple micro-framework for small web-applications. It offers request dispatching (Routes) with URL parameter support, Templates, a built-in HTTP Server and adapters for many third party WSGI/HTTP-server and template engines. All in a single file and with no dependencies other than the Python Standard Library.
RPMPackage python3-blinker-1.3-6.lbn19.noarch
Blinker provides a fast dispatching system that allows any number of interested parties to subscribe to events, or "signals".
RPMPackage python3-bleach-1.4.2-1.lbn19.noarch
Bleach is an HTML sanitizing library that escapes or strips markup and attributes based on a white list.
RPMPackage python3-billiard-3.3.0.23-1.lbn19.noarch
This package contains extensions to the multiprocessing Pool.
RPMPackage python3-beautifulsoup4-4.5.3-1.lbn19.noarch
Beautiful Soup is a Python HTML/XML parser designed for quick turnaround projects like screen-scraping. Three features make it powerful: Beautiful Soup won't choke if you give it bad markup. Beautiful Soup provides a few simple methods and Pythonic idioms for navigating, searching, and modifying a parse tree. Beautiful Soup automatically converts incoming documents to Unicode and outgoing documents to UTF-8. Beautiful Soup parses anything you give it. Valuable data that was once locked up in poorly-designed websites is now within your reach. Projects that would have taken hours take only minutes with Beautiful Soup. This is the Python 3 build of Beautiful Soup.
RPMPackage python3-beaker-1.5.4-14.lbn19.noarch
Beaker is a caching library that includes Session and Cache objects built on Myghty's Container API used in MyghtyUtils. WSGI middleware is also included to manage Session objects and signed cookies.
RPMPackage python3-bcrypt-2.0.0-4.lbn19.x86_64
Modern password hashing for your software and your servers
RPMPackage python3-backports_abc-0.4-3.lbn19.noarch
A backport of recent additions to the 'collections.abc' module.
RPMPackage python3-babel-2.3.4-2.lbn19.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-anyjson-0.3.3-8.lbn19.noarch
Anyjson loads whichever is the fastest JSON module installed and provides a uniform API regardless of which JSON implementation is used.
RPMPackage python3-ansi-0.1.3-3.lbn19.noarch
Various ANSI escape codes, used in moving the cursor in a text console or rendering colored text with Python 3.
RPMPackage python3-amqp-1.4.9-3.lbn19.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 python3-acme-0.6.0-1.lbn19.noarch
Python 3 library for use of the Automatic Certificate Management Environment protocol as defined by the IETF. It's used by the Let's Encrypt project.
RPMPackage python3-PyYAML-3.11-12.lbn19.1.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 persistance.
RPMPackage python3-PyXB-1.2.4-7.lbn19.noarch
PyXB (“pixbee”) is a pure Python package that generates Python source code for classes that correspond to data structures defined by XMLSchema.