You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python2-incremental-17.5.0-1.lbn36.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.lbn36.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.lbn36.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.lbn36.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.lbn36.noarch
imio.helpers Various helper methods for development. Requirements The barcode generation method uses zint tool (
RPMPackage python2-imio-actionspanel-1.60-1.lbn36.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.lbn36.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.lbn36.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.lbn36.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.1.0-1.lbn36.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.lbn36.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.2-1.lbn36.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-hypothesis-4.57.1-1.lbn36.noarch
Hypothesis Hypothesis is an advanced testing library for Python. It lets you write tests which are parametrized by a source of examples, and then generates simple and comprehensible examples that make your tests fail. This lets you find more bugs in your code with less .. code-block:: python @given(st.lists(st.floats(allow_nanFalse, allow_infinityFalse), min_size1)) def test_mean(xs): assert...
RPMPackage python2-httpretty-0.9.6-1.lbn36.noarch
HTTPretty 0.9.6 HTTP Client mocking tool for Python. Provides a full fake TCP socket module. Inspired by FakeWeb < Github Repository < - Documentation < - PyPI Package < **Python Support:**- **2.7.13** - **3.6.5** :target:
RPMPackage python2-httplib2-0.18.1-1.lbn36.noarch
A comprehensive HTTP client library, httplib2 supports many features left out of other HTTP libraries.**HTTP and HTTPS** HTTPS support is only available if the socket module was compiled with SSL support. **Keep-Alive** Supports HTTP 1.1 Keep-Alive, keeping the socket open and performing multiple requests over the same connection if possible. **Authentication** The following three types of...
RPMPackage python2-html5lib-1.0.1-1.lbn36.noarch
html5lib is a pure-python library for parsing HTML. It is designed to conform to the WHATWG HTML specification, as is implemented by all major web browsers.-- Simple usage follows this pattern:.. code-block:: python import html5lib with open("mydocument.html", "rb") as f: document html5lib.parse(f)or:.. code-block:: python import html5lib document html5lib.parse("<p>Hello World!")By default,...
RPMPackage python2-grokcore-xmlrpc-3.0.0-1.lbn36.noarch
grokcore.xmlrpc XML-RPC Views for Grok.This package provides base classes for XML-RPC Views for Grok.3.0.0 (2018-01-10) - Python 3 compatibility.1.2.1 (2016-02-15) - Update tests.1.2 (2012-05-02) - Use the component registration api in grokcore.component.1.1 (2011-01-20) - Use zope.errorview for the functional tests. This lifts the dependency on zope.app.http.1.0 (2011-01-03) - Factor out...
RPMPackage python2-grokcore-viewlet-3.1.0-1.lbn36.noarch
This package provides support to write and register Zope Viewlets directly in Python (without ZCML). It's designed to be used with grokcore.view_ which let you write and register Zope Views... contents::Setting up grokcore.viewlet This package is set up like the grokcore.component_ package. Please refer to its documentation for more details. The additional ZCML lines you will need are::...
RPMPackage python2-grokcore-view-3.2-1.lbn36.noarch
This package provides support for writing browser pages for Zope and registering them directly in Python (without ZCML)... contents::Setting up grokcore.view This package is essentially set up like the grokcore.component_ package, please refer to its documentation for details. The additional ZCML line you will need is:: <include package"grokcore.view" file"meta.zcml" /> <include...
RPMPackage python2-grokcore-traverser-3.0.1-1.lbn36.noarch
grokcore.traverser ******************This package contains the default traversal mechanism for Grok.Changes 3.0.1 (2018-01-12) - Rearrange tests such that Travis CI can pick up all functional tests too.3.0.0 (2018-01-05) - Python 3 compatibility1.2.1 (2016-02-15) - Update tests.1.2 (2012-11-14) - Add the layer directive to Traverser Components.1.1 (2012-05-02) - Use the component registration...