{"library":"numbers-parser","install":[{"cmd":"pip install numbers-parser","imports":["from numbers_parser import Document","from numbers_parser import Document\ndoc = Document('file.numbers')\nsheet = doc.sheets[0]","from numbers_parser import Document\ndoc = Document('file.numbers')\nsheet = doc.sheets[0]\ntable = sheet.tables[0]"]},{"cmd":"# macOS (Homebrew Python recommended):\nbrew install snappy python3 pipx\npipx install numbers-parser\n\n# Linux (Debian/Ubuntu):\nsudo apt-get -y install libsnappy-dev\npip install numbers-parser\n\n# Windows (x86 binaries for python-snappy are not readily available on PyPI, consider using pre-compiled wheels or ARM Windows)","imports":[]}]}