Skip to main content

Question Answer Validation (qav)

pypi version license pyversions pipeline status coverage report

qav is a Python library for console-based question and answering, with the ability to validate input.

It provides question sets to group related questions. Questions can also have subordinate Questions underneath them. Answers to those questions can be validated based on a simple, static piece of information provided by you. Answers may also be validated dynamically based on the information provided in previous questions.

Example Usage

>>> from qav.questions import Question
>>> from qav.validators import ListValidator
>>> q = Question('How old am I? ', 'age', ListValidator(['20', '35', '40']))
>>> q.ask()
Please select from the following choices:
 [0] - 20
 [1] - 35
 [2] - 40
How old am I? : 0
>>> q.answer()
# returns => {'age': '20'}

Requirements

netaddr

Installation

$ pip install qav

Compatibility

This library has been tested to support:

  • Python 3.6

It most likely will still run on Python 2.7, but official support has been dropped.

License

qav - question answer validation in Python
Copyright (C) 2015  UMIACS

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA

Email:
    github@umiacs.umd.edu

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

qav-1.2.0.tar.gz (22.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

qav-1.2.0-py2.py3-none-any.whl (19.2 kB view details)

Uploaded Python 2Python 3

File details

Details for the file qav-1.2.0.tar.gz.

File metadata

  • Download URL: qav-1.2.0.tar.gz
  • Upload date:
  • Size: 22.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.17

File hashes

Hashes for qav-1.2.0.tar.gz
Algorithm Hash digest
SHA256 1246d2b812741145382c3dc638381b6abb299621fab49e539c0687115a0e631b
MD5 fe1df32a353cb69383b445817845a2ff
BLAKE2b-256 6bd922f9a81c5a42dbe3da829fdff8022910ce30ced2e7389467bfc205d45c53

See more details on using hashes here.

File details

Details for the file qav-1.2.0-py2.py3-none-any.whl.

File metadata

  • Download URL: qav-1.2.0-py2.py3-none-any.whl
  • Upload date:
  • Size: 19.2 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.17

File hashes

Hashes for qav-1.2.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 608aa0991fe6e3f514774f203a5c50b77792271cfd78604cf39c9196be978772
MD5 9636fa7e14f5caa31e1fa91160d5293a
BLAKE2b-256 79f71a955b664f7356882ed01d2c7bc05dfca07381399af6c13e8e81e1e6ad6c

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

1.2.0 This release

2 files

1.1.9

2 files

1.1.8

2 files

1.1.7

2 files

1.1.5

2 files

1.1.4

2 files

1.1.3

2 files

1.1.2

2 files

1.1.1

1 file

1.1.0

1 file

1.0.3

1 file

1.0.2

1 file

1.0.1

1 file

1.0.0

1 file

0.3.5

1 file

0.3.4

1 file

0.3.2

1 file

0.3.1

1 file

0.3.0

1 file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page