Skip to content
Snippets Groups Projects
Select Git revision
  • parser default protected
1 result

muppet-strings

  • Clone with SSH
  • Clone with HTTPS
  • Muppet Strings

    Like puppet strings, but for multiple modules.

    Utility for building hyperlinked and pretty doc from Puppet modules and environments.

    Usage

    Building the example (probably broken for you)

    make clean all

    Running the tests

    make check  # Run linters
    make test   # Run unit tests

    Coverage information will end up in htmlcov/.

    Building the documentation

    make documentation

    Documentation will end up in doc.rendered/.

    Dependencies

    General python dependencies are documented in ./setup.cfg.

    Runtime dependencies

    • Puppet
    • Puppet Strings

    Testing dependencies

    • flake8
    • mypy
    • pytest

    Documentation dependencies

    • sphinx