Metadata-Version: 2.4
Name: 2to
Version: 0.2.1
Summary: Common utilities for 2_ converters (styles, caching, CLI helpers).
Author: Henri J. Norden
License: MIT
Project-URL: Repository, https://github.com/Henri-J-Norden/2to
Keywords: cli,pandoc,markdown,styles,css
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Environment :: Console
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: pypandoc-binary>=1.11

# from2to

Common utilities shared by markdown2x converters:
- [**2pdf**](../2pdf)
- [**2html**](../2html)


## Features
- Style resolution (URL, local, cache, included)
- Style download cache management
- Included CSS styles bundle
- Common CLI argument definitions
- Markdown→HTML conversion via bundled Pandoc (pypandoc-binary)

Used as a workspace dependency by downstream packages.


## Development
Run scripts with:
```bash
uv run scripts/fetch_styles.py
```
