You might look into formencode. It basically takes the philosophy that
a form is nothing more and nothing less than an interface between user
input and python data. It doesn't make assumptions about how you
present the form to the user. It just handles validation and conversion
of that data into
Le 02/04/2012 16:52, Jean-Michel Pichavant a écrit :
Stéphane Klein wrote:
Le 02/04/2012 15:54, Jean-Michel Pichavant a écrit :
Stéphane Klein wrote:
Hi,
I look for a package to make some console "form".
It's a standard stuff, I think there are a package to do that.
Example :
What is your
Stéphane Klein wrote:
Le 02/04/2012 15:54, Jean-Michel Pichavant a écrit :
Stéphane Klein wrote:
Hi,
I look for a package to make some console "form".
It's a standard stuff, I think there are a package to do that.
Example :
What is your name ?
Select your lang [EN, FR, DE…] ?
Do you want …
On 2012-04-02, St?phane Klein wrote:
> Le 02/04/2012 15:54, Jean-Michel Pichavant a ?crit :
>> St?phane Klein wrote:
>>>
>>> I look for a package to make some console "form".
>>>
>>> It's a standard stuff, I think there are a package to do that.
>>>
>>> Example :
>>>
>>> What is your name ?
>>> Se
Le 02/04/2012 15:54, Jean-Michel Pichavant a écrit :
Stéphane Klein wrote:
Hi,
I look for a package to make some console "form".
It's a standard stuff, I think there are a package to do that.
Example :
What is your name ?
Select your lang [EN, FR, DE…] ?
Do you want … [Y, N] ?
Type of field
Stéphane Klein wrote:
Hi,
I look for a package to make some console "form".
It's a standard stuff, I think there are a package to do that.
Example :
What is your name ?
Select your lang [EN, FR, DE…] ?
Do you want … [Y, N] ?
Type of field :
* textline
* select choice
* boolean question
Tha