Metadata-Version: 1.1
Name: mac-alias
Version: 1.0.0
Summary: Generate/parse Mac OS Alias records from Python
Home-page: http://alastairs-place.net/projects/mac_alias
Author: Alastair Houghton
Author-email: alastair@alastairs-place.net
License: MIT License
Description: 
        ``mac_alias`` lets you generate or read binary Alias records from Python code.
        While it is written in pure Python, some OS X specific code is required to
        generate a proper Alias record for a given file, so this module currently
        is not portable to other platforms.
        
        Credit is due to Wim Lewis <wiml@hhhh.org>, whose work on reverse engineering
        the alias format was extremely useful in writing this code.
Platform: darwin
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Desktop Environment
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Provides: mac_alias
