معرفی شرکت ها


dfmt-1.2.0


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

-
ویژگی مقدار
سیستم عامل -
نام فایل dfmt-1.2.0
نام dfmt
نسخه کتابخانه 1.2.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Dimitri Merejkowsky
ایمیل نویسنده d.merej@gmail.com
آدرس صفحه اصلی https://github.com/dmerejkowsky/dfmt
آدرس اینترنتی https://pypi.org/project/dfmt/
مجوز BSD-3-Clause
dfmt: format paragraphs, comments and doc strings ================================================= .. image:: https://img.shields.io/pypi/v/dfmt.svg :target: https://pypi.org/project/dfmt/ Overview -------- dfmt is a Python command line tool that can reformat text, allowing you to go from:: this is a pretty big sentence with lots of words that takes a lot of horizontal space to:: this is a pretty big sentence with lots of words that takes a lot of horizontal space It can also be used to format paragraphs in comments and doc strings. Input:: /** * This is a very long line in a Doxygen comment that takes a lot of space */ Output:: /** * This is a very long line in a * Doxygen comment that takes a lot of * space */ Installation ------------- The recommended way is to use `pipx` to install `dfmt`. You can also use `pip` directly if you know what you are doing. Usage ----- Send the text to stdin, and dfmt will write the results to stdout. By default, text is wrapped at 80 characters. You can use the `-w,--width` option to set a different size. As such, ``dfmt`` can be used in a number of text editors. How it works ------------ dfmt contains an hard-coded list of known prefixes. It will start by splitting the input in "regions" that start with the same prefix. Then it will use the ``textwrap`` module from the Python standard library to wrap each region while keeping the existing prefix.


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

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


نحوه نصب


نصب پکیج whl dfmt-1.2.0:

    pip install dfmt-1.2.0.whl


نصب پکیج tar.gz dfmt-1.2.0:

    pip install dfmt-1.2.0.tar.gz