You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python2-feedparser-5.2.1-5.lbn25.noarch
feedparser - Parse Atom and RSS feeds in Python.| Copyright 2010-2021 Kurt McKee <contactme@kurtmckee.org> | Copyright 2002-2008 Mark Pilgrimfeedparser is open source. See the LICENSE file for more information. Installation feedparser can be installed by running pip:.. code-block:: shell $ pip install feedparser Documentation The feedparser documentation is available on the web at: is also...
RPMPackage python2-feedparser-5.2.1-1.lbn25.noarch
feedparser - Parse Atom and RSS feeds in Python.| Copyright 2010-2021 Kurt McKee <contactme@kurtmckee.org> | Copyright 2002-2008 Mark Pilgrimfeedparser is open source. See the LICENSE file for more information. Installation feedparser can be installed by running pip:.. code-block:: shell $ pip install feedparser Documentation The feedparser documentation is available on the web at: is also...
RPMPackage python2-fancycompleter-0.9.1-1.lbn25.noarch
fancycompleter: colorful Python TAB completion What is is? --fancycompleter is a module to improve your experience in Python by adding TAB completion to the interactive prompt. It is an extension of the stdlib\'s [rlcompleter]( module.Its best feature is that the completions are displayed in different colors, depending on their type:![image]( the image above, strings are shown in green,...
RPMPackage python2-extensionclass-4.6-1.lbn25.x86_64
ExtensionClass and ExtensionClass-related packages ExtensionClass This package provides a metaclass that allows classes implemented in extension modules to be subclassed in Python. Unless you need ExtensionClasses for legacy applications (e.g. Zope), you probably want to use Python's new-style classes (available since Python 2.2).ComputedAttribute This package provides a way to attach...
RPMPackage python2-entrypoints-0.3-1.lbn25.noarch
Entry points are a way for Python packages to advertise objects with some common interface. The most common examples are ``console_scripts`` entry points, which define shell commands by identifying a Python function to run. *Groups* of entry points, such as ``console_scripts``, point to objects with similar interfaces. An application might use a group to find its plugins, or multiple groups...
RPMPackage python2-eggtestinfo-0.3-1.lbn25.noarch
eggtestinfo README Overview This package is a setuptools plugin: it adds a file to the generated .egg-info directory, capturing the information used by the setup.py test command when running tests.In particular, the generated file contains the following information:test_module The dotted name of a module holding a test_suite function which can be called to compute a unittest.TestSuite for the...
RPMPackage python2-eea.versions-12.4-1.lbn25.noarch
EEA Versions EEA Versions is a versioning system based on a version ID to group certains objects and EffectiveDate to determine version number... note :: This add-on doesn't do anything by itself. It needs to be integrated by a
RPMPackage python2-eea.converter-12.9-1.lbn25.noarch
EEA Converter Introduction This package provides utilities to convert images and PDF files using ImageMagick_. It also provides a generic /download.pdf browser view that allow your users to download Plone pages as PDF files with custom PDF cover,
RPMPackage python2-eea-jquery-11.3-1.lbn25.noarch
EEA jQuery Introduction EEA jQuery provides jQuery 1.3.2 and 1.4.2 JS libraries as zope3 resources and some jQuery plugins like: annotator, bbq, browser, cookie, fancybox, galleryview, jqzoom, qtip, splitter, tagcloud, flashembed and more.
RPMPackage python2-eea-facetednavigation-14.7-1.lbn25.noarch
EEA Faceted Navigation The EEA Faceted Navigation **(FacetedNav)** gives you a **very powerful interface to improve search within large collections of items.** No programming skills are required by the website manager to configure the
RPMPackage python2-eea-faceted-vocabularies-7.0-1.lbn25.noarch
EEA Faceted Vocabularies Overview Zope 3 vocabularies to be used within eea.facetednavigation.. contents::Installation
RPMPackage python2-ecreall-helpers-upgrade-1.4-1.lbn25.noarch
.. contents::Introduction A set of helpful helpers for upgrade steps.IUpgradeTool adapts a plone site, a site setup tool or a directory import context, and provides method to make common upgrade configuration and data upgrades.Read the interfaces.py file for more information. Contributors - Thomas Desvenain thomas.desvenain@gmail.com - Vincent FretinChangelog 1.4 (2018-01-04) --...
RPMPackage python2-ecreall-helpers-testing-1.7-1.lbn25.noarch
.. contents::Introduction Various base classes and methods ecreall uses to test and debug projects.Contributors Note: place names and roles of the people who contribute to this package in this file, one to a line, like so:- Thomas DesvenainChangelog 1.7 (2014-02-17) -- Added status and header methods on FakeResponse and getURL method on FakeRequest. [thomasdesvenain]- When we get a key from...
RPMPackage python2-ecdsa-0.15-1.lbn25.noarch
Pure-Python ECDSA[![build status]( [![Coverage Status]( [![condition coverage]( [![Latest Version]( This is an easy-to-use implementation of ECDSA cryptography (Elliptic Curve Digital Signature Algorithm), implemented purely in Python, released under
RPMPackage python2-docutils-stubs-0.0.22-1.lbn25.noarch
docutils-stubs PEP 561_ based Type information for docutils_... _PEP 561: .. _docutils:
RPMPackage python2-documenttemplate-3.4-1.lbn25.noarch
:alt: Supported Python versions
RPMPackage python2-dnspython-1.16.0-1.lbn25.noarch
dnspython is a DNS toolkit for Python. It supports almost all record types. It can be used for queries, zone transfers, and dynamic updates. It supports TSIG authenticated messages and EDNS0.dnspython provides both high and low level access to DNS. The high level classes perform queries for data of a given name, type, and class, and return an answer set. The low level classes allow direct...
RPMPackage python2-dm-reuse-2.2-1.lbn25.noarch
Utilities to reuse (slightly modified) objects in new contexts.Currently, there is are two utilities: rebindFunction and OverridingProxy.rebindFunction ++++++++++++++++++rebindFunction allows to reuse the code of a function while changing name, globals, default arguments, properties and/or names used.Lets look at a trivial example. Function f accesses global variables i and j.Examples >>> i 1;...
RPMPackage python2-django-bootstrap4-22.1-1.lbn25.noarch
django-bootstrap 4[![CI]( [![Coverage Status]( [![Latest PyPI version]( [![Any color you like]( 4 integration for Django. GoalThe goal of this project is to seamlessly blend Django and Bootstrap 4.
RPMPackage python2-distlib-0.3.4-1.lbn25.noarch
Low-level components of distutils2/packaging, augmented with higher-level APIs for making packaging easier.