{ "info": { "author": "Charles Menguy", "author_email": "menguy.charles@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Internet :: WWW/HTTP", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Text Processing" ], "description": "Introduction\n============\n[![Build Status](https://travis-ci.org/cmenguy/pelican-resume.svg?branch=master)](https://travis-ci.org/cmenguy/pelican-resume)\n\nThis is **pelican_resume**, a Pelican plugin enabling automatic PDF resume generation for one of your Pelican pages.\nThe main benefit is that you only need to maintain a single Markdown version of your resume - the corresponding\nHTML and generated PDF are completely automated so you can showoff your awesome resume both online and physically.\n\nIt allows you write your own resume style, or use one of the styles provided by this plugin.\n\nInstallation\n============\n\nInstalling is easy, simply run:\n\n pip install pelican-resume\n\nAlternatively, you can also clone this repository and install it manually:\n\n git clone git@github.com:cmenguy/pelican-resume.git\n python setup.py install\n\nIn **pelicanconf.py** you need to update your plugins to inclue **pelican_resume**:\n\n PLUGINS = [\n # ...\n \"pelican_resume\",\n # ...\n ]\n\nSettings\n========\n\nYou can customize the behavior of the plugin by adding the variables below to your **pelicanconf.py**.\nFor simple usage, the default values should work but will look for a specific input file and produce a specific PDF name.\n\nSetting name | Default value | Usage\n--- | --- | ---\n`RESUME_SRC` | pages/resume.md | Path to your Markdown resume page (relative to your `PATH` variable).\n`RESUME_PDF` | pdfs/resume.pdf | Path to the generated PDF output (relative to your `OUTPUT_PATH` variable).\n`RESUME_CSS_DIR` | */static/css* | Path to the directory containing your resume CSS files.\n`RESUME_TYPE` | moderncv | Type of resume to use. Has to match one of the CSS filenames under `RESUME_CSS_DIR`.\n`RESUME_PANDOC` | pandoc | Path to your `pandoc` command. If `pandoc` is in your `PATH`, then it can be left as default.\n`RESUME_WKHTMLTOPDF` | wkhtmltopdf | Path to your `wkhtmltopdf` command. If `wkhtmltopdf` is in your `PATH`, then it can be left as default.\n\nUsage\n=====\n\nOnce you have the plugin properly configured, it will generate a PDF version of your resume automatically under the\n`RESUME_PDF` location everytime you run `pelican content`.\n\nIt can then easily be embedded into your Pelican website by referencing that location - thus ensuring your visitors\ncan download the latest version of your resume which is consistent with your Markdown file.\n\nContributing\n============\n\n[Contributing Guidelines](CONTRIBUTING.md)", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/cmenguy/pelican-resume/archive/0.1.0.zip", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/cmenguy/pelican-resume", "keywords": "pelican markdown blog resume pdf", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "pelican-resume", "package_url": "https://pypi.org/project/pelican-resume/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pelican-resume/", "project_urls": { "Download": "https://github.com/cmenguy/pelican-resume/archive/0.1.0.zip", "Homepage": "https://github.com/cmenguy/pelican-resume" }, "release_url": "https://pypi.org/project/pelican-resume/0.1.0/", "requires_dist": null, "requires_python": "", "summary": "Easily generate customizable PDF resumes from Pelican pages", "version": "0.1.0" }, "last_serial": 1944912, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "ee152dcd0776a92bc2d7fd7f832e3de6", "sha256": "58d65534815ee4773876ad3f3a0a3853d05e1505928ea3622e5ca7f2d21f960d" }, "downloads": -1, "filename": "pelican_resume-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ee152dcd0776a92bc2d7fd7f832e3de6", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 6831, "upload_time": "2016-02-08T00:21:18", "url": "https://files.pythonhosted.org/packages/d7/ad/8f196297b7a27016489d712d3b7d529cf59f6936e8fc69e6c1437534ccad/pelican_resume-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0b03de46eb17ccfcd4d6bf52dc0b400c", "sha256": "9d6088621cc6c052f5655d38103caed64032014b47ebe70f3f414de90f0e81cb" }, "downloads": -1, "filename": "pelican-resume-0.1.0.tar.gz", "has_sig": false, "md5_digest": "0b03de46eb17ccfcd4d6bf52dc0b400c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4179, "upload_time": "2016-02-08T00:21:25", "url": "https://files.pythonhosted.org/packages/a4/3e/32bc7d928d58d2f65055ac362095a2f8097108de98d7a26cdaae369e5974/pelican-resume-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ee152dcd0776a92bc2d7fd7f832e3de6", "sha256": "58d65534815ee4773876ad3f3a0a3853d05e1505928ea3622e5ca7f2d21f960d" }, "downloads": -1, "filename": "pelican_resume-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ee152dcd0776a92bc2d7fd7f832e3de6", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 6831, "upload_time": "2016-02-08T00:21:18", "url": "https://files.pythonhosted.org/packages/d7/ad/8f196297b7a27016489d712d3b7d529cf59f6936e8fc69e6c1437534ccad/pelican_resume-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0b03de46eb17ccfcd4d6bf52dc0b400c", "sha256": "9d6088621cc6c052f5655d38103caed64032014b47ebe70f3f414de90f0e81cb" }, "downloads": -1, "filename": "pelican-resume-0.1.0.tar.gz", "has_sig": false, "md5_digest": "0b03de46eb17ccfcd4d6bf52dc0b400c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4179, "upload_time": "2016-02-08T00:21:25", "url": "https://files.pythonhosted.org/packages/a4/3e/32bc7d928d58d2f65055ac362095a2f8097108de98d7a26cdaae369e5974/pelican-resume-0.1.0.tar.gz" } ] }