I have several of binary files in my iCloud Drive that I want to analyze with Python(ista). Using either the Files app, or Pythonista's import dialog, I can import many types of files into my Pythonista workspace, for example, .txt, image files and PDF files.
However, importing .zip files or .sqlite3 database files (or many other binary file types) does not work for me.
Any advice for how I can process arbitrary files with Pythonista?