You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python2-j01-rater-0.6.0-1.lbn25.noarch
This package provides a simple clickable star rating system implemented as a z3c.form widget for Zope3Changes 0.6.0 (2018-04-30) - feature: make "Rate me" lable translatable added ratingLabel attr for simpler customization. Cleanup and prepare for includ in j10.form widget library. 0.5.1 (2013-06-28) - bugfix: fix apply cancel click event handler 0.5.0 (2012-11-17) - initial release
RPMPackage python2-isort-4.3.21-1.lbn25.noarch
.. image::
RPMPackage python2-ipywidgets-7.4.2-1.lbn25.noarch
Interactive HTML Widgets Interactive HTML widgets for Jupyter notebooks and the IPython kernel.Usage .. code-block:: python from ipywidgets import IntSlider IntSlider()
RPMPackage python2-ipaddress-1.0.23-2.lbn25.noarch
Port of the 3.3+ ipaddress module to 2.6, 2.7, 3.2
RPMPackage python2-ipaddress-1.0.23-1.lbn25.noarch
Port of the 3.3+ ipaddress module to 2.6, 2.7, 3.2
RPMPackage python2-iocapture-0.1.2-1.lbn25.noarch
.. -*- restructuredtext -*-.. highlight:: python Capture stdout, stderr easily with iocapture.How to use With Python > 2.5 :: import iocapture with iocapture.capture() as captured: print("hello stdout") print(captured.stdout) >>> hello stdoutWith Python < 2.5 :: import iocapture captured iocapture.capture() captured.start() print("hello stdout") captured.close() print(captured.stdout) >>>...
RPMPackage python2-interlude-1.3.1-1.lbn25.noarch
Interlude - Interactive Doctests Provides an interactive shell aka console inside your doctest case.The console looks exact like in a doctest-case and you can copy and paste code from the shell into your doctest. It feels as you are in the test case itself. Its not pdb, it's a python shell.In your doctest you can invoke the shell at any point by calling:: >>> interact(locals()) To make your...
RPMPackage python2-inflect-3.0.2-1.lbn25.noarch
.. .. .. .. image::
RPMPackage python2-incremental-17.5.0-1.lbn25.noarch
Incremental |travis||coverage|Incremental is a small library that versions your Python projects.API documentation can be found here < Quick Start --Add this to your setup.py\ 's setup() call, removing any other versioning arguments:.. code:: setup( use_incrementalTrue, setup_requires['incremental'], install_requires['incremental'], along with any other install dependencies ...Then run python...
RPMPackage python2-imsvdex-1.2-1.lbn25.noarch
IMSVDEX API to access and modify XML files in the IMS Vocabulary Definition Exchange The IMS Vocabulary Definition Exchange (VDEX) specification defines a grammar for the exchange of value lists of various classes: collections often denoted "vocabulary". Specifically, VDEX defines a grammar for the exchange of simple machine-readable lists of values, or terms, together with information that...
RPMPackage python2-imio-prettylink-1.20-1.lbn25.noarch
imio.prettylink Manage generation of a pretty link to an element including coloration, leading icons, ...Changelog 1.20 (2022-06-14) Escape link content to avoid malicious behaviour. [gbastien]1.19 (2022-01-12) Used now imio.helpers.cache.obj_modified in getLink_cachekey to include
RPMPackage python2-imio-history-1.27-1.lbn25.noarch
imio.history Manage object history using a table and highlight history link when necessaryThe goal is to be able to manage several histories for various needs on a content and display it together, merged in the same view.
RPMPackage python2-imio-helpers-0.61-1.lbn25.noarch
imio.helpers Various helper methods for development. Requirements The barcode generation method uses zint tool (
RPMPackage python2-imio-actionspanel-1.60-1.lbn25.noarch
imio.actionspanel This package provides a view and a sample viewlet that will display a table of different actions available on an element.By default, so called sections available are :- transitions- own delete action management - actions - addable types - object historyTransitions : - This will display different available workflow transitions and is managed by the section...
RPMPackage python2-imagesize-1.3.0-1.lbn25.noarch
It parses image files' header and return image size.* PNG* JPEG2000* TIFF* NetpbmThis is a pure Python library.
RPMPackage python2-idna-2.10-1.lbn25.noarch
Internationalized Domain Names in Applications (IDNA) Support for the Internationalised Domain Names in Applications (IDNA) protocol as specified in RFC 5891 < This is the latest version of the protocol and is sometimes referred to as “IDNA 2008”.This library also provides support for Unicode Technical Standard 46, Unicode IDNA Compatibility Processing < acts as a suitable replacement for the...
RPMPackage python2-icalendar-4.1.0-1.lbn25.noarch
Internet Calendaring and Scheduling (iCalendar) for Python The icalendar_ package is a RFC 5545_ compatible parser/generator for iCalendar :Homepage: :Code: :Mailing list: :Dependencies: python-dateutil_ and pytz_. :Compatible with: Python 2.7 and 3.4+ :License: BSD_- :target:
RPMPackage python2-icalendar-4.0.9-1.lbn25.noarch
Internet Calendaring and Scheduling (iCalendar) for Python The icalendar_ package is a RFC 5545_ compatible parser/generator for iCalendar :Homepage: :Code: :Mailing list: :Dependencies: python-dateutil_ and pytz_. :Compatible with: Python 2.7 and 3.4+ :License: BSD_- :target:
RPMPackage python2-i18ndude-5.4.2-1.lbn25.noarch
.. contents:: Introduction i18ndude performs various tasks related to ZPT's, Python Scripts and i18n. Compatibility -i18ndude works with Python 2.7, 3.6, 3.7, pypy and pypy3. Older versions are not supported anymore, use the i18ndude 4.x series if you need that.You can install i18ndude with Buildout or pip. With pip you may want to look at our requirements.txt <
RPMPackage python2-i18ndude-5.4.1-1.lbn25.noarch
.. contents:: Introduction i18ndude performs various tasks related to ZPT's, Python Scripts and i18n. Compatibility -i18ndude works with Python 2.7, 3.6, 3.7, pypy and pypy3. Older versions are not supported anymore, use the i18ndude 4.x series if you need that.You can install i18ndude with Buildout or pip. With pip you may want to look at our requirements.txt <