Metadata-Version: 2.4
Name: 2to
Version: 0.1.0
Summary: Common utilities for 2_ converters (styles, caching, CLI helpers):
Author: Henri J. Norden
License: MIT
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 2→2 converters (e.g., md2pdf2, md2html2):

- 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
```
