معرفی شرکت ها


cvraft-0.1.4


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Build your CV written in Markdown
ویژگی مقدار
سیستم عامل -
نام فایل cvraft-0.1.4
نام cvraft
نسخه کتابخانه 0.1.4
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Manh-Ha VU
ایمیل نویسنده dev@manhhavu.com
آدرس صفحه اصلی https://github.com/cvraft/cvraft
آدرس اینترنتی https://pypi.org/project/cvraft/
مجوز MIT
# Cvraft Instead of writing your CV or resumé in Microsoft Word, Google Docs, or some proprietary tools, you can just write it in Markdown. As a Markdown file is just plain text, you can easily track version with Git or your VCS of choice. Copy and paste with ease. **cvraft** transforms your Markdown file to a ready-to-use HTML file. You can also [customize it with ease](#customization). ## Install ```bash pip install cvraft ``` ## Usage Output HTML file to a **build** directory in current directory. It also copies **static** directory (if it exists in the same directory as the source Markdown file) to **build**. ```bash cvraft build <path/to/file.md> ``` View the HTML file in a local web server at http://localhost:9000 ```bash cvraft serve ``` ## Customization The different with standard Markdown tool is that the output HTML is tweaked to wrap different parts of your CV in proper **section** tags. This will ease your cutomization with CSS. The generated HTML structure could look like this ![HTML structure](./docs/images/html-structure.png) With this structure, you can write your custom CSS in the **static/styles/main.css**. This path is the default CSS path in the generated HTML file.


نیازمندی

مقدار نام
>=0.4.0,<0.5.0 typer
>=3.3.6,<4.0.0 Markdown
>=3.0.3,<4.0.0 Jinja2
>=1.0.0,<2.0.0 python-frontmatter
>=4.10.0,<5.0.0 beautifulsoup4


زبان مورد نیاز

مقدار نام
>=3.10,<4.0 Python


نحوه نصب


نصب پکیج whl cvraft-0.1.4:

    pip install cvraft-0.1.4.whl


نصب پکیج tar.gz cvraft-0.1.4:

    pip install cvraft-0.1.4.tar.gz