有提供python api吗
Open
enhancement
- Dominant language
- Python
- Stars
- 2.6k
- Forks
- 469
- PR merge metrics
- No merged PRs in 30d
Description
比如tidevice applist,tidevice list这些命令,看__main__.py里面都是直接print出来而不是return
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reading __main__.py and tracing the applist and list command entry points. Determine whether their functionality can be exposed as a Python API in addition to the current direct printing; done should make the requested results available to Python callers rather than only printing them.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api, cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100