Metadata-Version: 1.0
Name: macholib
Version: 1.3
Summary: Mach-O header analysis and editing
Home-page: http://undefined.org/python/#macholib
Author: Ronald Oussoren
Author-email: ronaldoussoren@mac.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.
        
        NEWS
        ====
        
        macholib 1.3
        ------------
        
        macholib 1.3 is a feature release.
        
        Features:
        
        - Experimental Python 3.x support
        
          This version contains lightly tested support for Python 3.
        
        macholib 1.2.2
        --------------
        
        macholib 1.2.2 is a bugfix release.
        
        Bug fixes:
        
        - Macholib should work better with 64-bit code
          (patch by Marc-Antoine Parent)
        
Platform: any
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Build Tools
