Please first create a venv:
For windows users:
python -m venv [VENV_NAME]to activate:
.\venv\scripts\activatefor linux/mac users
virtualenv venv --python=python3to activate:
source venv/bin/activatestudentresume [OPTIONS] [RESUME_JSON] [THEME_JSON]For a detailed help message and optional flags, please use:
studentresume --helpClone the repo:
git clone [email protected]:open-uofa/studentresume.gitNavigate to the repo:
cd studentresumeInstall the package using Poetry (preferred):
poetry installIf authenticated to publish to pypi
poetry publish --buildprovided files:
sample.resume.json - a sample resume.json
schema.json - the schema for resume.json files
theme-schema.json - the schema for theme.json files
../themes/* - location of default theme files
requiredFields.json - required fields if required is true then field must exist with the listed fields being filled if required false if the field is present then the listed fields must be filled
studentresume stands on the backs of giants ReportLab, Typer, rich, JSON Resume, and NerdFonts
This project is licenced under the terms of the MIT license