You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage zope.i18nmessageid-3.5.3-1.lbn13.armv6hl
To translate any text, we must be able to discover the source domain of the text. A source domain is an identifier that identifies a project that produces program source strings. Source strings occur as literals in python programs, text in templates, and some text in XML data. The project implies a source language and an application context. We can think of a source domain as a collection of messages and associated translation strings. We often need to create unicode strings that will be displayed by separate views. The view cannot translate the string without knowing its source domain. A string or unicode literal carries no domain information, therefore we use messages. Messages are unicode strings which carry a translation source domain and possibly a default translation. They are created by a message factory. The message factory is created by calling MessageFactory with the source domain. This package provides facilities for delaring such messages within program source text; translation of the messages is the responsiblitiy of the 'zope.i18n' package.
RPMPackage zope.hookable-4.0.0-2.lbn13.armv6hl
Hookable object support. Support the efficient creation of hookable objects, which are callable objects that are meant to be replaced by other callables, at least optionally. The idea is you create a function that does some default thing and make it hookable. Later, someone can modify what it does by calling its sethook method and changing its implementation. All users of the function, including those that imported it, will see the change.
RPMPackage zope-zeo-2.13.22-1.lbn13.armv6hl
This package contains the ZEO server and necessary startups
RPMPackage zope-Record-2.13.0-3.lbn13.armv6hl
Special Record objects used in Zope2.
RPMPackage zope-Persistence-devel-2.13.2-3.lbn13.armv6hl
Persistent ExtensionClass
RPMPackage zope-Persistence-2.13.2-3.lbn13.armv6hl
Persistent ExtensionClass
RPMPackage zope-MultiMapping-2.13.0-3.lbn13.armv6hl
Special MultiMapping objects used in Zope2.
RPMPackage zope-Missing-2.13.1-3.lbn13.armv6hl
Special Missing objects used in Zope2.
RPMPackage zope-ExtensionClass-2.13.2-3.lbn13.armv6hl
Metaclass for subclassable extension types
RPMPackage zope-DocumentTemplate-2.13.2-3.lbn13.armv6hl
Document Templating Markup Language (DTML)
RPMPackage zope-Acquisition-devel-2.13.8-3.lbn13.armv6hl
Acquisition is a mechanism that allows objects to obtain attributes from the containment hierarchy they're in.
RPMPackage zope-Acquisition-2.13.8-3.lbn13.armv6hl
Acquisition is a mechanism that allows objects to obtain attributes from the containment hierarchy they're in.
RPMPackage zope-AccessControl-3.0.8-1.lbn13.armv6hl
Security framework for Zope2.
RPMPackage zope-2.13.22-1.lbn13.armv6hl
Zope is an application server framework that enables developers to quickly build web applications such as intranets, portals, and content management systems.
RPMPackage spatialindex-1.8.1-1.lbn13.armv6hl
Library Goals The purpose of this library is to provide: An extensible framework that will support robust spatial indexing methods. Support for sophisticated spatial queries. Range, point location, nearest neighbor and k-nearest neighbor as well as parametric queries (defined by spatial constraints) should be easy to deploy and run. Easy to use interfaces for inserting, deleting and updating information. Wide variety of customization capabilities. Basic index and storage characteristics like the page size, node capacity, minimum fan-out, splitting algorithm, etc. should be easy to customize. Index persistence. Internal memory and external memory structures should be supported. Clustered and non-clustered indices should be easy to be persisted. Features Generic main memory and disk based storage managers. R*-tree index (also supports linear and quadratic splitting). MVR-tree index (a.k.a. PPR-tree). TPR-tree index. Advanced query capabilities, using Strategy and Visitor patterns. Arbitrary shaped range queries, by defining generic geometry interfaces. Large parameterization capabilities, including dimensionality, fill factor, node capacity, etc. STR packing / bulk loading.
RPMPackage rtf2xml-1.33-1.lbn13.armv6hl
The script rtf2xml converts Microsoft RTF to XML. By default, the script outputs to a raw XML, which faitfully represents the strucutre of the original RTF document.
RPMPackage python-zopyx-textindexng3-4.0.1-1.lbn13.armv6hl
Helper modules for TextIndexNG3 (Snowball stemmer, normalizer, splitter, etc.)
RPMPackage python-zope-2.13.22-1.lbn13.armv6hl
This package contains the base filesystem layout for all BastionLinux zope-* packages.
RPMPackage python-shapely-1.3.0-1.lbn13.armv6hl
Manipulation and analysis of geometric objects in the Cartesian plane. Shapely is a BSD-licensed Python package for manipulation and analysis of planar geometric objects. It is based on the widely deployed GEOS (the engine of PostGIS) and JTS (from which GEOS is ported) libraries. Shapely is not concerned with data formats or coordinate systems, but can be readily integrated with packages that are.
RPMPackage python-selenium-2.40.0-1.lbn13.armv6hl
Selenium Python Client Driver is a Python language binding for Selenium Remote Control (version 1.0 and 2.0). Currently the remote protocol, Firefox and Chrome for Selenium 2.0 are supported, as well as the Selenium 1.0 bindings. As work will progresses we'll add more "native" drivers.