You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python2-yafowil-webob-1.3-1.lbn25.noarch
Introduction This is the WebOb integration for YAFOWIL.This package registers a global preprocessor for yafowil. It wraps the any WebOb BaseRequest derived request instance.Special behaviors: All WebOb params - available at WebObs request in a so called MultiDict - are returned in MultiDicts mixed flavor. This is how Yafowil expects them. IOW: If a query-key exists several times the values are...
RPMPackage python2-yafowil-plone-3.0.0-1.lbn25.noarch
This is the **Plone Integration** for YAFOWIL < Functionality Resources Integration with GenericSetup Addon widgets may provide custom javascripts, CSS, images and so on.This package registers the directories containing these assets as resource directories. Thus they can be accessed from the webbrowser. The registration schema is ++resource++MODULENAME/....The "YAFOWIL Form Library" GS profile...
RPMPackage python2-yafowil-lingua-1.0-1.lbn25.noarch
Documentation This package hooks up a lingua extractor for yafowil.yaml based forms. Installation Install to system python for global availability:: sudo pip install yafowil.lingua--Use lingua as usual. Source Code The sources are in a GIT DVCS with its main branches at github < Contributors - Robert Niederreiter <rnix@squarewave.at>1.0 (2020-07-08) -- Python 3 support.0.1 (2014-08-18) -- Make...
RPMPackage python2-yafowil-documentation-2.1-1.lbn25.noarch
See
RPMPackage python2-yafowil-bootstrap-1.3.1-1.lbn25.noarch
This is the **bootstrap styles integration** for for YAFOWIL < - Yet Another Form Widget Library. Detailed Documentation If you're interested to dig deeper: The detailed YAFOWIL documentation <>_ is available. Read it and learn how to create your example application with YAFOWIL forms in 15 minutes. Source Code The sources are in a GIT DVCS with its main branches at github < be happy to see...
RPMPackage python2-yafowil-2.3.4-1.lbn25.noarch
**Yet Another Form WIdget Library**. YAFOWIL offers html-form creation and modification at runtime.
RPMPackage python2-xhtml2pdf-0.2.5-1.lbn25.noarch
xhtml2pdf is a html2pdf converter using the ReportLab Toolkit, the HTML5lib and pyPdf. It supports HTML 5 and CSS 2.1 (and some of CSS 3). It is completely written in pure Python so it is platform independent. The main benefit of this tool that a user with Web skills like HTML and CSS is able to generate PDF templates very quickly without learning new technologies.
RPMPackage python2-wsgiutils-0.7.2-1.lbn25.noarch
WSGI Utils (Version 0.7.1) -- WSGI Utils are a package of standalone utility libraries that ease the development of simple WSGI programs. The functionality provided is limited at the moment, patches to add new features and address defects are most The following components are included please refer to the documentation for more details:wsgiServer - This module provides a very simple...
RPMPackage python2-wsgiproxy2-0.4.6-1.lbn25.noarch
Installation With pip:: $ pip install WSGIProxy2Install optionnal backends:: $ pip install requests restkit urllib3Create a proxy:: >>> from wsgiproxy import HostProxy >>> proxy HostProxy(application_url)Then use it. Here is an example with WebOb but you can use it like a classic WSGI application:: >>> from webob import Request >>> req Request.blank('/form.html') >>> resp...
RPMPackage python2-wsgi_intercept-1.10.0-1.lbn25.noarch
Installs a WSGI application in place of a real host for testing.Introduction Testing a WSGI application sometimes involves starting a server at a local host and port, then pointing your test code to that address. Instead, this library lets you intercept calls to any specific host/port combination and redirect them into a WSGI application_ importable by your test program. Thus, you can avoid...
RPMPackage python2-wrapt-1.12.1-1.lbn25.x86_64
|Travis| |AppVeyor| |Coveralls| |PyPI|The aim of the **wrapt** module is to provide a transparent object proxy for Python, which can be used as the basis for the construction of function wrappers and decorator functions.The **wrapt** module focuses very much on correctness. It therefore goes way beyond existing mechanisms such as functools.wraps() to ensure that decorators preserve...
RPMPackage python2-wmctrl-0.3-1.lbn25.noarch
A tool to programmatically control windows inside X
RPMPackage python2-wildcard.media-2.1.0-1.lbn25.noarch
Introduction :height: 50 :width: 382This package provides Audio and Video Dexterity content types and behaviors, conversions and players/views.It integrates the HTML5 media player mediaelementjs_ and uses plone.app.async_ if installed to convert videos to common formats... _mediaelementjs: .. _plone.app.async: - Audio and Video types - Integration with mediaelementjs_ designed for maximum...
RPMPackage python2-wildcard.fixmissing-1.0-1.lbn25.noarch
Introduction This package allows you to fix problems with missing classes when packages do not properly uninstall.To define which classes or interfaces need to be fixed, you need to specify them as environment variables in your buildout file.The format for replacement classes is MISSING_<Class Name> <module name>For instance:: [instance] recipe plone.recipe.zope2instance environment- vars...
RPMPackage python2-wicked-1.1.12-1.lbn25.noarch
Overview wicked is a compact syntax for doing wiki-like content linking and creation.Changelog 1.1.12 (2014-10-13) -- Invalidate cache when object has been moved or copied. [domruf] 1.1.11 (2014-04-15) -- Fix tests to work with auto csrf protection. [vangheem] 1.1.10 (2012-12-15) -- Fix minor white space test failures in combination with chameleon. [maurits]1.1.9 (2010-09-09) - Avoid the...
RPMPackage python2-webtest-2.0.35-1.lbn25.noarch
WebTest This wraps any WSGI application and makes it easy to send test requests to that application, without starting up an HTTP server.This provides convenient full-stack testing of applications written with any WSGI-compatible framework.Full docs can be found at
RPMPackage python2-webob-1.8.7-1.lbn25.noarch
WebOb provides objects for HTTP requests and responses. Specifically it does this by wrapping the WSGI < request environment and response status/headers/app_iter(body).The request and response objects provide many conveniences for parsing HTTP request and forming HTTP responses. Both objects are read/write:
RPMPackage python2-webencodings-0.5.1-1.lbn25.noarch
python-webencodings This is a Python implementation of the WHATWG Encoding standard < Latest documentation: * Source code and issue tracker: * PyPI releases: * License: BSD * Python 2.6+ and 3.3+In order to be compatible with legacy web content when interpreting something like Content-Type: text/html; charsetlatin1, tools need to use a particular set of aliases for encoding labels as well as...
RPMPackage python2-webcouturier.dropdownmenu-3.0.2-1.lbn25.noarch
webcouturier.dropdownmenu --The dropdown solution for Plone since 2007.You will get the dropdown menus for those items in global navigation that have the subitems.
RPMPackage python2-wcwidth-0.1.9-1.lbn25.noarch
Introduction This Library is mainly for those implementing a Terminal Emulator, or programs that carefully produce output to mimick or to be interpreted by an emulator.**Problem Statement**: The printible length of *most* strings are equal to the number of cells they occupy on the screen. However, there are categories of characters that *occupy 2 cells* (full-wide), and others that *occupy 0*...