You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-collective-ambidexterity-1.0-1.lbn36.noarch
collective.ambidexterity collective.ambidexterity provides through-the-web editing of views, defaults, validators and vocabularies for Dexterity content types.Documentation: of the package The package currently only works in Plone 5.Installation Add collective.ambidexterity to the eggs list in your Plone 5 buildout. Run buildout.Use the add/remove addons option in site setup to activate the...
RPMPackage python3-collective-address-1.6-1.lbn36.noarch
collective.address This package provides an Dexterity behavior for location addresses to be used in Dexterity based types. How to provide a default value for the country field -If you want to provide a default value for the IAddress' country field, you can provide an ComputedWidgetAttribute adapter like so:: from zope.component import provideAdapter from z3c.form.widget import...
RPMPackage python3-cioppino-twothumbs-2.2.4-1.lbn36.noarch
Introduction This will add those terribly "delish" little thumbs all over facebook to products of your choosing. By default, only logged in users can rate a product, and once they are logged in they can vote once (and change their vote at any time) Installation Your mission, should you choose to accept it is to add the package to
RPMPackage python3-check-manifest-0.50-1.lbn36.noarch
check-manifest |buildstatus|_ |appveyor|_ |coverage|_Are you a Python developer? Have you uploaded packages to the Python Package Index? Have you accidentally uploaded *broken* packages with some files missing? If so, check- manifest is for you.Quick start --:: $ pip install check-manifest $ cd /src/mygreatpackage $ check-manifestYou can ask the script to help you update your MANIFEST.in:: $...
RPMPackage python3-chameleon-3.10.1-1.lbn36.noarch
Overview ======== Chameleon is an HTML/XML template engine for `Python <http://www.python.org>`_. It uses the *page templates* language. You can use it in any Python web application with just about any version of Python (2.7 and up, including 3.4+ and `pypy <http://pypy.org>`_). Visit the `documentation <https://chameleon.readthedocs.io/en/latest/>`_ for more information. License and...
RPMPackage python3-calmjs-parse-1.2.5-1.lbn36.noarch
calmjs.parse A collection of parsers and helper libraries for understanding ECMAScript; a near feature complete fork of |slimit|_. A CLI front-end for this package is shipped separately as |crimp|_. :target:
RPMPackage python3-cached_property-1.5.2-1.lbn36.noarch
cached-property A decorator for caching properties in classes.Why? * Makes caching of time or computational expensive properties quick and easy.
RPMPackage python3-cachecontrol-0.14.1-1.lbn36.noarch
CacheControl CacheControl is a port of the caching algorithms in httplib2_ for use with requests_ session object.It was written because httplib2's better support for caching is often mitigated by its lack of thread safety. The same is true of requests in terms of caching. Quickstart .. code-block:: python import requests
RPMPackage python3-bumpversion-0.6.0-1.lbn36.noarch
b'**\xe2\x9a\xa0\xef\xb8\x8f Current status of this project**\n\n* \xf0\x9f\x8e\xacIf you want to start **using bumpversion**, you\'re best advised to **install one of the maintained forks**, e.g. \xe2\x9e\xa1 @c4urself\'s bump2version < \xf0\x9f\x94\xa8If you want to **help maintain** bumpversion, there\'s an ongoing discussion about merging the fork back to the original project as well as...
RPMPackage python3-buildout-wheel-0.2.0-1.lbn36.noarch
Experimental Buildout extension to provide wheel support To get wheel support in Buildout 2.8 or later, include the buildout wheel extension:: [buildout] extensions buildout.wheelChanges 0.2.0 (2017-03-12) - Make use of newer support in buildout for per-extension binary dist UNPACKERs for a much cleaner implementation of wheel support.- Also, make use of newer support in buildout for...
RPMPackage python3-buildout-requirements-0.2.2-1.lbn36.noarch
buildout.requirements A simple buildout extension that creates a requirements.txt file for pip. This is a fork of buildout.requirements which is more or less a copy of buildout.dumprequirements. All credit goes to the authors of that project... warning:: buildout.dumppickedversions (and therefore also buildout.dumprequirements and also buildout.requirements) does some *nasty* stuff to get its...
RPMPackage python3-btrees-5.1-1.lbn36.x86_64
BTrees: scalable persistent components .. image::
RPMPackage python3-borg-localrole-3.1.11-1.lbn36.noarch
A PAS plugin which can manage local roles via an adapter lookup on the current Source Code Contributors please read the document Process for Plone core's development < are at the Plone code repository hosted at Github < .. You should *NOT* be adding new change log entries to this file. You should create a file in the news directory instead. For helpful instructions, please see: towncrier...
RPMPackage python3-bobtemplates-plone-6.0b13-1.lbn36.noarch
:alt: Egg Status
RPMPackage python3-bobo-2.4.0-1.lbn36.noarch
Bobo is a light-weight framework for creating WSGI web applications.Its goal is to be easy to use and remember.It addresses 2 problems:- Mapping URLs to objects- Calling objects to generate HTTP responsesBobo doesn't have a templating language, a database integration layer, or a number of other features that are better provided by WSGI middle-ware or application-specific libraries.Bobo builds...
RPMPackage python3-bda-intellidatetime-1.3-1.lbn36.noarch
bda.intellidatetime Overview bda.intellidatetime provides a converter for date and time input to python datetime.datetime objects.The input format is definded by a locale2pattern mapping and is provided by a seperate interface.Currently provided locales are:- en- fr- uk- cs - and the special locale iso, which is used as default.-Use the convert function:.. code-block:: pycon >>> from...
RPMPackage python3-sphobjinv-2.3.1-1.lbn36.noarch
The syntax required for a functional Sphinx cross-reference is highly non-obvious in many cases. Sometimes Sphinx can guess correctly what you mean, but it’s pretty hit-or-miss. The best approach is to provide Sphinx with a completely specified cross-reference, and that’s where sphobjinv comes in.
RPMPackage python3-sphinxtesters-0.2.3-12.fc36.noarch
This package contains utilities for testing Sphinx extensions.
RPMPackage python3-sphinxext-opengraph-0.10.0-1.lbn36.noarch
Sphinx extension to generate unique OpenGraph metadata.
RPMPackage python3-sphinxcontrib.apidoc-0.3.0-1.lbn36.noarch
sphinxcontrib-apidoc A Sphinx extension for running sphinx-apidoc_ on each build.Overview *sphinx-apidoc* is a tool for automatic generation of Sphinx sources that, using the autodoc <sphinx_autodoc>_ extension, documents a whole package in the style of other automatic API documentation tools. *sphinx- apidoc* does not actually build documentation - rather it simply generates it. As a result,...