Skip to main content

No project description provided

Project description

Content CLI Tools

Installation

$ pip3 install dw-content-tools

Module Repository Validator

Validates that a module repo structure and content is valid, based
on the following rules:

* metadata.yml exists
* metadata.yml is valid
    * validate JSON schema
* docker-compose.yml exists
* docker-compose.yml is valid
    * validate JSON schema
* english.md exists
* validating english.md:
    * pages:
        * unique IDs
        * all pages contain a valid ID
        * all pages have a name
    * all images referenced in md exist as static files
    * activities:
        * all activities have an unique `id`
        * all activities have `type` defined
        * input:
            * has required `correct-answer` tag
        * multiple-choice:
            * has required `answer` (many) tags
            * at least one answer is marked as `is-correct`
            * when more than one answer is correct, `widget` has to be `checkbox`
        * code:
            * `template` and `device` attrs are defined
            * has required `validation-code` tag

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

dw_content_tools-0.7.2.tar.gz (3.9 kB view hashes)

Uploaded Source

Built Distribution

dw_content_tools-0.7.2-py3-none-any.whl (4.4 kB view hashes)

Uploaded Python 3

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