Metadata-Version: 1.1
Name: reflink
Version: 0.1.2
Summary: Python reflink contai
Home-page: https://gitlab.com/rubdos/pyreflink
Author: Ruben De Smet
Author-email: pypi@rubdos.be
License: MIT license
Description: ==============
        Python reflink
        ==============
        
        
        .. image:: https://img.shields.io/pypi/v/reflink.svg
                :target: https://pypi.python.org/pypi/reflink
        
        .. image:: https://gitlab.com/rubdos/pyreflink/badges/master/build.svg
                :target: https://gitlab.com/rubdos/pyreflink/pipelines
        
        .. image:: https://readthedocs.org/projects/reflink/badge/?version=latest
                :target: https://reflink.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        .. image:: https://readthedocs.org/projects/reflink/badge/?version=latest
                :target: https://rubdos.gitlab.io/pyreflink/docs
                :alt: Documentation Status
        
        
        Python wrapper around the ``reflink`` system calls.
        
        
        * Free software: MIT license
        * Documentation: https://reflink.readthedocs.io.
        * Documentationfor master branch: https://rubdos.gitlab.io/pyreflink/docs
        
        
        Features
        --------
        
        * Btrfs, XFS, OCFS2 ``reflink`` support. Btrfs is tested the most.
        * A convenience method that checks support for reflinks within a specific directory.
        
        Help wanted
        -----------
        
        Someone to implement the `macOS backend; please see the macOS/APFS issue <https://gitlab.com/rubdos/pyreflink/issues/1>`__.
        
        The same for a `Windows/ReFS implementation <https://gitlab.com/rubdos/pyreflink/issues/1>`__
        
        
        Support
        _______
        
        Support on `the GitLab repository <https://gitlab.com/rubdos/pyreflink/issues>`__,
        feel free to file an issue.
        
        Credits
        ---------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        
        =======
        History
        =======
        
        0.1.0 (2017-07-27)
        ------------------
        
        * First release on PyPI.
        
Keywords: reflink
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
