You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python2-ecreall-helpers-upgrade-1.4-1.lbn36.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.lbn36.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.lbn36.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.lbn36.noarch
docutils-stubs PEP 561_ based Type information for docutils_... _PEP 561: .. _docutils:
RPMPackage python2-documenttemplate-3.4-1.lbn36.noarch
:alt: Supported Python versions
RPMPackage python2-dnspython-1.16.0-1.lbn36.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.lbn36.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-distlib-0.3.4-1.lbn36.noarch
Low-level components of distutils2/packaging, augmented with higher-level APIs for making packaging easier.
RPMPackage python2-diazo-1.4.2-1.lbn36.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.lbn36.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.lbn36.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-datetime-4.4-1.lbn36.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
RPMPackage python2-dataflake-fakeldap-3.0-1.lbn36.noarch
.. image::
RPMPackage python2-dataflake-cache-2.0-1.lbn36.noarch
:target:
RPMPackage python2-cycler-0.10.0-5.lbn36.noarch
General purpose library used by matplotlib to cycle through lists for colors, marker styles, etc
RPMPackage python2-cssselect-1.1.0-1.lbn36.noarch
cssselect: CSS Selectors for Python :target:
RPMPackage python2-covertile-cycle2-1.0.0-1.lbn36.noarch
**************** covertile.cycle2 ****************.. contents::Life, the Universe, and Everything -A carousel tile for collective.cover_ based on the Cycle2_ slideshow plugin for jQuery... _Cycle2: .. _collective.cover: Harmless :target:
RPMPackage python2-coverage-enable-subprocess-1.0-1.lbn36.noarch
This package installs a pth file that enables the coveragepy process_startup feature in this python prefix/virtualenv in subsequent runs.See: $ virtualenv tmpenv $ . tmpenv/bin/activate $ pip install coverage-enable-subprocess $ touch .coveragerc $ export COVERAGE_PROCESS_START$PWD/.coveragerc $ echo 'print("oh, hi!")' > ohhi.py $ python ohhi.py oh, hi! $ coverage report Name Stmts Miss Cover...
RPMPackage python2-cookies-2.2.1-1.lbn36.noarch
What is this and what is it for? --cookies.py is a Python module for working with HTTP cookies: parsing and rendering 'Cookie:' request headers and 'Set- Cookie:' response headers, and exposing a convenient API for creating and modifying cookies. It can be used as a replacement of Python's Cookie.py (aka http.cookies). Features * Rendering according to the excellent new RFC 6265 (rather than...
RPMPackage python2-contextlib2-0.6.0.post1-1.lbn36.noarch
:target: