wizards: High level, generic library for interrogative user interfaces

[ bsd3, library, user-interfaces ] [ Propose Tags ]

wizards is a package designed for the quick and painless development of interrogative programs, which revolve around a "dialogue" with the user, who is asked a series of questions in a sequence much like an installation wizard.

Everything from interactive system scripts, to installation wizards, to full-blown shells can be implemented with the support of wizards.

It is developed transparently on top of a Prompt monad, which separates out the semantics of the program from any particular interface. A variety of backends exist, including System.Console.Wizard.Haskeline and System.Console.Wizard.BasicIO. It is also possible to write your own backends. While both built-in backends operate on a console, there is no reason why wizards cannot also be used for making GUI wizard interfaces.

See the github page for examples on usage:

http://www.github.com/liamoc/wizards

For creating backends, the module System.Console.Wizard.Internal has a brief tutorial.

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 1.0, 1.0.1, 1.0.2, 1.0.3
Dependencies base (>=4 && <5), haskeline (>=0.6 && <0.7), MonadPrompt (>=1.0 && <1.1), mtl (>=2.0 && <2.1), transformers (>=0.2 && <0.3) [details]
License BSD-3-Clause
Author Liam O'Connor-Davis
Maintainer liamoc@cse.unsw.edu.au
Category User Interfaces
Source repo head: git clone git://github.com/liamoc/wizards.git
this: git clone git://github.com/liamoc/wizards.git(tag 0.1)
Uploaded by LiamOConnorDavis at 2012-06-16T03:24:00Z
Distributions Arch:1.0.3, Debian:1.0.3, Fedora:1.0.3, LTSHaskell:1.0.3, NixOS:1.0.3, Stackage:1.0.3, openSUSE:1.0.3
Reverse Dependencies 2 direct, 3 indirect [details]
Downloads 8723 total (54 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]