Metadata-Version: 2.4
Name: peakrdl_markdown
Version: 1.0.3
Summary: Export Markdown description from the systemrdl-compiler register model
License: GPL-3.0-only
License-File: LICENSE
Author: Marek Pikuła
Author-email: marek@serenitycode.dev
Maintainer: Marek Pikuła
Maintainer-email: marek@serenitycode.dev
Requires-Python: >=3.7.0,<4.0.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)
Requires-Dist: peakrdl-cli (>=1.5.0,<2.0.0)
Requires-Dist: py-markdown-table (<1.0.0) ; python_version < "3.8"
Requires-Dist: py-markdown-table (>=1.3.0,<2.0.0) ; python_version >= "3.8"
Requires-Dist: systemrdl-compiler (>=1.30.1,<2.0.0)
Project-URL: Documentation, https://peakrdl-markdown.readthedocs.io
Project-URL: Repository, https://github.com/SystemRDL/PeakRDL-Markdown
Description-Content-Type: text/markdown

# PeakRDL-Markdown

[![Documentation Status](https://readthedocs.org/projects/peakrdl-markdown/badge/?version=latest)](http://peakrdl-markdown.readthedocs.io)
[![build](https://github.com/SystemRDL/PeakRDL-Markdown/workflows/build/badge.svg)](https://github.com/SystemRDL/PeakRDL-Markdown/actions?query=workflow%3Abuild+branch%3Amain)
[![Coverage Status](https://coveralls.io/repos/github/SystemRDL/PeakRDL-Markdown/badge.svg?branch=main)](https://coveralls.io/github/SystemRDL/PeakRDL-Markdown?branch=main)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/peakrdl-markdown.svg)](https://pypi.org/project/peakrdl-markdown)

This package implements Markdown exporter for the PeakRDL toolchain.

- **Export:** Convert compiled SystemRDL input into Markdown description.

For the command line tool, see the [PeakRDL
project](https://peakrdl.readthedocs.io).

## Usage

PeakRDL project provides a standard CLI interface. It can be installed directly
via pip:

```shell
$ pip install peakrdl-markdown
```

Then this package can be used with the following command:

```shell
$ peakrdl markdown input_file.rdl -o output_file.md
```

## Documentation

See the [PeakRDL-Markdown
Documentation](http://peakrdl-markdown.readthedocs.io) for more details.

