1 Star 0 Fork 0

木××木/mobileperf

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
setup.py 491 Bytes
一键复制 编辑 原始数据 按行查看 历史
露客 提交于 2020-05-06 16:27 . mobileperf init
# -*- coding: utf-8 -*-
'''
@author: look
@copyright: 1999-2020 Alibaba.com. All rights reserved.
@license: Apache Software License 2.0
@contact: 390125133@qq.com
'''
from setuptools import find_packages, setup
setup(
name='mobileperf',
version='1.0.0',
author='look',
maintainer='look',
author_email='390125133@qq.com',
install_requires=[
"requests",
"urllib3",
],
description="Python Android mobile perf (support Python3)"
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ioesync/mobileperf.git
git@gitee.com:ioesync/mobileperf.git
ioesync
mobileperf
mobileperf
master

搜索帮助