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:
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dbrownell_resumetools-0.8.0.tar.gz.
File metadata
- Download URL: dbrownell_resumetools-0.8.0.tar.gz
- Upload date:
- Size: 35.4 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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a17fa1912afd213d7337b85022718787a2edb31ca05d990de4080826d133fd3d
|
|
| MD5 |
fda2ac44bb14a7f3a7b0ce8dc9360624
|
|
| BLAKE2b-256 |
2575693316098579ab5c2ac8ee08ca2c0b0b9cbb7dbd0b18848cb408a69bc5a3
|
File details
Details for the file dbrownell_resumetools-0.8.0-py3-none-any.whl.
File metadata
- Download URL: dbrownell_resumetools-0.8.0-py3-none-any.whl
- Upload date:
- Size: 40.0 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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
137a382b1a524991a8f7b744b5247098537de7add84bc0cabdc480691953a0ce
|
|
| MD5 |
822d9b9cb2505e8fda5e09f3a359a5c2
|
|
| BLAKE2b-256 |
6e4b989dc8c3bcc9ece6f2f5399b270c79001d04b72fd337b7befda8e96d3202
|