# duedge-cli **Repository Path**: mirrors_baidu/duedge-cli ## Basic Information - **Project Name**: duedge-cli - **Description**: DuEdge Command Line - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DuEdge Cli This package provides a unified command line interface to DuEdge Services&Functions. ## Getting Started Install globally: ``` $ sudo pip install duedge-cli ``` Or for your user: ``` $ pip install --user duedge-cli ``` If you have the duedge-cli installed and want to upgrade to the latest version, you can run: ``` $ pip install --upgrade duedge-cli ``` You have the duedge-cli directory structure on your workstation, you can just run: ``` $ cd $ python setup.py install ``` Start with help: ``` $ duedge help ``` ## Running the tests Necessary packages: ``` $ pip install --user mock ``` Running the tests: ``` $ python duedge_cli/tests/test_main.py ``` ## Contributing * To read [Click Here](https://github.com/baidu/duedge-cli) the code details * Welcome to use/modification/expansion of these, if you have a better usage scenarios, just submit PR directly. ## Authors * **Owners**: [fenghuolun](fenghuolun@baidu.com) * **Committers**: [fenghuolun](fenghuolun@baidu.com) ## License This project is licensed under the MIT License - see the LICENSE.md file for details ## Discussion * **Hi Group**: [1411309](fenghuolun@baidu.com)