pytexresume


Namepytexresume JSON
Version 0.1.1 PyPI version JSON
download
home_pageNone
SummaryA Python-based resume generator with LaTeX support.
upload_time2024-08-16 09:15:17
maintainerNone
docs_urlNone
authorYour Name
requires_python<4.0,>=3.10
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # PyTexResume

PyTexResume is a Python-based resume generator that utilizes LaTeX for high-quality, customizable PDF output. It supports the installation and management of templates from GitHub repositories and provides a simple CLI for generating resumes based on YAML configuration files.

## Features

- Generate professional resumes using LaTeX templates.
- Supports multiple templates and easy switching.
- Install and manage resume templates from remote repositories.
- YAML-based configuration for defining resume content.


## Installation

```bash
apt install texlive-full # texlive-full is needed
python -m pip install pytexresume
```

## Usage

```bash
pytexresume list  # list all templates
pytexresume install # install template from git link
pytexresume remove # remove template installed
pytexresume gen /path/to/your/resume.yaml # as assets/example.yaml
```

## Resume

see [assets/example.yaml](assets/example.yaml)

## Template

create your own Template as [pytexresume/templates/en_simple](pytexresume/templates/en_simple)

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pytexresume",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": "Your Name",
    "author_email": "your.email@example.com",
    "download_url": "https://files.pythonhosted.org/packages/71/11/cb67358c47b21f365bd9cfcc424f62da776c05cfad41c49b408dc85b1b32/pytexresume-0.1.1.tar.gz",
    "platform": null,
    "description": "# PyTexResume\n\nPyTexResume is a Python-based resume generator that utilizes LaTeX for high-quality, customizable PDF output. It supports the installation and management of templates from GitHub repositories and provides a simple CLI for generating resumes based on YAML configuration files.\n\n## Features\n\n- Generate professional resumes using LaTeX templates.\n- Supports multiple templates and easy switching.\n- Install and manage resume templates from remote repositories.\n- YAML-based configuration for defining resume content.\n\n\n## Installation\n\n```bash\napt install texlive-full # texlive-full is needed\npython -m pip install pytexresume\n```\n\n## Usage\n\n```bash\npytexresume list  # list all templates\npytexresume install # install template from git link\npytexresume remove # remove template installed\npytexresume gen /path/to/your/resume.yaml # as assets/example.yaml\n```\n\n## Resume\n\nsee [assets/example.yaml](assets/example.yaml)\n\n## Template\n\ncreate your own Template as [pytexresume/templates/en_simple](pytexresume/templates/en_simple)\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A Python-based resume generator with LaTeX support.",
    "version": "0.1.1",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9d6e05d46393296dfa47e470f5ff90e6eba683960be3b5e99d485082cb4145c4",
                "md5": "8f3d87578589d4e626cf308ab8cd330b",
                "sha256": "b98491668bc8114a0b43d9dfdd38652a2e67240c189b4c05546bc368fa3f172f"
            },
            "downloads": -1,
            "filename": "pytexresume-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8f3d87578589d4e626cf308ab8cd330b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.10",
            "size": 9338,
            "upload_time": "2024-08-16T09:15:15",
            "upload_time_iso_8601": "2024-08-16T09:15:15.851016Z",
            "url": "https://files.pythonhosted.org/packages/9d/6e/05d46393296dfa47e470f5ff90e6eba683960be3b5e99d485082cb4145c4/pytexresume-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7111cb67358c47b21f365bd9cfcc424f62da776c05cfad41c49b408dc85b1b32",
                "md5": "b9498f5dc424a659b688ca73e78bb64d",
                "sha256": "53e30136657f8f2fb90db50048860c1d9b5725cafdbb157b19538de3792c4f86"
            },
            "downloads": -1,
            "filename": "pytexresume-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "b9498f5dc424a659b688ca73e78bb64d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.10",
            "size": 7330,
            "upload_time": "2024-08-16T09:15:17",
            "upload_time_iso_8601": "2024-08-16T09:15:17.152791Z",
            "url": "https://files.pythonhosted.org/packages/71/11/cb67358c47b21f365bd9cfcc424f62da776c05cfad41c49b408dc85b1b32/pytexresume-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-16 09:15:17",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pytexresume"
}
        
Elapsed time: 0.68728s