File: control

package info (click to toggle)
python-webflash 0.1a9-5
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 92 kB
  • ctags: 40
  • sloc: python: 154; makefile: 5
file content (36 lines) | stat: -rw-r--r-- 1,341 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Source: python-webflash
Section: python
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends:
 debhelper (>= 7),
 cdbs,
 python-dev,
 python-setuptools
Standards-Version: 3.8.2
Homepage: http://python-rum.org/wiki/WebFlash
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-webflash/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-webflash/trunk/

Package: python-webflash
Architecture: all
Depends:
 ${misc:Depends},
 ${python:Depends},
 python (>=2.6) | python-simplejson
Conflicts: python-json
Description: Portable flash messages for Python WSGI applications
 WebFlash is a library to display "flash" messages in Python web
 applications.
 .
 These messages are usually used to provide feedback to the user (e.g:
 you changes have been saved, your credit card number has been stolen,
 etc). One important characteristic they must provide is the ability
 to survive a redirect (i.e., display the message in a page after
 being redirected from a form submission).
 .
  * WebFlash is implemented using cookies, no state must be kept
  * The messages can be rendered by the browser using Javascript
  * Alternatively messages can be rendered by the server
  * The JS code is small (~1Kb) and has no dependency
  * WebFlash is designed to be used in WSGI frameworks