You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python2-collective-contact-core-1.39-1.lbn36.noarch
Introduction This add-on is part of the collective.contact.* suite. For an overview and a demo of these suite, see collective.contact.demo < Plone add-on that provides a directory where you create persons, organizations, sub- organizations and positions.
RPMPackage python2-collective-contact-contactlist-2.0-1.lbn36.noarch
collective.contact.contactlist This add-on is part of the collective.contact.* suite. For an overview and a demo of these suite, see collective.contact.demo < can can manage lists of contacts. Adds an action to search and add a content to an existing or a new list.Lists handles any contact type: organization, person or held position. Installation You need to turn on Member folder creation.API
RPMPackage python2-collective-classifiers-0.4.1-1.lbn36.noarch
Introduction This contains two dexterity behaviors, vocabularies and indexers for two 'taxonomy-like' fields:- classifiers_themes (e.g. Air, Air > Quality, Air > Pollution, Water)- classifiers_categories (e.g. Report, Project, Project > Management)You want to show some information on your website and make it easy to find it. You have reports about air or about water. You also have projects...
RPMPackage python2-collective-checkdocs-0.2-1.lbn36.noarch
collective.checkdocs adds new distutils commands checkdocs and showdocs to validate restructured text in long_description field of Python eggs. This package aims to make Python egg help page publishing and editing easier.Eggs' long description field, which is usually also the README.txt file of the package, is reST formatted text. This text is converted to HTML to show on the package page when...
RPMPackage python2-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 python2-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 python2-clint-0.5.1-1.lbn36.noarch
Clint: Python Command-line Application Tools **Clint** is a module filled with a set of awesome tools for developing commandline applications. **C** ommand **L** ine **IN** terface **T** oolsClint is awesome. Crazy awesome. It supports colors, but detects if the session is a TTY, so doesn't render the colors if you're piping stuff around. Automagically.Awesome nest-able indentation context...
RPMPackage python2-click-7.1.2-1.lbn36.noarch
\$ click\_ Click is a Python package for creating beautiful command line interfaces in a composable way with as little code as necessary. It's the "Command Line Interface Creation Kit". It's highly configurable but comes with sensible defaults out of the box.It aims to make the process of writing command line tools quick and fun while also preventing any frustration caused by the inability to...
RPMPackage python2-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 python2-chardet-4.0.0-1.lbn36.noarch
Chardet: The Universal Character Encoding Detector -- - ASCII, UTF-8, UTF-16 (2 variants), UTF-32 (4 variants)
RPMPackage python2-chameleon-3.9.1-2.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 python2-chameleon-3.9.1-2.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 python2-cffi-1.14.6-1.lbn36.x86_64
Foreign Function Interface for Python calling C code. Please see the Documentation < Mailing list <
RPMPackage python2-certifi-2020.4.5.1-1.lbn36.noarch
Certifi: Python SSL Certificates Certifi_ is a carefully curated collection of Root Certificates for validating the trustworthiness of SSL certificates while verifying the identity of TLS hosts. It has been extracted from the Requests_ project.Installation certifi is available on PyPI. Simply install it with pip:: $ pip install certifiUsage To reference the installed certificate authority (CA)...
RPMPackage python2-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 python2-cached-property-1.5.1-1.lbn36.noarch
cached-property A decorator for caching properties in classes.Why? * Makes caching of time or computational expensive properties quick and easy. * Because I got tired of copy/pasting this code from non-web project to non-web project.
RPMPackage python2-cachecontrol-0.12.6-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 python2-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 python2-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 python2-buildout-dumppickedversions-0.5-1.lbn36.noarch
buildout.dumppickedversions Q: What is a buildout extension ?A: problem --When using a zc.buildout based deployment system you want to be able to reproduce the same setup with the same set of egg versions one month later. Without pinning all eggs the task is impossible.--buildout.dumppickedversions is a buildout extension that does just that. It can print or generate a versions.cfg file with...