You are here: Home

Modified items

All recently modified items, latest first.
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.
RPMPackage python2-diazo-1.4.2-1.lbn25.noarch
Diazo - We Write XSLT, So You Don't Have To Diazo allows you to apply a theme contained in a static HTML web page to a dynamic website created using any server-side technology. With Diazo, you can take an HTML wireframe created by a web designer and turn it into a theme for your favourite CMS, redesign the user interface of a legacy web application without even having access to the original...
RPMPackage python2-deprecated-1.2.10-1.lbn25.noarch
Deprecated Library Deprecated is Easy to Use If you need to mark a function or a method as deprecated, you can use the @deprecated decorator:Save in a hello.py:.. code:: python from deprecated import deprecated @deprecated(version'1.2.1', reason"You should use another function") def some_old_function(x, y): return x + y class SomeClass(object): @deprecated(version'1.3.0', reason"This method is...
RPMPackage python2-decorator-4.4.2-1.lbn25.noarch
Decorators for Humans The goal of the decorator module is to make it easy to define signature-preserving function decorators and decorator factories. It also includes an implementation of multiple dispatch and other niceties (please check the docs). It is released under a two-clauses BSD license, i.e. basically you can do whatever you want with it but I am not responsible.Installation -If you...
RPMPackage python2-datrie-0.8.2-1.lbn25.x86_64
datrie |travis| |appveyor| .. |travi .. |appveyo Super-fast, efficiently stored Trie for Python (2.x and 3.x). Uses libdatrie_... _libdatrie: :: pip install datrieUsage Create a new trie capable of storing items with lower-case ascii keys:: >>> import string >>> import datrie
RPMPackage python2-datetime-4.4-1.lbn25.noarch
DateTime This package provides a DateTime data type, as known from Zope.Unless you need to communicate with Zope APIs, you're probably better