You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage raptus.article.allcontent-1.0a3-1.lbn25.noarch
Provides a component which displays the whole content of the contained articles. The following features for raptus.article are provided by this package: Components ---------- * All content (List of the contained articles displayed with all their content.)
RPMPackage raptus.article.alias-1.0a6-1.lbn25.noarch
Provides the possibility to create aliases for content objects which may be contained in an article and display them in the specified components.
RPMPackage quintagroup.formlib.captcha-1.4.3-1.lbn25.noarch
Introduction quintagroup.formlib.captcha is a package that allows to add captcha to zope.formlib. As a result such forms are prevented from automatic submit. Captchas in a formlib form Using quintagroup.formlib.captcha product in a formlib form is simple. Just add a Captcha field to your schema, and away you go: >>> from zope.interface import Interface >>> from quintagroup.formlib.captcha.form import Captcha >>> class CaptchaSchema(Interface): ... captcha = Captcha( ... title=_(u'Type the code'), ... description=_(u'Type the code from the picture shown below.')) and formlib will take care of the rest. The widget associated with this field will render the captcha and verify the use input automatically.
RPMPackage pytz-2016.10-4.lbn25.noarch
pytz brings the Olson tz database into Python. This library allows accurate and cross platform timezone calculations using Python 2.3 or higher. It also solves the issue of ambiguous times at the end of daylight savings, which you can read more about in the Python Library Reference (datetime.tzinfo). Almost all (over 540) of the Olson timezones are supported.
RPMPackage python2-urllib3-1.25.8-1.lbn25.noarch
Python2 HTTP module with connection pooling and file POST abilities.
RPMPackage python2-requests-2.26.0-1.lbn25.noarch
Most existing Python modules for sending HTTP requests are extremely verbose and cumbersome. Python’s built-in urllib2 module provides most of the HTTP capabilities you should need, but the API is thoroughly broken. This library is designed to make HTTP requests easy for developers.
RPMPackage python2-pillow-6.2.2-1.lbn25.x86_64
Python image processing library, fork of the Python Imaging Library (PIL) This library provides extensive file format support, an efficient internal representation, and powerful image processing capabilities. There are four subpackages: tk (tk interface), qt (PIL image wrapper for Qt), devel (development) and doc (documentation).
RPMPackage python2-lxml-4.5.2-1.lbn25.x86_64
lxml is a Pythonic, mature binding for the libxml2 and libxslt libraries. It provides safe and convenient access to these libraries using the ElementTree It extends the ElementTree API significantly to offer support for XPath, RelaxNG, XML Schema, XSLT, C14N and much more.To contact the project, go to the project home page < or see our bug tracker at case you want to use the current ... Python 2 version.
RPMPackage python2-jinja2-2.11.3-1.lbn25.noarch
Jinja2 is a template engine written in pure Python. It provides a Django inspired non-XML syntax but supports inline expressions and an optional sandboxed environment. If you have any exposure to other text-based template languages, such as Smarty or Django, you should feel right at home with Jinja2. It's both designer and developer friendly by sticking to Python's principles and adding functionality useful for templating environments.
RPMPackage python-zope-2.13.28-4.lbn25.noarch
This package contains the base filesystem layout for all BastionLinux zope-* packages.
RPMPackage python-zope-2.13.28-4.lbn25.noarch
This package contains the base filesystem layout for all BastionLinux zope-* packages.
RPMPackage python-zope-2.13.28-4.lbn25.noarch
This package contains the base filesystem layout for all BastionLinux zope-* packages.
RPMPackage python-zdaemon-4.3-1.lbn25.noarch
Daemon process control library and tools for Unix-bases systems.
RPMPackage python-unidecode-0.04.19-1.lbn25.py37.noarch
This is a python port of Text::Unidecode Perl module. It provides a function, 'unidecode(...)' that takes Unicode data and tries to represent it in ASCII characters.
RPMPackage python-tornado-doc-6.0.3-1.lbn25.x86_64
Tornado is an open source version of the scalable, non-blocking web server and and tools. This package contains some example applications.
RPMPackage python-textile-2.2.2-5.fc25.noarch
Textile is a XHTML generator using a simple markup developed by Dean Allen. This is a Python port with support for code validation, itex to MathML translation, Python code coloring and much more.
RPMPackage python-roman-2.0.0-5.fc25.noarch
Integer to Roman numerals converter
RPMPackage python-robotframework-selenium2screenshots-0.8.1-1.lbn25.noarch
Robot Framework keyword library for capturing annotated screenshots with Selenium2Library
RPMPackage python-robotframework-selenium2library-1.8.0-1.lbn25.noarch
Selenium2Library is a web testing library for Robot Framework that leverages the Selenium 2 (WebDriver) libraries.
RPMPackage python-robotframework-requests-0.4.5-1.lbn25.noarch
Robot Framework keyword library wrapper around the HTTP client library requests.