Can i read assets list in bundles without unity for example with Python 3?

I have many asset bundles and i want check list assets in there. Can i make it? if yes, how i can do it? i not found information about it topic

Have a look at GitHub - HearthSim/UnityPack: Python deserialization library for Unity3D Asset format

AlkisFortuneFish, i seen this library, but, i think, he is old and i can’t run him. All time get error
return struct.unpack(self.endian + “i”, self.read(4))[0]
struct.error: unpack requires a buffer of 4 bytes

I’ll be honest, I haven’t tried it myself, but the last commit history would indicate that it is not that old. I’d drop them a line perhaps.