Metadata-Version: 1.0 Name: macholib Version: 1.2.1.dev-r432 Summary: Mach-O header analysis and editing Home-page: http://undefined.org/python/#macholib Author: Bob Ippolito Author-email: bob@redivi.com License: MIT License Description: macholib can be used to analyze and edit Mach-O headers, the executable format used by Mac OS X. It's typically used as a dependency analysis tool, and also to rewrite dylib references in Mach-O headers to be @executable_path relative. Though this tool targets a platform specific file format, it is pure python code that is platform and endian independent. Platform: any Classifier: Intended Audience :: Developers Classifier: License :: OSI Approved :: MIT License Classifier: Programming Language :: Python Classifier: Operating System :: MacOS :: MacOS X Classifier: Topic :: Software Development :: Libraries :: Python Modules Classifier: Topic :: Software Development :: Build Tools