Metadata-Version: 1.1
Name: linkat
Version: 1.0.0
Summary: Python support for the POSIX/Linux functions linkat and symlinkat.
Home-page: https://github.com/eisenlaub/python-linkat
Author: eisenlaub
Author-email: eisenlaub@fea.st
License: MIT License
Description: python-linkat
        =============
        
        The single purpose of `python-linkat`_ is to provide python developers with
        the ability to use the system native functions ``linkat`` and ``symlinkat``.
        
        .. _python-linkat: https://github.com/eisenlaub/python-linkat
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Filesystems
