Skip to main content

Project: License

Package: PyPI - Python Version PyPI - Version PyPI - Downloads

Development: uv ruff ty pytest CI Code Coverage GitHub commit activity

Contents

Overview

dbrownell_ResumeTools separates a resume's content from its presentation.

Content is written once as JSON Resume data (json or yaml). Presentation is a css or less stylesheet applied to the html generated from that content. Updating a resume is then a matter of editing data rather than editing a document, and restyling one is a matter of changing a stylesheet rather than reformatting every entry by hand.

Text values within the content may be written as markdown, so emphasis, links, and lists live alongside the data that they decorate.

How to use dbrownell_ResumeTools

Generate html from resume content and a stylesheet:

uv run dbrownell_ResumeTools <content_filename> <style_filename> <output_directory>
Argument Description
<content_filename> json or yaml content that conforms to the JSON Resume schema.
<style_filename> A .css or .less stylesheet; less content is compiled to css.
<output_directory> Directory populated with the generated index.html and the stylesheet that it references.

Sample content and stylesheets are included with the package; this command generates and displays the sample resume when it is run from that directory:

uv run dbrownell_ResumeTools resume.json standard.less ./output --serve --browser

--serve serves the generated content over http and --browser displays it in a browser, which is served until that browser is closed. Run uv run dbrownell_ResumeTools --help for all available options.

Creating a pdf

Print the displayed content to a pdf from the browser itself (Ctrl+P / Cmd+P, then "Save as PDF"). standard.less defines @media print rules that compact the content for a printed page, so no separate command is involved.

This is resume.json rendered with standard.less:

Sample resume generated from resume.json and standard.less

Installation

Installation Method Command
Via uv uv add dbrownell_ResumeTools
Via pip pip install dbrownell_ResumeTools

Verifying Signed Artifacts

Artifacts are signed and verified using py-minisign and the public key in the file ./minisign_key.pub.

To verify that an artifact is valid, visit the latest release and download the .minisign signature file that corresponds to the artifact, then run the following command, replacing <filename> with the name of the artifact to be verified:

uv run --with py-minisign python -c "import minisign; minisign.PublicKey.from_file('minisign_key.pub').verify_file('<filename>'); print('The file has been verified.')"

Development

Please visit Contributing and Development for information on contributing to this project.

Additional Information

Additional information can be found at these locations.

Title Document Description
Code of Conduct CODE_OF_CONDUCT.md Information about the norms, rules, and responsibilities we adhere to when participating in this open source community.
Contributing CONTRIBUTING.md Information about contributing to this project.
Development DEVELOPMENT.md Information about development activities involved in making changes to this project.
Governance GOVERNANCE.md Information about how this project is governed.
Maintainers MAINTAINERS.md Information about individuals who maintain this project.
Security SECURITY.md Information about how to privately report security issues associated with this project.

License

dbrownell_ResumeTools is licensed under the MIT license.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dbrownell_resumetools-0.7.0.tar.gz (33.8 kB view details)

Uploaded Source

Built Distribution

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

dbrownell_resumetools-0.7.0-py3-none-any.whl (38.4 kB view details)

Uploaded Python 3

File details

Details for the file dbrownell_resumetools-0.7.0.tar.gz.

File metadata

  • Download URL: dbrownell_resumetools-0.7.0.tar.gz
  • Upload date:
  • Size: 33.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.12.7 {"installer":{"name":"uv","version":"0.12.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for dbrownell_resumetools-0.7.0.tar.gz
Algorithm Hash digest
SHA256 d438c68f53291bcf3b4cc337315daba80469cf8e0990f59215e870b1608b5191
MD5 92cf3aff39a0ceeacad102fb925c5208
BLAKE2b-256 50c7b1e83335cb5c9367db24e8b89463c31ce69dac490e04e1f0f049ffccad4b

See more details on using hashes here.

File details

Details for the file dbrownell_resumetools-0.7.0-py3-none-any.whl.

File metadata

  • Download URL: dbrownell_resumetools-0.7.0-py3-none-any.whl
  • Upload date:
  • Size: 38.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.12.7 {"installer":{"name":"uv","version":"0.12.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for dbrownell_resumetools-0.7.0-py3-none-any.whl
Algorithm Hash digest
SHA256 09d8ac77d590fc4c954eba3e50cfe3d757b740b2490d0ee4daab9cfdcf39ae76
MD5 44f7b16f049dad4b082c6700794be98e
BLAKE2b-256 cfe40042283e167257817376aee729ce4e5c6dabc28360dd3635fe07494d3f44

See more details on using hashes here.

Release history Release notifications | RSS feed

0.12.0

2 files

0.11.0

2 files

0.10.0

2 files

0.9.1

2 files

0.9.0

2 files

0.8.0

2 files

This release

0.7.0 This release

2 files

0.6.0

2 files

0.5.0

2 files

0.4.0

2 files

0.3.0

2 files

0.2.0

2 files

0.1.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page