-
python2-flask-sphinx-themes-1.0.2-1.lbn36.noarch
Flask Sphinx Themes This repository contains Sphinx themes for Flask and Flask
related projects. To use this theme in your Sphinx documentation:1. Install the
package using pip: pip install Flask-Sphinx-Themes2. Add this to conf.py: ..
code-block:: python html_theme 'flask'Themes The following themes exist for
html_theme. flask The standard Flask documentation theme for large...
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 36
-
python2-flask-theme-0.3.5-1.lbn36.noarch
flask-theme --flask-theme provides infrastructure for theming support in Flask
applications. It takes care of:- loading themes - rendering templates from
themes - serving static files like CSS and images from themes* documentation <
* development version <
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 36
-
python2-flup-1.0.3-1.lbn36.noarch
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 36
-
python2-forbiddenfruit-0.1.4-1.lbn36.noarch
[This project
allows Python code to extend built-in types.If that's a good idea or not, you
tell me. The first need this project attended was allowing a [Python assertion
library]( to implement a similar API to [RSpec Expectations]( and [should.js](
But people got creative and used it to among other things [spy on things](
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 36
-
python2-formencode-2.0.1-1.lbn25.noarch
FormEncode validates and converts nested structures.It allows for a declarative
form of defining the validation, and decoupled processes for filling and
generating forms.The official repo is at GitHub:
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 36
-
python2-freezegun-0.3.15-1.lbn36.noarch
FreezeGun: Let your Python tests travel through time FreezeGun is a library
that allows your Python tests to travel through time by mocking the datetime
module.Usage Once the decorator or context manager have been invoked, all calls
to datetime.datetime.now(), datetime.datetime.utcnow(), datetime.date.today(),
time.time(), time.localtime(), time.gmtime(), and time.strftime() will return
the...
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 36
-
python2-ftw-blog-1.8.1-1.lbn36.noarch
ftw.blog provides a blog implementation for Plone featuring tags and
categories.A user can add a new blog entry and tag it using tags and
categories. Available categories are defined by the creator of the blog, whilst
tags can be added freely by the author of a blog entry.Blog entries are listed
in chronological order, in a tag cloud, by categories, and in a monthly
archive. Entries can be...
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 36
-
python2-ftw-builder-2.0.0-1.lbn36.noarch
ftw.builder Create Plone objects in tests with the Builder Pattern < builder
pattern simplifies constructing objects. In tests we often need to create Plone
objects, sometimes a single object, sometimes a whole graph of objects. Using
the builder pattern allows us to do this in a DRY way, so that we do not need
to repeat this over and over again... code:: python from ftw.builder import
create...
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 36
-
python2-ftw-calendar-3.1.2-1.lbn36.noarch
Introduction ftw.calendar is a calendar view based on fullcalendar ( - Generic:
ftw.calendar doesn't care about the event objects, it only needs a collection
in which the resulting brains have a start and a end attribute. If the calendar
view is on an other content type than a collection, it will show all events
(types defined in portal_calendar) below this context.- Lightweight: the
only...
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 36
-
python2-ftw-calendarexport-1.3-1.lbn36.noarch
Introduction ftw.calendarexport provides the functionality to export multiple
events as ICS from ftw.calendar. It uses simplelayout to manage and display the
content.Usage - Add ftw.calendarexport to your buildout configuration:::
[instance] eggs + ftw.calendarexport- Install the generic import profile.On the
ftwcalendar_view view you now see a viewlet which enables you to export
multiple...
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 36