معرفی شرکت ها


cp-template-0.3.0


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

A tool to copy templated directories
ویژگی مقدار
سیستم عامل -
نام فایل cp-template-0.3.0
نام cp-template
نسخه کتابخانه 0.3.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Olivier Breuleux
ایمیل نویسنده breuleux@gmail.com
آدرس صفحه اصلی https://github.com/breuleux/cp-template
آدرس اینترنتی https://pypi.org/project/cp-template/
مجوز MIT
# cp-template This is a very simple utility to generate directories based on templates. ## Install ```bash pip install cp-template ``` ## Usage ``` cp-template TEMPLATE_PATH DESTINATION_PATH key=value ... ``` Suppose you have the following directory structure (**Note: the {{}}s are part of the filenames**) ``` {{project}}/ .gitignore README.md # File contains "{{project}} by {{author}}" {{project}}/ __init__.py ``` Then you can run the following command: ``` cp-template './{{project}}' pineapple author=me ``` And it will generate this in the current directory: ``` pineapple/ .gitignore README.md # File contains "pineapple by me" pineapple/ __init__.py ``` The template directory does not have to contain `{{...}}`. If it does not, the stem of the destination path (last part of the path minus the extension) is placed in the `STEM` variable, so you can refer to it in the files using `{{STEM}}`. More features will be added as I need them, but feel free to make PRs to contribute some.


نیازمندی

مقدار نام
>=0.3.0,<0.4.0 coleo
>=0.6.0,<0.7.0 pystache


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

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


نحوه نصب


نصب پکیج whl cp-template-0.3.0:

    pip install cp-template-0.3.0.whl


نصب پکیج tar.gz cp-template-0.3.0:

    pip install cp-template-0.3.0.tar.gz