You are here: Home

Modified items

All recently modified items, latest first.
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:
RPMPackage python2-colorama-0.4.5-1.lbn36.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.5-1.lbn36.noarch
Colorama Makes ANSI escape character sequences (for producing colored terminal text and cursor positioning) work under MS Windows... |donate| image::
RPMPackage python2-collective-z3cform-select2-2.1.0-1.lbn36.noarch
.. This README is meant for consumption by humans and pypi. Pypi can render rst files so please do not use Sphinx features. If you want to learn more about writing documentation, please check out: This text does not appear on pypi or github. It is a comment.
RPMPackage python2-collective-z3cform-datetimewidget-1.2.9-1.lbn36.noarch
Various z3c.form date and datetime widgets Improved datetime widgets for z3c.form When the emphasis of the application you are designing is on speed and speed alone, then the single field pattern might be your friend. It's particularly useful for data entry applications in which the person who has to enter the data will have to use the same input form time and time again. .. _Date Input...
RPMPackage python2-collective-z3cform-datagridfield-1.5.3-1.lbn36.noarch
.. contents:: Table of ContentsIntroduction Provides a field with a datagrid (table), where each row is a sub form.It is a z3c.form < implementation of the Products.DataGridField < .This product was developed for use with Plone and Dexterity. Requirements * Versions > 1.4 are for Plone 5+, if you use Plone 4.3, use versions 1.3.x * For Python 3.7 at least PyYAML 4.2b1
RPMPackage python2-collective-xmltestreport-2.0.2-1.lbn36.noarch
Introduction This package provides an extension to the test runner to the one that ships with zope.testrunner, as well as a buildout recipe based on zc.recipe.testrunner to install a test script for this test runner.The test runner is identical to the one in zope.testrunner, but it is capable of writing test reports in the XML format output by JUnit/Ant. This allows the test results to be...
RPMPackage python2-collective-venue-4.1-1.lbn36.noarch
collective.venue This package provides an Dexterity Venue type with geolocation support for use with events or any other location specific content. Geolocation If you want to use collective.venue with geolocation behavior, you should add the following line to your eggs buildout section:: eggs collective.venue [geolocation] Changelog 4.1 (2020-07-10) -- fix indexer to work on Zope 4/Python 3....
RPMPackage python2-collective-themesitesetup-2.1.2-1.lbn36.noarch
collective.themesitesetup **collective.themesitesetup** is a plone.app.theming_- plugin for embedding GenericSetup_-steps into zipped theme packages.**collective.themesitesetup** can automatically import one embedded set of generic setup steps during theme activation and another one (so called *uninstall profile*) when theme is deactivated. Yet, also additionals ets can be embedded and...
RPMPackage python2-collective-testcaselayer-1.6.1-1.lbn36.noarch
.. -*-doctest-*- collective.testcaselayer The support for layers provided by zope.testing helps to lessen the amount of time consumed during test driven development by sharing expensive test fixtures, such as is often requires for functional test. This package provides several well tested facilities to make writing and using layers faster and easier.The...