معرفی شرکت ها


cookdir-0.1.4


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

create directories by template
ویژگی مقدار
سیستم عامل -
نام فایل cookdir-0.1.4
نام cookdir
نسخه کتابخانه 0.1.4
نگهدارنده []
ایمیل نگهدارنده []
نویسنده yjdai
ایمیل نویسنده 136271877@qq.com
آدرس صفحه اصلی https://github.com/Blockhead-yj/cookdir
آدرس اینترنتی https://pypi.org/project/cookdir/
مجوز -
# cookdir ## Initializing directories and files by recipe(template) ## Installation `pip install cookdir` ## Functions: - [x] create directories and files by a template name or a self-defined template yaml file. - Usage: - `cookdir cook pypkg pkgname --destination=your_path` - `cookdir cook template_file_path name` - [x] list all existing template, or show the content of a particular template - Usage: - `cookdir list` - `cookdir list pypkg` - [x] template shortcut - [x] support file content template so files will be initilized with some content rather than empty ## Template: A template file looks like: ``` # this template is used for python package DEFAULT: - DEFAULT: - __init__.py - tests - setup.py: pypkg_setup.tpl ``` A string followed by a colon means it is parent directory of the directories/files. Strings following "-" means these directories are in the same level. A filename followed by a colon and another template file means that the file will be initiated with the content in the template. You can easily defined your own recipe(template) according the rules. ## Wanting: Anyone who has some useful recipe(template) can commit PR, and anyone has some function suggestion can commit PR or issues. I appreciate all of you.


نیازمندی

مقدار نام
==0.4.0 fire
==6.0 PyYAML


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

مقدار نام
>=3.6 Python


نحوه نصب


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

    pip install cookdir-0.1.4.whl


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

    pip install cookdir-0.1.4.tar.gz