You are here: Home

Modified items

All recently modified items, latest first.
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
RPMPackage python2-dataflake-fakeldap-3.0-1.lbn25.noarch
.. image::
RPMPackage python2-dataflake-cache-2.0-1.lbn25.noarch
:target:
RPMPackage python2-cycler-0.10.0-5.lbn25.noarch
General purpose library used by matplotlib to cycle through lists for colors, marker styles, etc
RPMPackage python2-cssselect-1.1.0-1.lbn25.noarch
cssselect: CSS Selectors for Python :target:
RPMPackage python2-createrepo_c-0.11.0-1.lbn25.x86_64
Python bindings for the createrepo_c library.
RPMPackage python2-covertile-cycle2-1.0.0-1.lbn25.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.lbn25.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.lbn25.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.lbn25.noarch
:target:
RPMPackage python2-configparser-4.0.2-1.lbn25.noarch
.. .. .. image::
RPMPackage python2-colorama-0.4.5-1.lbn25.noarch
Colorama Makes ANSI escape character sequences (for producing colored terminal text and cursor positioning) work under MS Windows... |donate| image::
RPMPackage python2-colorama-0.4.4-1.lbn25.noarch
Colorama Makes ANSI escape character sequences (for producing colored terminal text and cursor positioning) work under MS Windows... |donate| image::
RPMPackage python2-collective.singing-0.7.6-1.lbn25.noarch
collective.singing Abstract Singing is a Zope 3 library for sending notifications and newsletters.You can find the development version of collective.singing in the GitHub repository < 0.7.6 (2019-10-22) - support removing subscriptions that changed their email-address [fRiSi] 0.7.5 (2017-03-03) - make channel description an optional field so users can leave it empty if no description is...
RPMPackage python2-collective.readitlater-1.1.0-1.lbn25.noarch
Introduction Read it later allows user to save external URLs in a plone site. A link is given which can be bookmarked. When used, it will open an iframe with a form on the current webpage. You can then change the title and the description and choose in which folder the URL will be saved.The link is available at **@@collective_readitlater_show_all**.How to install This addon can be installed...
RPMPackage python2-collective.quickupload-1.11.1-1.lbn25.noarch
Plone Quick Upload Description This product offers a multiple files upload tool for Plone, with multi selection, drag and drop, and progress bar. A pure javacript tool is used on client side, with html5 file fields and ajax upload for modern browsers, and a graceful fallback for other browsers. You can also choose to replace the javascript with jquery.uploadify, a flashupload based script...