Registry / data / markdown-it-reporter

markdown-it-reporter

JSON →
library0.0.2pypypiunverified

A library to convert Galaxy Workflow Format 2 (GWF2) descriptions to Markdown reports. Current version: 0.0.2. Pre-release, low cadence.

pip install markdown-it-reporter
INSTALL
IMPORT
SIG · MARKDOWN-IT-REPORT
M
markdown-it-reporter
datapythonv0.0.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

M2RT
from mir import M2RT
from markdown_it_reporter import M2RT

Basic instantiation and markdown output.

from markdown_it_reporter import M2RT # minimal usage report = M2RT() # report.load(...) # see docs for actual API print(report.md)
Debug
Known issues
gotchaVery early stage (0.0.2): API is unstable and likely incomplete. Expect breaking changes.
fix
Pin to exact version if depending on it. Check GitHub for updates.
affects: 0.0.x
gotchaThe correct import uses underscores in module name: `from markdown_it_reporter import M2RT`. Do not use hyphens.
fix
Use `import markdown_it_reporter` not `markdown-it-reporter`.
affects: all
Upgrade
Version history
0.0.2latest on PyPI · released Aug 21, 2020
Audit
Dependencies

No dependency data recorded yet.

Agent activity
3 hits · last 30 days
node
2
Meta
1
Resources
markdown-it-reporter — pip install markdown-it-reporter · libregistry