Metadata-Version: 2.1
Name: pylnk3
Version: 0.2.1
Summary: Windows LNK File Parser and Creator
Home-page: https://github.com/strayge/pylnk
Author: strayge
Author-email: strayge@gmail.com
License: GNU Library or Lesser General Public License (LGPL)
Description: # PyLink3
        
        Python library for reading and writing Windows shortcut files (.lnk).  
        Converted to support python 3.
        
        This library can parse .lnk files and extract all relevant information from
        them. Parsing a .lnk file yields a LNK object which can be altered and saved
        again. Moreover, .lnk file can be created from scratch be creating a LNK
        object, populating it with data and then saving it to a file. As that
        process requires some knowledge about the internals of .lnk files, some
        convenience functions are provided.
        
        Limitation: Windows knows lots of different types of shortcuts which all have
        different formats. This library currently only supports shortcuts to files and
        folders on the local machine. 
        
Keywords: lnk,shortcut,windows
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3
Description-Content-Type: text/markdown
