software/hoardy-adb/./setup.py

Backup and restore Android devices, list contents of, unpack, and convert Android Backup files to TAR files and back, decrypt, encrypt, split them into by-app pieces, etc. Android Backup files are backup.ab, *.ab, *.adb, and similarly named files produced by adb shell bu backup, adb backup, bmgr, and similar tools.

Files

Raw Source

Contents

#!/usr/bin/env python3
"""Setup."""
from setuptools import setup

setup()