معرفی شرکت ها


catholic-cli-1.0.0


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

A Command Line Utility for Accessing Information Related to The Catholic Church
ویژگی مقدار
سیستم عامل -
نام فایل catholic-cli-1.0.0
نام catholic-cli
نسخه کتابخانه 1.0.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Aseem Savio
ایمیل نویسنده aseemsavio3@gmail.com
آدرس صفحه اصلی https://github.com/aseemsavio/catholic-cli/blob/master/README.md
آدرس اینترنتی https://pypi.org/project/catholic-cli/
مجوز MIT
# 🇻🇦catholic-cli [![Catholic CLI](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/aseemsavio/catholic-cli) The `catholic-cli` is an awesome Catholic Theological knowledge base. The tool currently has the following functionalities: 1. Access information from **The Catechism** of The Catholic Church, 2. Access information from **The Roman Missal**, 3. Access Information from **The Canon Law** of The Catholic Church ### Installation The prerequisite is to have Python 3 installed on your computer. Type the following command on your terminal to install this. ```commandline pip3 install catholic-cli ``` To do a clean update ```commandline pip3 uninstall catholic-cli pip3 install catholic-cli ``` ### How to Interact with Catholic CLI Non advanced users can simply type "catholic" in their terminal to start the application. Then you can use the arrow keys on your keyboard to select the different options. ![img.png](img.png) More advanced users can use the command line tool similar to any other CLI. Typing `--help` at any level displays commands and arguments you can provide to the command at that level. ![img_1.png](img_1.png) ### General Syntax The general syntax for using the tool is as follows. ``` <command> <sub-command> <options> ``` The default command in this CLI is `catholic`. All the sub commands are grouped under it. The allowed sub-commands are: 1. `catechism` 2. `missal` 3. `canon` The options currently supported by the `catholic-cli` are: | | Option | Short Form | Data Type | Description | Commands/sub-commands that allow this option | Examples | |-----|---------------|------------|-----------|-----------------------------------------|----------------------------------------------|---------------------------------------------------------------------------| | 1 | `--paragraph` | `-p` | INT, TEXT | Displays Paragraph(s) with the given ID | `catechism`<br/>`canon`<br/>`missal` | `--paragraph 10`<br/>`-p 10`<br/> `-p 1-5`<br/>`-p 1,2`<br/> `-p 1,2,4-5` | | 2 | `--search` | `-s` | TEXT | Search for the given string | `catechism`<br/>`canon`<br/>`missal` | `--search "Christ"`<br/>`-s "eucharist"`<br/>`-s "The Church"` | | 3 | `--help` | | BOOLEAN | Get help text | `catholic` | `--help` | | 4 | `--version` | | BOOLEAN | Displays the version of this CLI | `catholic` | `--version` | Feel free to send PRs my way if you're willing to contribute to this project 🍻


نیازمندی

مقدار نام
>=0.7.0 typer[all]
>=7 Click
>=12 rich
>=1.10.0 questionary
==2.7.4 Whoosh


نحوه نصب


نصب پکیج whl catholic-cli-1.0.0:

    pip install catholic-cli-1.0.0.whl


نصب پکیج tar.gz catholic-cli-1.0.0:

    pip install catholic-cli-1.0.0.tar.gz