-
python-wicked-1.1.12-2.lbn25.noarch
wicked is a compact syntax for doing wiki-like content linking and creation in zope and plone
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25
-
python2-check-manifest-0.40-1.lbn25.noarch
checkmanifest |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, checkmanifest is for
you.Quick start :: $ pip install checkmanifest $ cd /src/mygreatpackage $
checkmanifestYou can ask the script to help you update your MANIFEST.in:: $ ...
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25
-
python2-pyroma-2.6.1-1.lbn25.noarch
Pyroma rhymes with aroma, and is a product aimed at giving a rating of how well
a Python project complies with the best practices of the Python packaging
ecosystem, primarily PyPI, pip, Distribute etc, as well as a list of issues
that could be improved.The aim of this is both to help people make a project
that is nice and usable, but also to improve the quality of Python thirdparty
software, ...
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25
-
python2-readme_renderer-24.0-1.lbn25.noarch
Readme Renderer Readme Renderer is a library that will safely render arbitrary
README files into HTML. It is designed to be used in Warehouse_ to render the
long_description for packages. It can handle Markdown, reStructuredText (.rst),
and plain text... _Warehouse: Check Description Locally -reStructuredText To
locally check whether your reStructuredText long descriptions will render on
PyPI,...
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25
-
python2-rwproperty-1.0-1.lbn25.py37.noarch
Read & write properties :Author: Philipp von Weitershausen :Email:
philikon@philikon.de :License: Zope Public License, v2.1Motivation -Using
method decorators and descriptors like property, we can easily create computed
attributes: >>> class JamesBrown(object): ... @property ... def feel(self): ...
return self._feelAn attribute like this cannot be written, though. You would
have to do ...
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25
-
zope-z3c.form-3.7.0-1.lbn25.noarch
This package provides an implementation for HTML forms and widgets. The goal
is to provide a simple API but with the ability to easily customize any data or
steps.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25
-
Products.CMFUid-2.2.2-1.lbn25.noarch
CMFUid introduces a simple unique id implementation.
Implementation
==============
The supplied tools attach the unique ids to the objects. The objects
do not have to be aware of unique ids.
The current implementation depends on the portal catalog to find an
object of a given unique id. The interfaces do not imply the use
of the catalog (except the IUniqueIdBrainQuery).
Which Tool does What?
=====================
The 'portal_uidgenerator' tools responsibility is to generate
unique ids. The 'portal_uidannotation' tool is responsible to
attach unique ids to a content object, and enforce rules about
what happens on object move/create/delete. The 'portal_uidhandler'
manages registering and accessing unique ids.
This design was chosen to allow users replacing only parts of
the functionality without having to understand the whole thing.
Unique Id API
=============
'portal_uidhandler' implementing 'IUniqueIdHandler' is the main
API for playing with unique ids.
Usage
=====
'portal_uidhandler' fully implements IUniqueIdHandler (IUniqueIdSet
for registering/unregistering unique ids, IUniqueIdQuery for queries
and IUniqueIdBrainQuery for more efficient queries by returning
catalog brains instead of objects).
The current implementation of get/queryBrain and get/queryObject
do not return invisible objects (and brains of invisible objects).
By invisible objects, we mean objects that would be filtered out
by portal_catalog.searchResults due to expiry/effective date and/or
user roles.
It is often necessary to avoid this filtering in an application.
To do this, use the unrestrictedGet/QueryBrain and
unrestrictedGet/QueryObject as this will avoid 'None' results.
Have a look at the interfaces.
CMFUid's functionality is used by CMFDefault's favorite content type
to follow linked objects. The favorite content type works as before if
CMFUid is not installed.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25
-
python2-wheel-0.34.2-1.lbn25.noarch
A built-package format for Python.
A wheel is a ZIP-format archive with a specially formatted filename and the
.whl extension. It is designed to contain all the files for a PEP 376
compatible install in a way that is very close to the on-disk format.
Python 2 version.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25
-
python2-bleach-3.3.1-1.lbn25.noarch
Bleach is an HTML sanitizing library that escapes or strips markup and
attributes based on a white list.
Python 2 version.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25
-
python2-docutils-0.16-1.lbn25.noarch
The Docutils project specifies a plaintext markup language, reStructuredText,
which is easy to read and quick to write. The project includes a python
library to parse rST files and transform them into other useful formats such
as HTML, XML, and TeX as well as commandline tools that give the enduser
access to this functionality.
Currently, the library supports parsing rST that is in standalone files and
PEPs (Python Enhancement Proposals). Work is underway to parse rST from
Python inline documentation modules and packages.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25