Metadata-Version: 1.1
Name: btrfs
Version: 0.3
Summary: Python module to inspect btrfs filesystems.
Home-page: https://github.com/knorrie/python-btrfs
Author: Hans van Kranenburg
Author-email: hans.van.kranenburg@mendix.com
License: UNKNOWN
Download-URL: https://github.com/knorrie/python-btrfs/tarball/v0.3
Description: python-btrfs
        ============
        
        Btrfs is a copy on write (COW) filesystem for Linux aimed at implementing
        advanced features while focusing on fault tolerance, repair and easy
        administration.
        
        The python module acts as a wrapper around the low level kernel calls and btrfs
        data structures, presenting them as python objects with interesting attributes
        and references to other objects.
        
        The module is in very early development, support for filesystem structures will
        be added one after another.
        
Keywords: btrfs,filesystem
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Programming Language :: Python
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: System :: Filesystems
Classifier: Topic :: System :: Systems Administration
