You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python-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 python-billiard-3.3.0.23-1.lbn19.x86_64
This package contains extensions to the multiprocessing Pool.
RPMPackage python-bibtex-1.2.5-6.fc19.x86_64
This module contains two extensions needed for pybliographer: - a bibtex parser - a simple binding to GNU Recode
RPMPackage python-bibtex-1.2.5-6.fc19.armv6hl
This module contains two extensions needed for pybliographer: - a bibtex parser - a simple binding to GNU Recode
RPMPackage python-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 python-backports-ssl_match_hostname-3.5.0.1-1.lbn19.noarch
The Secure Sockets layer is only actually secure if you check the hostname in the certificate returned by the server to which you are connecting, and verify that it matches to hostname that you are trying to reach. But the matching logic, defined in RFC2818, can be a bit tricky to implement on your own. So the ssl package in the Standard Library of Python 3.2 now includes a match_hostname() function for performing this check instead of requiring every application to implement the check separately. This backport brings match_hostname() to users of earlier versions of Python. The actual code inside comes verbatim from Python 3.2.
RPMPackage python-backports-lzma-0.0.2-5.fc19.x86_64
This is a backport of the "lzma" module included in Python 3.3 or later by Nadeem Vawda and Per Oyvind Karlsen, which provides a Python wrapper for XZ Utils (aka LZMA Utils v2) by Igor Pavlov.
RPMPackage python-backports-1.0-5.lbn19.x86_64
The backports namespace is a namespace reserved for features backported from the Python standard library to older versions of Python 2. Packages that exist in the backports namespace in Fedora should not provide their own backports/__init__.py, but instead require this package. Backports to earlier versions of Python 3, if they exist, do not need this package because of changes made in Python 3.3 in PEP 420 (http://www.python.org/dev/peps/pep-0420/).
RPMPackage python-babel-1.3-12.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 python-argparse-1.1-1.lbn19.noarch
The argparse module is an optparse-inspired command line parser that improves on optparse by: * handling both optional and positional arguments * supporting parsers that dispatch to sub-parsers * producing more informative usage messages * supporting actions that consume any number of command-line args * allowing types and actions to be specified with simple callables instead of hacking class attributes like STORE_ACTIONS or CHECK_METHODS as well as including a number of other more minor improvements on the optparse API.
RPMPackage python-argh-0.23.2-1.fc19.noarch
Building a command-line interface? Found yourself uttering “argh!” while struggling with the API of argparse? Don’t want to lose its power but don’t need the complexity? python-argh provides a wrapper for argparse. Argparse is a very powerful tool; python-argh just makes it easy to use.
RPMPackage python-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 python-amqplib-1.0.2-6.fc18.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 python-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 python-MythTV-0.26.0-9.lbn19.noarch
Provides a python-based interface to interacting with MythTV.
RPMPackage python-IPy-python3-0.83-1.lbn19.noarch
IPy is a Python3 module for handling IPv4 and IPv6 Addresses and Networks in a fashion similar to perl's Net::IP and friends. The IP class allows a comfortable parsing and handling for most notations in use for IPv4 and IPv6 Addresses and Networks.
RPMPackage python-IPy-0.83-1.lbn19.noarch
IPy is a Python module for handling IPv4 and IPv6 Addresses and Networks in a fashion similar to perl's Net::IP and friends. The IP class allows a comfortable parsing and handling for most notations in use for IPv4 and IPv6 Addresses and Networks.
RPMPackage python-GnuPGInterface-0.3.2-11.fc19.noarch
GnuPGInterface is a Python module to interface with GnuPG. It concentrates on interacting with GnuPG via filehandles, providing access to control GnuPG via versatile and extensible means.
RPMPackage python-GeoIP-1.2.8-1.fc19.armv6hl
This package contains the Python bindings for the GeoIP API, allowing IP to location lookups to country, city and organization level within Python code.
RPMPackage python-BeautifulSoup-3.2.1-7.fc19.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.