معرفی شرکت ها


fioctl-1.1


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Frame.io cli
ویژگی مقدار
سیستم عامل -
نام فایل fioctl-1.1
نام fioctl
نسخه کتابخانه 1.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Frame.io, Inc.
ایمیل نویسنده platform@frame.io
آدرس صفحه اصلی -
آدرس اینترنتی https://pypi.org/project/fioctl/
مجوز MIT
# fioctl ## Installation ### PyPi The cli requires python3 to take advantage of it's more modern threading capabilities. So you need to do: ```bash pip3 install fioctl ``` ### From Source ```bash git clone git@github.com:Frameio/fioctl.git cd fioctl && python3 setup.py install ``` Note that it does currently require python3. ## Set Up First, generate an access token in frame.io and configure with: ```bash fioctl configure ``` This will ask you to set a profile name, and input your token. The cli supports multiple profiles in the event you have multiple tokens that can be configured. They can be specified like ```bash fioctl config first_profile.bearer_token <token1> fioctl config second_profile.bearer_token <token2> fioctl config profiles.default first_profile ``` To see available commands, run: ```bash fioctl --help ``` ## Basics Commands are organized around core API types, like `comments`, `assets`, etc. Any command result can be formatted as `json`, `csv`, or as `table` (usually default), using the `--format <format>` option. Some commands, like `fioctl assets traverse <id>` support `tree` formatting as well. In addition, a default table format can be set with `fioctl config table.fmt <fmt>` Additionally, you can select the columns to project in a command with the `--columns col1,col2,...` option. If you want to select a nested attribute in a column, use the `.` operator. To preserve formatting for a command family, like `projects`, do `fioctl config projects.columns col1,col2,...`. To set a new table format, do `fioctl config table.fmt <new_table_fmt>`. Look at the python docs for tabulate to see the options available. Update commands usually accept an option like `--values col=val,col.nested=other_val`


نیازمندی

مقدار نام
==6.7 Click
- pyyaml
- requests
- tqdm
==0.5.1 frameioclient
- tabulate
- token-bucket
- treelib
- cached-property
- furl


نحوه نصب


نصب پکیج whl fioctl-1.1:

    pip install fioctl-1.1.whl


نصب پکیج tar.gz fioctl-1.1:

    pip install fioctl-1.1.tar.gz