You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python-genshi-0.7-3.fc19.x86_64
Genshi is a Python library that provides an integrated set of components for parsing, generating, and processing HTML, XML or other textual content for output generation on the web. The major feature is a template language, which is heavily inspired by Kid.
RPMPackage python-genshi-0.7-3.fc19.armv6hl
Genshi is a Python library that provides an integrated set of components for parsing, generating, and processing HTML, XML or other textual content for output generation on the web. The major feature is a template language, which is heavily inspired by Kid.
RPMPackage python-future-0.14.3-1.lbn19.noarch
future is the missing compatibility layer between Python 2 and Python 3. It allows you to use a single, clean Python 3.x-compatible codebase to support both Python 2 and Python 3 with minimal overhead. It is designed to be used as follows: from __future__ import (absolute_import, division, print_function, unicode_literals) from builtins import ( bytes, dict, int, list, object, range, str, ascii, chr, hex, input, next, oct, open, pow, round, super, filter, map, zip) followed by predominantly standard, idiomatic Python 3 code that then runs similarly on Python 2.6/2.7 and Python 3.3+. The imports have no effect on Python 3. On Python 2, they shadow the corresponding builtins, which normally have different semantics on Python 3 versus 2, to provide their Python 3 semantics.
RPMPackage python-foursquare-20130707-1.lbn19.noarch
easy-as-pie foursquare wrapper library
RPMPackage python-formencode-1.2.6-1.fc19.noarch
FormEncode validates and converts nested structures. It allows for a declarative form of defining the validation, and decoupled processes for filling and generating forms.
RPMPackage python-flask-0.10.1-8.lbn19.noarch
Flask is called a “micro-framework” because the idea to keep the core simple but extensible. There is no database abstraction layer, no form validation or anything else where different libraries already exist that can handle that. However Flask knows the concept of extensions that can add this functionality into your application as if it was implemented in Flask itself. There are currently extensions for object relational mappers, form validation, upload handling, various open authentication technologies and more.
RPMPackage python-firewall-0.4.4.5-1.lbn19.noarch
Python2 bindings for firewalld.
RPMPackage python-feedparser-5.2.0-1.lbn19.noarch
Universal Feed Parser is a Python module for downloading and parsing syndicated feeds. It can handle RSS 0.90, Netscape RSS 0.91, Userland RSS 0.91, RSS 0.92, RSS 0.93, RSS 0.94, RSS 1.0, RSS 2.0, Atom 0.3, Atom 1.0, and CDF feeds. It also parses several popular extension modules, including Dublin Core and Apple's iTunes extensions.
RPMPackage python-fedora-0.3.33-1.fc19.noarch
Python modules that help with building Fedora Services. The client module included here can be used to build programs that communicate with Fedora Infrastructure's TurboGears Applications such as Bodhi, PackageDB, MirrorManager, and FAS2.
RPMPackage python-ethtool-0.8-1.fc19.x86_64
Python bindings for the ethtool kernel interface, that allows querying and changing of Ethernet card settings, such as speed, port, auto-negotiation, and PCI locations.
RPMPackage python-ethtool-0.8-1.fc19.armv6hl
Python bindings for the ethtool kernel interface, that allows querying and changing of Ethernet card settings, such as speed, port, auto-negotiation, and PCI locations.
RPMPackage python-elixir-0.7.1-11.fc19.noarch
Elixir is a declarative layer on top of SQLAlchemy. It is a fairly thin wrapper, which provides the ability to define model objects following the Active Record design pattern, and using a DSL syntax similar to that of the Ruby on Rails ActiveRecord system. Elixir does not intend to replace SQLAlchemy's core features, but instead focuses on providing a simpler syntax for defining model objects when you do not need the full expressiveness of SQLAlchemy's manual mapper definitions.
RPMPackage python-ecdsa-0.10-3.fc19.noarch
This is an easy-to-use implementation of ECDSA cryptography (Elliptic Curve Digital Signature Algorithm), implemented purely in Python, released under the MIT license. With this library, you can quickly create keypairs (signing key and verifying key), sign messages, and verify the signatures. The keys and signatures are very short, making them easy to handle and incorporate into other protocols. NOTE: The prime192v1 and secp224r1 curves are currently disabled.
RPMPackage python-docutils-0.12-0.6.20140510svn7747.lbn19.noarch
The Docutils project specifies a plaintext markup language, reStructuredText, which is easy to read and quick to write. The project includes a python library to parse rST files and transform them into other useful formats such as HTML, XML, and TeX as well as commandline tools that give the enduser access to this functionality. Currently, the library supports parsing rST that is in standalone files and PEPs (Python Enhancement Proposals). Work is underway to parse rST from Python inline documentation modules and packages.
RPMPackage python-docker-registry-core-2.0.3-1.lbn19.noarch
Core package for docker-registry (drivers) developers
RPMPackage python-docker-py-1.0.0-1.lbn19.x86_64
An API client for docker written in Python
RPMPackage python-dnspython-1.10.0-1.lbn19.noarch
dnspython is a DNS toolkit for Python. It supports almost all record types. It can be used for queries, zone transfers, and dynamic updates. It supports TSIG authenticated messages and EDNS0. dnspython provides both high and low level access to DNS. The high level classes perform queries for data of a given name, type, and class, and return an answer set. The low level classes allow direct manipulation of DNS zones, messages, names, and records. dnspython originated at Nominum where it was developed to facilitate the testing of DNS software. Nominum has generously allowed it to be open sourced under a BSD-style license.
RPMPackage python-dnf-plugins-core-0.1.20-1.lbn19.noarch
Core Plugins for DNF, Python 2 interface. This package enhances DNF with builddep, copr, config-manager, debuginfo-install, download, needs-restarting, repoquery and reposync commands. Additionally provides generate_completion_cache, noroot and protected_packages passive plugins.
RPMPackage python-dnf-1.0.2-3.lbn19.noarch
Python 2 interface to DNF.
RPMPackage python-dmidecode-3.10.13-9.fc19.x86_64
python-dmidecode is a python extension module that uses the code-base of the 'dmidecode' utility, and presents the data as python data structures or as XML data using libxml2.