معرفی شرکت ها


frettipy-0.1


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

No fretting about pretty Python
ویژگی مقدار
سیستم عامل -
نام فایل frettipy-0.1
نام frettipy
نسخه کتابخانه 0.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Jan Berges
ایمیل نویسنده -
آدرس صفحه اصلی https://github.com/janberges/frettipy
آدرس اینترنتی https://pypi.org/project/frettipy/
مجوز -
# frettipy No fretting about pretty Python. * Prefer single over double quotation marks * Do not omit zero before or after decimal point * Spaces around binary operators * No space after unary operators * Spaces around comparison operators * No spaces around the argument-assignment operator * No spaces on the inner side of brackets * Slices: no spaces around slice operators * Dictionaries: spaces after colon (but not before) * Spaces around assignment operators * Block initiation: no spaces before colon * Spaces after commas (but not before) * No double spaces * Single space between non-whitespace character and comment * Four spaces instead of tabs * No trailing whitespace * No double blank lines * No blank line at end of file * No blank line at beginning of file **Use with care! Python files are modified recursively and in place!** ## Installation Either from PyPI: python3 -m pip install frettipy Or from GitHub: python3 -m pip install git+https://github.com/janberges/frettipy


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

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


نحوه نصب


نصب پکیج whl frettipy-0.1:

    pip install frettipy-0.1.whl


نصب پکیج tar.gz frettipy-0.1:

    pip install frettipy-0.1.tar.gz