{"id":29141253,"url":"https://github.com/shollingsworth/pyquanda","last_synced_at":"2026-05-18T04:48:48.361Z","repository":{"id":37901354,"uuid":"418977973","full_name":"shollingsworth/pyquanda","owner":"shollingsworth","description":"An question and answer shell environment based on xonsh using ansible for setup","archived":false,"fork":false,"pushed_at":"2023-03-02T16:01:40.000Z","size":139,"stargazers_count":2,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-29T06:24:28.613Z","etag":null,"topics":["interview","interview-questions","shell"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shollingsworth.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-10-19T15:13:49.000Z","updated_at":"2022-01-11T12:36:15.000Z","dependencies_parsed_at":"2023-02-17T07:00:20.459Z","dependency_job_id":null,"html_url":"https://github.com/shollingsworth/pyquanda","commit_stats":null,"previous_names":[],"tags_count":23,"template":false,"template_full_name":null,"purl":"pkg:github/shollingsworth/pyquanda","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shollingsworth%2Fpyquanda","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shollingsworth%2Fpyquanda/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shollingsworth%2Fpyquanda/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shollingsworth%2Fpyquanda/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shollingsworth","download_url":"https://codeload.github.com/shollingsworth/pyquanda/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shollingsworth%2Fpyquanda/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262825645,"owners_count":23370419,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["interview","interview-questions","shell"],"created_at":"2025-06-30T18:06:20.683Z","updated_at":"2026-05-18T04:48:48.319Z","avatar_url":"https://github.com/shollingsworth.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![github-issues](https://img.shields.io/github/issues/shollingsworth/pyquanda?style=plastic \"github-issues\")](https://github.com/shollingsworth/pyquanda/issues) [![github-languages-code-size](https://img.shields.io/github/languages/code-size/shollingsworth/pyquanda?style=plastic \"github-languages-code-size\")](https://github.com/shollingsworth/pyquanda) [![github-stars](https://img.shields.io/github/stars/shollingsworth/pyquanda?style=plastic \"github-stars\")](https://github.com/shollingsworth/pyquanda/stargazers) [![github-forks](https://img.shields.io/github/forks/shollingsworth/pyquanda?style=plastic \"github-forks\")](https://github.com/shollingsworth/pyquanda/network/members) \n\n[![pypi-v](https://img.shields.io/pypi/v/pyquanda?style=plastic \"pypi-v\")](https://pypi.org/project/pyquanda) [![pypi-status](https://img.shields.io/pypi/status/pyquanda?style=plastic \"pypi-status\")](https://pypi.org/project/pyquanda) [![pypi-l](https://img.shields.io/pypi/l/pyquanda?style=plastic \"pypi-l\")](https://pypi.org/project/pyquanda) [![pypi-dm](https://img.shields.io/pypi/dm/pyquanda?style=plastic \"pypi-dm\")](https://pypi.org/project/pyquanda) [![pypi-pyversions](https://img.shields.io/pypi/pyversions/pyquanda?style=plastic \"pypi-pyversions\")](https://pypi.org/project/pyquanda) [![pypi-implementation](https://img.shields.io/pypi/implementation/pyquanda?style=plastic \"pypi-implementation\")](https://pypi.org/project/pyquanda) \n\n# TOC\n* [PyQ[u]AndA](#pyq-u-anda-)\n   * [Installation / Quickstart](#installation---quickstart-)\n   * [License](#license-)\n   * [Other Docs](#other-docs-)\n   * [Command Help](#command-help-)\n\n\n# PyQ[u]AndA [\u0026#8593;](#toc)\n    This is an interview environment based around xonsh, meant to be used via\n    SSH and wrapped around custom hooks you define\n\nPull requests welcome!\n## Installation / Quickstart [\u0026#8593;](#toc)\nTo install this package from [pypy](https://pypi.org/project/pyquanda/) run the following command.\n\n\n```\n\npip3 install pyquanda\n\n```\n\n\n\n```\n\npyquanda-cmd demo\n\n```\n\n## License [\u0026#8593;](#toc)\nSee: [LICENSE](./LICENSE)\n## Other Docs [\u0026#8593;](#toc)\n* [Api Docs](./docs/documentation.md)\n* [Changelog](./CHANGELOG.md)\n## Command Help [\u0026#8593;](#toc)\n# Main\n## new\n```\nusage: gendoc.py new [-h] [--overwrite] --destination_directory DESTINATION_DIRECTORY {system,intro,problem} name description\n\ncreate a new module from templates\n\npositional arguments:\n  {system,intro,problem}\n                        module type\n  name                  module name\n  description           module name\n\noptional arguments:\n  -h, --help            show this help message and exit\n  --overwrite           automatically overwrite destination directory\n  --destination_directory DESTINATION_DIRECTORY, -d DESTINATION_DIRECTORY\n                        src_module_dir help\n\n```\n## a_single\n```\nusage: gendoc.py a_single [-h] [-c INTERVIEW_CONFIG_YAML] -s SRC_MODULE_DIR [--debug]\n\nrun ansible on a single module based on path\n\noptional arguments:\n  -h, --help            show this help message and exit\n  -c INTERVIEW_CONFIG_YAML, --interview_config_yaml INTERVIEW_CONFIG_YAML\n                        starting configuration yaml\n  -s SRC_MODULE_DIR, --src_module_dir SRC_MODULE_DIR\n                        source module directory\n  --debug               debug output, do not execute\n\n```\n## a_all\n```\nusage: gendoc.py a_all [-h] [-c INTERVIEW_CONFIG_YAML] -s SRC_MODULE_DIR [--debug]\n\nrun all ansible modules in path\n\noptional arguments:\n  -h, --help            show this help message and exit\n  -c INTERVIEW_CONFIG_YAML, --interview_config_yaml INTERVIEW_CONFIG_YAML\n                        starting configuration yaml\n  -s SRC_MODULE_DIR, --src_module_dir SRC_MODULE_DIR\n                        source module directory\n  --debug               debug output, do not execute\n\n```\n## q_save\n```\nusage: gendoc.py q_save [-h] [-c INTERVIEW_CONFIG_YAML] -s SRC_MODULE_DIR [--destination_directory DESTINATION_DIRECTORY]\n\nconvert questions to pyquanda questions config file\n\noptional arguments:\n  -h, --help            show this help message and exit\n  -c INTERVIEW_CONFIG_YAML, --interview_config_yaml INTERVIEW_CONFIG_YAML\n                        starting configuration yaml\n  -s SRC_MODULE_DIR, --src_module_dir SRC_MODULE_DIR\n                        source module directory\n  --destination_directory DESTINATION_DIRECTORY, -d DESTINATION_DIRECTORY\n                        src_module_dir help\n\n```\n## q_test\n```\nusage: gendoc.py q_test [-h] -s SRC_MODULE_DIR [-c INTERVIEW_CONFIG_YAML] [--keep_state]\n\ntest question set\n\noptional arguments:\n  -h, --help            show this help message and exit\n  -s SRC_MODULE_DIR, --src_module_dir SRC_MODULE_DIR\n                        source module directory\n  -c INTERVIEW_CONFIG_YAML, --interview_config_yaml INTERVIEW_CONFIG_YAML\n                        starting configuration yaml\n  --keep_state, -k      keep state (defaults to False)\n\n```\n## userdata\n```\nusage: gendoc.py userdata [-h] [-c INTERVIEW_CONFIG_YAML] -s SRC_MODULE_DIR --destination_directory DESTINATION_DIRECTORY\n\nsave userdata zip file in directory (filename: userdata.zip)\n\noptional arguments:\n  -h, --help            show this help message and exit\n  -c INTERVIEW_CONFIG_YAML, --interview_config_yaml INTERVIEW_CONFIG_YAML\n                        starting configuration yaml\n  -s SRC_MODULE_DIR, --src_module_dir SRC_MODULE_DIR\n                        source module directory\n  --destination_directory DESTINATION_DIRECTORY, -d DESTINATION_DIRECTORY\n                        src_module_dir help\n\n```\n## bootstrap\n```\nusage: gendoc.py bootstrap [-h] userdata_file\n\nbootstrap host given userdata.zip file\n\npositional arguments:\n  userdata_file\n\noptional arguments:\n  -h, --help     show this help message and exit\n\n```\n## demo\n```\nusage: gendoc.py demo [-h] [--destination_directory DESTINATION_DIRECTORY] [--overwrite]\n\ndemonstrate the xonsh question environment\n\noptional arguments:\n  -h, --help            show this help message and exit\n  --destination_directory DESTINATION_DIRECTORY, -d DESTINATION_DIRECTORY\n                        src_module_dir help\n  --overwrite           automatically overwrite destination directory\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshollingsworth%2Fpyquanda","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshollingsworth%2Fpyquanda","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshollingsworth%2Fpyquanda/lists"}