معرفی شرکت ها


brew-compat-0.1.0


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

CLI tool for checking homebrew formulae compatibility for different macOS versions
ویژگی مقدار
سیستم عامل -
نام فایل brew-compat-0.1.0
نام brew-compat
نسخه کتابخانه 0.1.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Manoj Karthick
ایمیل نویسنده manojkarthick@ymail.com
آدرس صفحه اصلی https://github.com/manojkarthick/brew-compat
آدرس اینترنتی https://pypi.org/project/brew-compat/
مجوز MIT License
# brew-compat * CLI tool to check homebrew formula compatibility for different macOS versions. * Supports core bottles and casks. Does not support taps (third-party repositories). ## Installation This tool has been built with python3. You need to install Python3.x for this utility. Install this tool from PyPI (The Python Package Index) using pip: ``` ❯ pip install brew-compat ``` ## Running * Use `brew bundle dump` to generate the Brewfile * Run `brew-compat` to check the compatibility status ## Options * By default, compatibility is checked for Big Sur. Use `--macos-version` to change the macOS version to check against. * You can use `--export` to export the results to CSV. It is written to a file called `compatibility.csv` * Use `--verbose` to use verbose logging. ``` ❯ brew-compat --help usage: brew-compat [-h] [--macos-version {arm64_big_sur,big_sur,catalina,mojave,high_sierra,sierra,el_capitan}] [--verbose] [--export] [brewfile] Check compatibility of brew formula against macOS versions positional arguments: brewfile Path to Brewfile optional arguments: -h, --help show this help message and exit --macos-version {arm64_big_sur,big_sur,catalina,mojave,high_sierra,sierra,el_capitan} macOS version --verbose Use verbose logging --export Export results in CSV format ```


نیازمندی

مقدار نام
- requests
- prettytable


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

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


نحوه نصب


نصب پکیج whl brew-compat-0.1.0:

    pip install brew-compat-0.1.0.whl


نصب پکیج tar.gz brew-compat-0.1.0:

    pip install brew-compat-0.1.0.tar.gz