Metadata-Version: 1.0
Name: ntfsutils
Version: 0.1.1
Summary: A Python module to manipulate NTFS hard links and junctions.
Home-page: https://github.com/sid0/ntfs
Author: Siddharth Agarwal
Author-email: sid.bugzilla@gmail.com
License: BSD
Description: Detailed Documentation
        **********************
        
        ntfsutils
        =========
        
        A Python module to manipulate NTFS `hard links`_ and `junctions`_.
        
        Requirements
        ------------
        
        Python 2.5 through 2.7 on Windows. No further dependencies, since we use `ctypes`_ 
        to interact with Win32.
        
        This is a pure Python module.
        
        License
        -------
        
        (c) 2012 the Mozilla Foundation, licensed under the Simplified BSD License.
        See the LICENSE file for details.
        
        .. _hard links: https://en.wikipedia.org/wiki/Hard_link
        .. _junctions: https://en.wikipedia.org/wiki/NTFS_junction_point
        .. _ctypes: http://docs.python.org/library/ctypes.html
        
        Change history
        **************
        
        0.1.1 (2012-04-20)
        ==================
        
        - Fixed an issue with creating hardlinks.
          [sid0]
        
        0.1 (2012-04-20)
        ================
        
        - Initial release.
          [rlacko]
        
        Contributors
        ************
        
        - Siddharth Agarwal [sid0]
        - Roman Lacko [rlacko]
        
Keywords: windows ntfs hardlink junction
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.2
