Metadata-Version: 2.4
Name: plainkitbin-csv2md
Version: 1.0.0
Summary: Convert a CSV file to a Markdown table, offline, stdlib only.
Author: PlainKitBin
License: MIT
Project-URL: Homepage, https://plainkitbin.com
Project-URL: Source, https://github.com/plainkitbin
Keywords: csv,markdown,cli,offline,developer-tools
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Utilities
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# CSV2MD

Convert a CSV file to a Markdown table. csv2md makes no network requests and sends no telemetry; it only reads the input file and writes stdout or the given output file. csv2md is stdlib-only and requires no third-party dependencies.

## Install

```bash
pip install plainkitbin-csv2md
```

## Usage

```bash
csv2md data.csv
csv2md data.csv -o data.md
```

## Limitations

Basic CSV parsing only. Assumes UTF-8 encoding.

Free and open source (MIT license, see LICENSE). No nagware.

Part of the PlainKitBin toolset.

Provided as-is with no individual support.

---
*Built with AI assistance and automatically tested before release; released under human oversight.*
