You are here: Home

Modified items

All recently modified items, latest first.
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.45-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.13.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-4.10.0-1.lbn36.x86_64
BTrees: scalable persistent components .. image::
RPMPackage python3-borg-localrole-3.1.9-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-bda-cache-1.3.0-1.lbn36.noarch
General Caching API This package is designed to be used by applications which require different kinds of caching flavour. This is abstracted due to the interfaces ICacheProvider and ICacheManager. ICacheProvider takes care of the concrete cache implementation, ICacheManager is the read/write interface.The convention is to adapt a concrete ICacheProvider implementation.. code-block:: python...
RPMPackage python3-bda-awstatsparser-1.2.1-1.lbn36.noarch
This egg contains a parser for AwStats files, providing a convenient dict like API:: >>> from bda.awstatsparser.defaults import ( ... PREFIX, ... POSTFIX, ... SECTIONDEFS, ... )PREFIX and POSTFIX are used to build the target stats file path, SECTIONDEFS defines the expected structure of the stats file and the keys to use for providing the several values.The API is provided due to the...
RPMPackage python3-baluhn-0.1.2-12.fc36.noarch
Baluhn provides a base-independent implementation of the Luhn algorithm for Python. It is useful for generating and verifying check digits in arbitrary bases.
RPMPackage python3-backports.functools-lru-cache-1.6.4-1.lbn36.noarch
:target: PyPI link_ :target: PyPI link_.. _PyPI link: .. image::
RPMPackage python3-backports-os-0.1.1-1.lbn36.noarch
backports.os This package provides backports of new features in Python's os_ module under the backports_ namespace... _os: .. _backports: .. image::