معرفی شرکت ها


eolfixer-1.1


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Reinout's installable copy of pypy's fixeol script
ویژگی مقدار
سیستم عامل -
نام فایل eolfixer-1.1
نام eolfixer
نسخه کتابخانه 1.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Reinout van Rees
ایمیل نویسنده reinout@vanrees.org
آدرس صفحه اصلی http://bitbucket.org/reinout/eolfixer
آدرس اینترنتی https://pypi.org/project/eolfixer/
مجوز MIT
EOL fixer script ================ What the script does -------------------- The script goes through a directory structure and fixes non-native EOL endings in non-binary files. So the windows line endings are gone if you work on linux (and probably vice versa, though I didn't try). Numerous people forget to set native EOL line endings by default in their main svn config file (see `zope's svn explanation <http://www.zope.org/DevHome/Subversion/SubversionConfigurationForLineEndings>`_ why this is something you need to do). The script sets the related svn property ``eol-style`` to native when not set yet. History and origin ------------------ Original script (and thus 99% of the functionality) is from Holger Krekel from the `pypy project <http://codespeak.net/pypy/dist/pypy/doc/>`_. A couple of years ago I got a script from Guido Wesdorp for cleaning up EOL styles in svn. I've long kept a private (modified) copy of that file and only later found out that it was from the pypy project: http://codespeak.net/pypy/dist/pypy/tool/fixeol . Some changes to the original script: - Couple of extra file extensions that are checked (like ``.zcml`` and ``.ini`` files and also ``_tmpl`` files like in paster skeletons). - Some code cleanup and optimisation. - Added a setup.py and a console_scripts entry point to make it easy_installable. Changelog ========= 1.1 (2010-05-18) ---------------- - Also treating html, rst, dtml, css and js as textual files. 1.0.2 (2009-11-25) ------------------ - Fixed setup.py so that python script is found. - Added MANIFEST.in to fix source distribution on pypi. - Updated readme, acknowledging Holger Krekel as original author after asking around on #pypy in irc. 0.1 (2009-11-25) ---------------- - Cleaned up my copy of the original fixeol script and made it easy_installable.


نحوه نصب


نصب پکیج whl eolfixer-1.1:

    pip install eolfixer-1.1.whl


نصب پکیج tar.gz eolfixer-1.1:

    pip install eolfixer-1.1.tar.gz