Skip to main content

Resume markdown to print ready HTML for email or web

Project description

Build & Release CI PyPI version GitHub Release License: MIT Maintenance Downloads GitHub issues PRs Welcome Conventional Commits semantic-release: angular

Markdown Resume Generator

'Buy Me A Coffee'

A simple, lightweight tool to convert markdown-formatted resumes into beautiful, print-ready HTML documents styled with Tailwind CSS.

Resume-MD Example

Features

  • Convert Markdown to styled HTML resumes
  • Modern design with Tailwind CSS
  • Automatic header detection for contact information
  • Print-optimized layout
  • No external dependencies (Python standard library only)
  • Responsive design for both screen and print

Installation

From PyPI

pip install resume-md

From Source

git clone git@github.com:SamCullin/resume-md.git
cd resume-md
pip install -e .

Development Setup

To set up the development environment:

git clone git@github.com:SamCullin/resume-md.git
cd resume-md
pip install -e ".[dev]"

Usage

Basic Usage

resume-md --input your_resume.md

This will generate an HTML file with the same name as your input file (e.g., your_resume.html).

Command Line Options

resume-md --help

Available options:

  • --input, -i: Path to input markdown file (default: resume.md)
  • --output, -o: Path to output HTML file (default: <input_name>.html)
  • --template, -t: Path to HTML template file (use built-in template if not specified)
  • --version, -v: Show version information and exit

Using as a Library

from resume_md.tokenizer import MarkdownTokenizer, read_markdown_file
from resume_md.component_factory import tokens_to_components
from resume_md.renderer import Renderer

# Read and tokenize markdown
markdown_text = read_markdown_file("resume.md")
tokenizer = MarkdownTokenizer(markdown_text)
tokens = tokenizer.tokenize()

# Convert tokens to components and render to HTML
components = tokens_to_components(tokens)
renderer = Renderer()
rendered = renderer.render_components(components)

# Access the header and content HTML
header_html = rendered["header"]
content_html = rendered["content"]

Markdown Format

The resume-md tool supports a specific markdown format designed for resumes. For examples, see:

Page Breaks

You can force a page break in your resume using the special markdown comment syntax:

This is content on the first page.

[page-break]: # 

This content will appear on a new page.

When the document is printed, a page break will be inserted at this location.

Development

Running Tests

pytest
# With coverage
pytest --cov=resume_md

Code Formatting

black resume_md
isort resume_md

Project Structure

  • resume_md/: Main package
    • __init__.py: Package initialization
    • main.py: CLI entry point
    • tokenizer.py: Markdown tokenizer
    • components.py: Component data classes
    • component_factory.py: Converts tokens to components
    • renderer.py: Renders components as HTML
    • template.html: HTML template
  • tests/: Test cases
  • .github/workflows/: CI/CD workflows

Repository

License

MIT

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

resume_md-1.1.0.tar.gz (14.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

resume_md-1.1.0-py3-none-any.whl (12.7 kB view details)

Uploaded Python 3

File details

Details for the file resume_md-1.1.0.tar.gz.

File metadata

  • Download URL: resume_md-1.1.0.tar.gz
  • Upload date:
  • Size: 14.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for resume_md-1.1.0.tar.gz
Algorithm Hash digest
SHA256 ad9a1d5951537ac3a45b2c7bf8d3d80a2f490eaf87c059c6be74fb3982c78b4a
MD5 bd74bd44d10c31a201d61625d4c4f984
BLAKE2b-256 c1d0434ed18800f032250dad35223f4d52b3281b0b19b6bd6e7a5f1a6b3fca0e

See more details on using hashes here.

Provenance

The following attestation bundles were made for resume_md-1.1.0.tar.gz:

Publisher: publish.yml on SamCullin/resume-md

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file resume_md-1.1.0-py3-none-any.whl.

File metadata

  • Download URL: resume_md-1.1.0-py3-none-any.whl
  • Upload date:
  • Size: 12.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for resume_md-1.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 b9308cdf7fca437ee80a89f42dd397ca2ec050832efe0d94179c58734a2d6cf9
MD5 e9b5684202217a8f35eae824a402a0c1
BLAKE2b-256 de24ed20ea4664294b6ffec8bfb69a564418cee973ef04ff317b947f0a178fd6

See more details on using hashes here.

Provenance

The following attestation bundles were made for resume_md-1.1.0-py3-none-any.whl:

Publisher: publish.yml on SamCullin/resume-md

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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