Skip to main content

Run markdown recipes as shell scripts

Project description

Mechanical Markdown

codecov

If you are using markdown to create tutorials for your users, these markdown files will often be a series of shell commands that a user will copy and paste into their shell of choice, along with detailed text description of what each command is doing.

If you are regularly releasing software and having to manually verify your tutorials by copy pasting commands into a terminal every time you create a release, this is the package for you.

The mechanical-markdown package is a python library and corresponding shell script that allow you to run annotated markdown tutorials in an automated fashion. It will execute your markdown tutorials and verify the ouput according to expected stdout/stderr that you can embed directly into your markdown tutorials.

Installing

This package requires a working python3 environment. You can install it using pip:

pip install mechanical-markdown

This will install the python module, and create the mm.py CLI script.

Quick Start

Check out the examples for some quick and easy examples.

Usage

CLI

A command line utility called mm.py is included with this package.

% mm.py --help
usage: mm.py [-h] [--dry-run] [--manual] [--shell SHELL_CMD] markdown_file

Auto validate markdown documentation

positional arguments:
  markdown_file

optional arguments:
  -h, --help            show this help message and exit
  --dry-run, -d         Print out the commands we would run based on markdown_file
  --manual, -m          If your markdown_file contains manual validation steps, pause for user input
  --shell SHELL_CMD, -s SHELL_CMD
                        Specify a different shell to use

API

Creating a MechanicalMarkdown instance from a string which contains a markdown document:

from mechanical_markdown import MechanicalMarkdow

mm = MechanicalMarkdown(markdown_string)

MechanicalMarkdown methods

# Returns a string describing the commands that would be run
output = mm.dryrun(default_shell='bash -c')
print(ouput)

# Run the commands in the order they were specified and return a boolean for succes or failure
# Also returns a report summarizing what was run and stdout/sterr for each command
success, report = exectute_steps(manual, default_shell='bash -c')
print(report)

Contributing

Issues and contributions are always welcome! Please make sure your submissions have appropriate unit tests (see tests/).

This project was created to support dapr/quickstarts. We're sharing it with the hope that it might be as usefull for somebody else as it was for us.

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

mechanical-markdown-0.1.6.tar.gz (6.5 kB view details)

Uploaded Source

File details

Details for the file mechanical-markdown-0.1.6.tar.gz.

File metadata

  • Download URL: mechanical-markdown-0.1.6.tar.gz
  • Upload date:
  • Size: 6.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.9.1

File hashes

Hashes for mechanical-markdown-0.1.6.tar.gz
Algorithm Hash digest
SHA256 ac3edd536c233929c4aabfa93d22094f0a4d024c321b22492d8182333760df77
MD5 388c212ced5387b1494dd4101bb9218f
BLAKE2b-256 e4aa764e8c1c7311cb22a35c211c325aa3f88bcbfe41e94f0dc3bde2640cfffb

See more details on using hashes here.

Supported by

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