معرفی شرکت ها


format-blocks-0.1.2


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

A library for building code formatters
ویژگی مقدار
سیستم عامل -
نام فایل format-blocks-0.1.2
نام format-blocks
نسخه کتابخانه 0.1.2
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Joseph Atkins-Turkish
ایمیل نویسنده spacerat3004@gmail.com
آدرس صفحه اصلی https://github.com/Spacerat/format-blocks
آدرس اینترنتی https://pypi.org/project/format-blocks/
مجوز -
# Format Blocks Format Blocks is a Python library for building code formatters. ## Usage Format Blocks provides a number of 'block' objects which know how to arrange text in various ways, such as `LineBlock` which arranges elements on one line, and `StackBlock` which stacks them across lines, and `WrapBlock` which wraps inserts line breaks at the margin. However, the most import block is `ChoiceBlock`. ChoiceBlock accepts multiple formatting options, and allows for the solver to pick the choices which _minimize the overall formatting cost_. See the tests for some examples! ## Origins Format Blocks is a fork of the guts of Google's R Formatter, [rfmt](https://github.com/google/rfmt). Rfmt was structured as a formatting library with an R implementation, _almost_ entirely decoupled. To create Format Blocks, I just did some final decoupling, then polished up the code and wrote some extra features and tests.


نیازمندی

مقدار نام
>=3.7.4,<4.0.0 typing_extensions


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

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


نحوه نصب


نصب پکیج whl format-blocks-0.1.2:

    pip install format-blocks-0.1.2.whl


نصب پکیج tar.gz format-blocks-0.1.2:

    pip install format-blocks-0.1.2.tar.gz