You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage plone4artists-ploneevent-0.7.4-2.lbn25.noarch
This package contains extensions to the standard Event of Plone. Currently only the extension is included: Recurrence.
RPMPackage plone4artists-plonecalendar-2.1-1.lbn25.noarch
p4a.plonecalendar is a project which extends the p4a.calendar framework to run natively within a Plone environment. It contains the extensions that require Plone, and the adaptions to Plone. This is mainly support for Plone event types and iCalendar import/export. Plone4Artists calendar can import an iCalendar file over http into a Plone calendar. This is useful for example if another site presents a schedule that you also want to present or integrate into your site. An example url for importing an icalendar file over http is:: http://path/to/calendar/import_from_url?url=http://url/to/icalendarfile.ics This will open up a connection to the other site, get the icalendar file called "icalendarfile.ics" and import it into the folder located at /path/to/calendar/
RPMPackage plone4artists-ploneaudio-1.1rc1-5.lbn25.noarch
The p4a.ploneaudio egg is a Plone product built to expose the p4a.audio framework in a Plone setting. In a nutshell it provides the following features: File support Uploaded File objects are scanned for audio mime types and are audio enhanced automatically if a registered mime type is found. Audio container support Any folder or smart folder can be media activated which turns it into an audio container which knows how to display an overview for all contained audio. Embedded media player support MP3 and Ogg audio files can be played inline within the browser. Audio metadata support Audio information is read from and written to MP3 and Ogg audio files. Podcasting support Audio containers (activated folders or smart folders) can have ther contents broadcast using RSS with enclosures representing the individual audio files. Content Licensing support All audio content can automatically be licensed using the ContentLicensing product.
RPMPackage plone4artists-fileimage-1.0.2-3.lbn25.noarch
p4a.file is a field/widget pair for handling fields that contain binary data.
RPMPackage plone4artists-common-1.1-1.lbn25.noarch
Reusable code-bits for Zope 3 and Plone
RPMPackage plone4artists-calendar-2.1b1-1.lbn25.noarch
The p4a.calendar package is a package for producing calendars from collection of events. Features include: Monthly, Weekly, Daily view Any calendar activated (smart) folder can has several default views including a monthly, weekly and daily view. Chronological event view The events gathered together by the activated calendar can be displayed using a chronological event listing. Past events view Events that have already occurred are grouped into a past events listing page. Color coding by event type Events can be color coded based on what event type (keyword) they have been assigned.
RPMPackage plone4artists-audio-1.1rc1-3.lbn25.noarch
Upload a normal File to your Plone site, and Plone4ArtistsAudio will detect it as an MP3 or Ogg file and "decorate" it with metadata.
RPMPackage plone4artists-1.1-1.lbn25.noarch
Base p4a module
RPMPackage plone.z3ctable-0.2-1.lbn25.noarch
z3c.table support for Plone
RPMPackage plone.jsonserializer-0.9.7-1.lbn25.noarch
JSON serialization/deserialization adapters for Plone.
RPMPackage python2-sqlalchemy-1.3.24-3.lbn25.x86_64
SQLAlchemy is an Object Relational Mapper (ORM) that provides a flexible, high-level interface to SQL databases. Database and domain concepts are decoupled, allowing both sides maximum flexibility and power. SQLAlchemy provides a powerful mapping layer that can work as automatically or as manually as you choose, determining relationships based on foreign keys or letting you define the join conditions explicitly, to bridge the gap between database and domain. This package includes the python 2 version of the module.
RPMPackage python2-cssselect-1.1.0-1.lbn25.noarch
Cssselect parses CSS3 Selectors and translates them to XPath 1.0 expressions. Such expressions can be used in lxml or another XPath engine to find the matching elements in an XML or HTML document. Python 2 version.
RPMPackage python3-matplotlib-data-fonts-3.1.1-1.lbn25.1.noarch
Fonts used by python-matplotlib
RPMPackage python3-matplotlib-data-3.1.1-1.lbn25.1.noarch
Data used by python-matplotlib
RPMPackage python2-kiwisolver-1.0.1-4.lbn25.x86_64
Kiwi is an efficient C++ implementation of the Cassowary constraint solving algorithm. Kiwi is an implementation of the algorithm based on the seminal Cassowary paper. It is *not* a refactoring of the original C++ solver. Kiwi has been designed from the ground up to be lightweight and fast.
RPMPackage python2-tinycss2-0.6.1-1.lbn25.noarch
tinycss2 is a modern, low-level CSS parser for Python. tinycss2 is a rewrite of tinycss with a simpler API, based on the more recent CSS Syntax Level 3 specification.
RPMPackage python2-pytest-xdist-1.22.5-1.lbn25.py37.noarch
The pytest-xdist plugin extends py.test with some unique test execution modes: * test run parallelization: if you have multiple CPUs or hosts you can use those for a combined test run. This allows to speed up development or to use special resources of remote machines. * --boxed: run each test in a boxed subprocess to survive SEGFAULTS or otherwise dying processes * --looponfail: run your tests repeatedly in a subprocess. After each run py.test waits until a file in your project changes and then re-runs the previously failing tests. This is repeated until all tests pass after which again a full run is performed. * Multi-Platform coverage: you can specify different Python interpreters or different platforms and run tests in parallel on all of them.
RPMPackage python2-pytest-watch-4.1.0-10.lbn25.py37.noarch
A zero-config CLI tool that runs [pytest][], and re-runs it when a file in your project changes. It beeps on failures and can run arbitrary commands on each passing and failing test run.
RPMPackage python2-pytest-virtualenv-1.2.11-7.lbn25.py37.noarch
Create a Python virtual environment in your test that cleans up on teardown. The fixture has utility methods to install packages and list what's installed.
RPMPackage python2-pytest-vcr-1.0.2-1.lbn25.noarch
Py.test plugin for managing VCR.py cassettes