You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python-uritemplate-0.6-1.lbn19.noarch
This is a Python implementation of RFC6570, URI Template, and can expand templates up to and including Level 4 in that specification. It exposes a method, expand. For example: >>> from uritemplate import expand >>> expand("http://www.{domain}/", {"domain": "foo.com"}) 'http://www.foo.com/' It also exposes a method variables that returns all variables used in a uritemplate. For example: >>> from uritemplate import variables >>> variables('http:www{.domain*}{/top,next}{?q:20}') >>> set(['domain', 'next', 'q', 'top']) This function can be useful to determine what keywords are available to be expanded.
RPMPackage python-tw-forms-0.9.9-6.fc19.noarch
tw.forms is a set of html and javascript widgets for the ToscaWidgets framework. They give authors basic html form elements as building blocks for their own web pages and widgets.
RPMPackage python-turbokid-1.0.5-6.fc19.noarch
This package provides a template engine plugin, allowing you to easily use Kid with TurboGears, Buffet or other systems that support python.templating.engines.
RPMPackage python-turbojson-1.3.2-5.fc19.noarch
This package provides a template engine plugin, allowing you to easily use Json with TurboGears, Buffet or other systems that support python.templating.engines.
RPMPackage python-turbocheetah-1.0-10.fc19.noarch
This package provides a template engine plugin, allowing you to easily use Cheetah with TurboGears, Buffet and other tools that support the python.templating.engines entry point.
RPMPackage python-traceback2-1.4.0-2.lbn19.noarch
A backport of traceback to older supported Pythons.
RPMPackage python-toscawidgets-0.9.12-4.fc19.noarch
ToscaWidgets is a web widget toolkit for Python to aid in the creation, packaging and distribution of common view elements normally used in the web. ToscaWidgets is an almost complete rewrite of the widgets package bundled with TurboGears-1.0. The rewrite's goal was to decouple the widgets package from CherryPy and TurboGears itself to fit better with TurboGears 2.0 philosophy which is to partition it's services into independent WSGI components for easier mainteinance and reuse in other Python web applications or frameworks.
RPMPackage python-tgmochikit-1.4.2-6.fc19.noarch
MochiKit is a highly-documented and well-tested suite of JavaScript libraries that will help you get stuff done, fast. tgmochikit packages the MochiKit library for use by TurboGears Widgets.
RPMPackage python-tevent-0.9.26-1.lbn19.x86_64
Python bindings for libtevent
RPMPackage python-tevent-0.9.18-1.fc19.armv6hl
Python bindings for libtevent
RPMPackage python-test-2.7.13-1.lbn19.x86_64
The test modules from the main python package: python These have been removed to save space, as they are never or almost never used in production. You might want to install the python-test package if you're developing python code that uses more than just unittest and/or test_support.py.
RPMPackage python-test-2.7.5-9.fc19.armv6hl
The test modules from the main python package: python These have been removed to save space, as they are never or almost never used in production. You might want to install the python-test package if you're developing python code that uses more than just unittest and/or test_support.py.
RPMPackage python-tempita-0.5.1-12.lbn19.noarch
Tempita is a small templating language for text substitution.
RPMPackage python-telepathy-0.15.19-6.fc19.noarch
Python libraries for use in Telepathy clients and connection managers.
RPMPackage python-talloc-2.1.8-1.lbn19.x86_64
Python libraries for creating bindings using talloc
RPMPackage python-suds-jurko-0.6-1.lbn19.noarch
Based on the original 'suds' project by Jeff Ortel (jortel at redhat dot com) hosted at 'http://fedorahosted.org/suds' 'Suds' is a lightweight SOAP-based web service client for Python licensed under LGPL (see the LICENSE.txt file included in the distribution). This is hopefully just a temporary fork of the original suds Python library project created because the original project development seems to have stalled. Should be reintegrated back into the original project if it ever gets revived again.
RPMPackage python-srpm-macros-3-11.lbn19.noarch
RPM macros for building Python source packages.
RPMPackage python-sqlobject-1.2.2-3.fc19.noarch
Classes created using SQLObject wrap database rows, presenting a friendly-looking Python object instead of a database/SQL interface. Emphasizes convenience. Works with MySQL, Postgres, SQLite, Firebird. This package requires sqlite. Futher database connectors have to be installed separately.
RPMPackage python-sqlalchemy-1.0.11-1.lbn19.x86_64
SQLAlchemy is an Object Relational Mappper (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 2 version of the module.
RPMPackage python-sqlalchemy-0.8.4-1.fc19.armv6hl
SQLAlchemy is an Object Relational Mappper (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 2 version of the module.