Skip to content

ghost-plan/padb

Repository files navigation

Setuptools / Wheel/ Twine Build Tool

Package Source Code

  • pip3 install setuptools ; pip3 install wheel
  • python3 setup.py sdist bdist_wheel

Upload Package

  • pip3 install twine
  • twine upload dist/*

Poetry Build Tool

  • Activating the virtual environment:poetry shell
  • add deps:poetry add xxx (poetry add cat requirements.txt) or poetry install
  • poetry build | pip3 install dist/padb-1.2.0-py3-none-any.whl --force
  • 开发调试: poetry build | poetry run python src/main.py --help
  • 发布:poetry build | poetry publish

Reference:

awesome adb

Android】ADB工具原理探究

python代码规范

poetry-monorepo

python-monorepo

tweag / python-monorepo-example

Python 项目工程化开发指南

poetry

About

👻padb provide more abundant infomations about devices

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published