Skip to main content

A Markdown Table Generator

Project description

About mdtablegen

This is a Python module to generate Markdown tables. Specifically the Markdown dialect that HL docgen (and derivatives) speak. A few existing Python Markdown generator libraries don't exactly do this.

Example Output

+---------------+----------+-----------+----------------------+----------------------------+
| Address       | Port     | Service   | Fingerprint          | Comments                   |
+===============+==========+===========+======================+============================+
| 172.22.150.88 | 443/tcp  | ssl|http  | Some httpd           | Here's a comment           |
+---------------+----------+-----------+----------------------+----------------------------+
| 172.22.150.88 | 8089/tcp | ssl|http  | Some httpd           |                            |
+---------------+----------+-----------+----------------------+----------------------------+
| 172.22.30.10  | 53/tcp   | domain    | (unknown banner: ... | This looks interesting     |
+---------------+----------+-----------+----------------------+----------------------------+
| 172.22.30.119 | 22/tcp   | ssh       | ProFTPD mod_sftp ... |                            |

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

mdtablegen-1.0.1.tar.gz (16.3 kB view hashes)

Uploaded Source

Built Distribution

mdtablegen-1.0.1-py3-none-any.whl (17.4 kB view hashes)

Uploaded Python 3

Supported by

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