with tar command we can use tar --numeric-owner -cf - test | tee to make sure in tar data it use number to represent owner:group. How can we do this in python3\
tar --numeric-owner -cf - test | tee