معرفی شرکت ها


file-merger-0.1.0rc2


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Merge multiple text files into one
ویژگی مقدار
سیستم عامل -
نام فایل file-merger-0.1.0rc2
نام file-merger
نسخه کتابخانه 0.1.0rc2
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Ilia
ایمیل نویسنده istudyatuni@gmail.com
آدرس صفحه اصلی https://github.com/istudyatuni/file-merger
آدرس اینترنتی https://pypi.org/project/file-merger/
مجوز -
# File merger Merge multiple files into one. Support inserting code as markdown code blocks. *Configuration file* | Key | Description | Default value | |:---------------|:------------------------------------------------------------------------------------------|:--------------| | files | array with input files names <sup>1</sup> | - | | folder | sub-folder, where files located | - | | output | output file name with optional path, relative to config location | - | | extension | extension for all input and output files <sup>2</sup> | - | | add_file_names | add file name before its text, or not | `false` | | file_label | what write before file name | `File: ` | | remove_folder | extract from 'folder/file.txt' only 'file.txt', for use in file name <sup>3</sup> | `false` | | code_in_md | write code in markdown file between back-tics \`\`\` with file extension for highlighting | `false` | | ask_overwrite | ask for overwrite or not | `false` | | empty | generate empty file by path <sup>4</sup> | `false` | | use | use this config file or not | `true` | <sup>1</sup> All the contents of the files are combined in the order of the files. In this list you can use key `text` instead of file name for inserting any text between file's content: ```yaml files: - text: 'some text' ``` <sup>2</sup> If specified, you should write the names of all files without extensions. <sup>3</sup> Used with the `add_file_names` flag enabled. <sup>4</sup> If specified, no other parameters are needed: ```yaml empty: path/to/result/file ``` ## Running ```bash python path/to/file_merger.py -f FOLDER -c CONFIG_NAME ``` `-f` - Absolute path to folder with project, default is from where script run. `-c` - Config file name, default is `file-merger.yaml` (e.g. `folder/config.yaml`).


نیازمندی

مقدار نام
>=6.0,<7.0 PyYAML


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

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


نحوه نصب


نصب پکیج whl file-merger-0.1.0rc2:

    pip install file-merger-0.1.0rc2.whl


نصب پکیج tar.gz file-merger-0.1.0rc2:

    pip install file-merger-0.1.0rc2.tar.gz