{"id":19072204,"url":"https://github.com/tharvik/curriculum-vitae","last_synced_at":"2025-07-15T23:45:49.552Z","repository":{"id":146973009,"uuid":"80648189","full_name":"tharvik/curriculum-vitae","owner":"tharvik","description":"Generate a odt/pdf CV from a toml config file","archived":false,"fork":false,"pushed_at":"2025-02-17T18:09:18.000Z","size":39,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-17T19:24:59.884Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tharvik.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-02-01T18:05:59.000Z","updated_at":"2025-02-03T21:52:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"e4e200bb-25a5-41fa-983b-0e806194c1d9","html_url":"https://github.com/tharvik/curriculum-vitae","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tharvik%2Fcurriculum-vitae","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tharvik%2Fcurriculum-vitae/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tharvik%2Fcurriculum-vitae/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tharvik%2Fcurriculum-vitae/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tharvik","download_url":"https://codeload.github.com/tharvik/curriculum-vitae/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240122609,"owners_count":19751145,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-09T01:35:40.043Z","updated_at":"2025-02-22T04:17:25.282Z","avatar_url":"https://github.com/tharvik.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/tharvik/curriculum-vitae/main.svg)](https://results.pre-commit.ci/latest/github/tharvik/curriculum-vitae/main)\n[![Test and upload example's result](https://github.com/tharvik/curriculum-vitae/actions/workflows/test-build.yaml/badge.svg)](https://github.com/tharvik/curriculum-vitae/actions/workflows/test-build.yaml)\n\ntl;dr: download [generated cv](https://nightly.link/tharvik/curriculum-vitae/workflows/test-build.yaml/main/cv.zip).\n\n# How to build\n\nYou would need\n\n- `\u003e=dev-lang/python-3.11`\n- `dev-python/pip`\n\nFor optional pdf generation with libreoffice backend\n\n- `app-office/libreoffice || app-office/libreoffice-bin`: https://www.libreoffice.org\n- `app-text/poppler`: https://poppler.freedesktop.org/\n  - for cleaning empty pages generated by libreoffice\n\nFor optional pdf generation with pandoc backend\n\n- `app-text/pandoc-cli`: https://pandoc.org\n  - Gentoo users, you can find it in the haskell overlay\n\nThen you can install it with\n\n```sh\npip install .\n```\n\n# How to use\n\nThe main entrypoint is the executable, `cv`.\nFeed it the wanted config, it will output the wanted format to stdout.\n\n```sh\ncv odt \u003c config.toml \u003e cv.odt\ncv pdf \u003c config.toml \u003e cv.pdf\n```\n\nOr with your preferred viewer\n\n```sh\ncv pdf \u003c config.toml | zathura -\n```\n\nYou can also use the library directly.\n\n```python\nimport tomlkit\nfrom curriculum_vitae import generate\n\nwith open(\"config.toml\") as f:\n    config = tomlkit.load(f)\ndoc = generate(config)\ndoc.write(\"cv.odt\")\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftharvik%2Fcurriculum-vitae","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftharvik%2Fcurriculum-vitae","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftharvik%2Fcurriculum-vitae/lists"}