{"id":27134,"library":"markdown-it-reporter","title":"markdown-it-reporter","description":"A library to convert Galaxy Workflow Format 2 (GWF2) descriptions to Markdown reports. Current version: 0.0.2. Pre-release, low cadence.","status":"active","version":"0.0.2","language":"python","source_language":"en","source_url":"https://github.com/galaxyproject/markdown-it-reporter","tags":["galaxy","workflow","markdown","reporter"],"install":[{"cmd":"pip install markdown-it-reporter","lang":"bash","label":"PyPI"}],"dependencies":[],"imports":[{"note":"Exact class name is uppercase M2RT","wrong":"from markdown_it_reporter import m2rt","symbol":"M2RT","correct":"from markdown_it_reporter import M2RT"},{"note":"","wrong":null,"symbol":"GWF2","correct":"from markdown_it_reporter.gwf2 import GWF2"}],"quickstart":{"code":"from markdown_it_reporter import M2RT\n\n# minimal usage\nreport = M2RT()\n# report.load(...) # see docs for actual API\nprint(report.md)","lang":"python","description":"Basic instantiation and markdown output."},"warnings":[{"fix":"Pin to exact version if depending on it. Check GitHub for updates.","message":"Very early stage (0.0.2): API is unstable and likely incomplete. Expect breaking changes.","severity":"gotcha","affected_versions":"0.0.x"},{"fix":"Use `import markdown_it_reporter` not `markdown-it-reporter`.","message":"The correct import uses underscores in module name: `from markdown_it_reporter import M2RT`. Do not use hyphens.","severity":"gotcha","affected_versions":"all"}],"env_vars":null,"last_verified":"2026-05-01T00:00:00.000Z","next_check":"2026-07-30T00:00:00.000Z","problems":[{"fix":"Install with `pip install markdown-it-reporter` but import as `markdown_it_reporter`.","cause":"Trying to import using hyphens instead of underscores.","error":"ModuleNotFoundError: No module named 'markdown-it-reporter'"},{"fix":"Use `from markdown_it_reporter import M2RT` (uppercase).","cause":"Typo or wrong case for the class name.","error":"AttributeError: module 'markdown_it_reporter' has no attribute 'M2RT'"}],"ecosystem":"pypi","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}