Skip to main content

A DSL for describing questionnaires

Project description

Questionnaire DSL

A DSL for describing questionnaires with a simple terminal interpreter.

Example:

Q[type]: Project type
1[lang]. Language project
2[gen]. Generator project

Q[type=lang, extension]: File extension (e.g. "*.que"):
___ /\*\.[a-z0-9]+/

Q[package]: Package name
___ /[a-z][a-z0-9_]*$/

Q: Author name
___

Q: Author email
___

Q: This question is to
   test multiline feature and indenting.
   1. Working
   2. Not working.
      This is also to test multiline in choices.

Each question is of the form Q: or Q[<comma separated terms>]. If [] with terms is given, each term is either a question ID or a boolean expression of the form <lhs>=<rhs> where <lhs> is a reference to previous question ID while <rhs> is a value of the previous question which must be satisfied for this question to be used. This is handy if the questions that follows depends on the answer. See File extension question above which is asked only for language projects (thus type=lang, the type is a reference to the previous question).

The type of the question is either free-form (specified by ___) or choice if enumerated options are given.

Both question and option can span multiple lines (like in the last question).

For free-form question an optional regular expression can be given inside // (see Package name above). This regex is an input validator.

This package provides an interpreter of the questionnaire txquestionnaire.questionnaire_interpreter(model, data=None) which accepts the model created by parsing of questionnaire description using this language and optionally a dictionary of default answers keyed by either question ID if given or question number. The interpreter will run the questionnaire on the console and return a dictionary of collected data. The values for options are ordinal numbers or IDs if given (like in Project type above -- lang, gen).

Please see tests for the detailed usage.

Project details


Download files

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

Source Distribution

textx-lang-questionnaire-0.2.0.tar.gz (5.0 kB view details)

Uploaded Source

Built Distribution

textx_lang_questionnaire-0.2.0-py2.py3-none-any.whl (5.4 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file textx-lang-questionnaire-0.2.0.tar.gz.

File metadata

  • Download URL: textx-lang-questionnaire-0.2.0.tar.gz
  • Upload date:
  • Size: 5.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.5

File hashes

Hashes for textx-lang-questionnaire-0.2.0.tar.gz
Algorithm Hash digest
SHA256 9ec0c92d0cf9968229ee1175f4f9aaf4efb21d84dae7657addc26e95c1be8f7f
MD5 22374ded10e35c0c2e8d4b4d243db31a
BLAKE2b-256 167eee17e12554a28ec997e0292e0b39cde5fdceeb0ba8a7c4085342f36a4e6f

See more details on using hashes here.

Provenance

File details

Details for the file textx_lang_questionnaire-0.2.0-py2.py3-none-any.whl.

File metadata

  • Download URL: textx_lang_questionnaire-0.2.0-py2.py3-none-any.whl
  • Upload date:
  • Size: 5.4 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.5

File hashes

Hashes for textx_lang_questionnaire-0.2.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 8b885ff7b74322b210ebce022ea0b3a3cce9d768823a7edc370fd8ec8258fcab
MD5 411e6ed0a7232b126834ad1cbed9efe9
BLAKE2b-256 9dbad1a1dd39acab4a0d1c564efd86d34a8dfb22196fa9c97f71b2347870a920

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page