معرفی شرکت ها


changelog-keeper-1.0.0


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Command line utility for keeping your changelog tidy
ویژگی مقدار
سیستم عامل -
نام فایل changelog-keeper-1.0.0
نام changelog-keeper
نسخه کتابخانه 1.0.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Jacek Lewański
ایمیل نویسنده -
آدرس صفحه اصلی -
آدرس اینترنتی https://pypi.org/project/changelog-keeper/
مجوز MIT License Copyright (c) 2023 Jacek Lewański Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
# Changelog Keeper *Command line utility for keeping your changelog tidy* ## About the project This tool aims to: 1. make your changelog file standardized; and 2. reduce the time spent on updating the changelog file by providing a suite of basic commands. The Changelog standard is based on the [keep-a-changelog](https://keepachangelog.com/) convention with few adjustments, described in [this document](IMPLEMENTATION_DETAILS.md#changelog-keeper-and-keep-a-changelog-convention). It is also possible (with some additional scripting/tooling) to incorporate this utility into your *Continuous Integration & Continuous Delivery* routines. There are few things to consider, mentioned in [this document](IMPLEMENTATION_DETAILS.md#cicd-integration-notes). ## Getting started ### Prerequisites * Python >= 3.7 * Pip ### Installation ```bash # general installation pip install changelog-keeper # with specific version pip install changelog-keeper==1.0.0 ``` ## Usage Changelog Keeper provides five simple commands allowing basic operations on the changelog file: ```bash # Create new, empty changelog file clkpr create [-f PATH] # Add new entry to the changelog file clkpr add [-f PATH] CHANGE_TYPE ENTRY # Validate and (if needed and possible) fix the changelog file clkpr check [-f PATH] # Release a version (with optional link) clkpr release [-f PATH] [-r URL] VERSION_NAME # Yank released version clkpr yank [-f PATH] VERSION_NAME # For more details, one can check the help messages for the tool: `clkpr -h` # and for a particular command: `clkpr <command> -h` ``` ## Contributing Please have a look into [CONTRIBUTING](CONTRIBUTING.md) file for detailed suggestions regarding project contribution. ## License Distributed under the **MIT License**. See [LICENSE](LICENSE) file for more information.


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

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


نحوه نصب


نصب پکیج whl changelog-keeper-1.0.0:

    pip install changelog-keeper-1.0.0.whl


نصب پکیج tar.gz changelog-keeper-1.0.0:

    pip install changelog-keeper-1.0.0.tar.gz