معرفی شرکت ها


editrcs-0.5.3


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Library to read, manipulate and write RCS files.
ویژگی مقدار
سیستم عامل -
نام فایل editrcs-0.5.3
نام editrcs
نسخه کتابخانه 0.5.3
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Ben Cohen
ایمیل نویسنده -
آدرس صفحه اصلی https://github.com/ben-cohen/editrcs
آدرس اینترنتی https://pypi.org/project/editrcs/
مجوز GPLv3+
EditRCS is a library to with functions to read RCS files into Python classes Rcs and RcsDelta, and to manipulate them and write them to a new RCS file. It is intended to be used to manipulate RCS files in ways that the RCS tools don't support, but it requires some knowledge of how RCS files work rather than being a polished command-line tool. See rcsfile(5) for RCS file format definition. Example scripts in the examples directory include: ``checkout_start``: print the earliest version of a RCS file to standard output. ``rcs_join``: produce an RCS file with the history of one file followed by that of a second file. ``rename_user``: replace an old user name with a new one for each revision checked in by that user. ``pivot_branch``: given a branch head and a first-level branch head off that, swap the sub-branch and the main branch. Limitations: I'm going with the 5.9.2 version of the manpage, and ignoring the newphrase in the earlier (e.g. 5.6) specifications for now. It is written to be simple rather than optimised for speed or space. INSTALLATION ============ To install as a Python module run: .. code-block:: sh python -m pip install /path/to/editrcs


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

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


نحوه نصب


نصب پکیج whl editrcs-0.5.3:

    pip install editrcs-0.5.3.whl


نصب پکیج tar.gz editrcs-0.5.3:

    pip install editrcs-0.5.3.tar.gz