معرفی شرکت ها


ckit-0.3.0


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Organize and run frequently used commands
ویژگی مقدار
سیستم عامل -
نام فایل ckit-0.3.0
نام ckit
نسخه کتابخانه 0.3.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Florian Maas
ایمیل نویسنده fpgmaas@gmail.com
آدرس صفحه اصلی https://github.com/fpgmaas/ckit
آدرس اینترنتی https://pypi.org/project/ckit/
مجوز -
<p align="center"> <img alt="ckit logo" width="460" height="300" src="https://raw.githubusercontent.com/fpgmaas/ckit/main/docs/static/ckit-logo.svg"> </p> --- [![Release](https://img.shields.io/github/v/release/fpgmaas/ckit)](https://img.shields.io/github/v/release/fpgmaas/ckit) [![Build status](https://img.shields.io/github/actions/workflow/status/fpgmaas/ckit/main.yml?branch=main)](https://github.com/fpgmaas/ckit/actions/workflows/main.yml?query=branch%3Amain) [![Supported Python versions](https://img.shields.io/pypi/pyversions/ckit)](https://pypi.org/project/ckit/) [![codecov](https://codecov.io/gh/fpgmaas/ckit/branch/main/graph/badge.svg)](https://codecov.io/gh/fpgmaas/ckit) [![PyPI - Downloads](https://img.shields.io/pypi/dm/ckit)](https://pypistats.org/packages/ckit) [![License](https://img.shields.io/github/license/fpgmaas/ckit)](https://img.shields.io/github/license/fpgmaas/ckit) _ckit_ is a command line utility to help you organise and quickly run frequently used commands. <p align="center"> <img src="docs/static/ckit.gif"/> </p> --- <p align="center"> <a href="https://fpgmaas.github.io/ckit">Documentation</a> - <a href="https://github.com/fpgmaas/ckit-files/">Example configuration files</a> </p> --- ## Quickstart ### Installation _ckit_ can be installed by running ```shell pip install ckit ``` To get started, run ```bash ckit init ``` which will prompt to add a `ckit/ckit.yaml` file in the user's home directory for global commands, and/or a `ckit.yaml` file in the current directory for commands specific to the current project. Alternatively, run ```bash ckit init --download-global-defaults ``` to get started with a richer set of examples in the global configuration directory, see [ckit-files](https://github.com/fpgmaas/ckit-files/). To use _ckit_ to run any of the pre-configured commands, simply run ``` ckit ``` ## Configuration _ckit_ can look for configuration in the following two locations: - In a `ckit.yaml` file in the current directory - In any `.yaml` file in the the global configuration directory, which is defaulted to `~/ckit`, but which can be overridden with the environment variable `CKIT_HOME`. An example `.yaml` file could look as follows: ```yaml test: my-command: cmd: "echo Hello! My name is: $name. My favourite fruit is: $fruit" echo: false args: - name - fruit: apple ``` Which adds the command group `test` wth a single command called `my-command`. When `my-command` is selected to be run, _ckit_ prompts the user for `name` and `fruit` before running the command specified in `cmd`, where `fruit` is defaulted to `apple` if the user does not give any input. For more details, see the [configuration](https://fpgmaas.github.io/ckit/configuration) section of the documentation. --- Repository initiated with [fpgmaas/cookiecutter-poetry](https://github.com/fpgmaas/cookiecutter-poetry).


نیازمندی

مقدار نام
>=8.1.3,<9.0.0 click
>=6.0,<7.0 pyyaml
>=1.19.1,<2.0.0 blessed
>=2.28.2,<3.0.0 requests


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

مقدار نام
>=3.8,<3.12 Python


نحوه نصب


نصب پکیج whl ckit-0.3.0:

    pip install ckit-0.3.0.whl


نصب پکیج tar.gz ckit-0.3.0:

    pip install ckit-0.3.0.tar.gz