معرفی شرکت ها


ebcommander-1.0.1


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Elektrobit Command Python interface
ویژگی مقدار
سیستم عامل -
نام فایل ebcommander-1.0.1
نام ebcommander
نسخه کتابخانه 1.0.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده monstermichl
ایمیل نویسنده -
آدرس صفحه اصلی https://github.com/monstermichl/ebcommander.git
آدرس اینترنتی https://pypi.org/project/ebcommander/
مجوز -
# Overview EBCommander is intended as an interaction layer between Python and EBCommand (https://command.elektrobit.com). It can either be used as a module or directly via Commandline. --- ## Preconditions The script depends on the following Python packages - beautifulsoup4 - requests - pyyaml --- ## Use as module Import EBCommand. > from ebcommander import EbCommand Create an instance (this starts the initial data retrieval which may take a while, therefore, it should be considered to run it asynchronously). > commander = EbCommand('your-user', 'your-password') For more information please have a look at [doc](https://htmlpreview.github.io/?https://github.com/monstermichl/ebcommander/blob/master/doc/ebcommander/ebcommander.html). --- ## Use from the Commandline ### Direct call For simple requests (e.g. just to get a glimpse at a specific file) the script can be called with the following arguments | Argument | Description | |------------|---------------------------------------------------| | --json | JSON file to which filtered data shall be written | | --yaml | YAML file to which filtered data shall be written | | --filter | File filter pattern | | --download | Path to which the files shall be downloaded | --- ### Complex calls For more versatile operations a config file must be provided. It can contain several settings to apply filters on projects, distributions, versions and files, store JSON and YAML files and download the retrieved files. For more information see example-config.yaml The config is provided by the following arguments | Argument | Description | |------------|----------------------------------------| | --config | Path to config for more complex setups | --- Regardless, if direct or compex calls, the following arguments must be provided | Argument | Description | |------------|-------------------------| | --user | EBCommand username | | --password | EBCommand user password | --- Additionally, the following arguments can optionally be provided | Argument | Description | |---------------|-------------------------------------------| | --proxy-http | HTTP proxy (e.g. http://localhost:1234) | | --proxy-https | HTTPS proxy (e.g. https://localhost:1234) |


نیازمندی

مقدار نام
- requests
- pyyaml
- beautifulsoup4


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

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


نحوه نصب


نصب پکیج whl ebcommander-1.0.1:

    pip install ebcommander-1.0.1.whl


نصب پکیج tar.gz ebcommander-1.0.1:

    pip install ebcommander-1.0.1.tar.gz