Metadata-Version: 1.1
Name: sparseutils
Version: 0.0.1.dev5
Summary: Utilities for interacting with sparse files
Home-page: UNKNOWN
Author: Richard Ipsum
Author-email: richardipsum@fastmail.co.uk
License: GPL3
Description: sparseutils
        -----------
        
        A collection of utilities for interacting with sparse files.
        
        Installation
        ------------
        
        You can install sparseutils with pip,
        
        ::
        
            % sudo pip3 install sparseutils
        
        alternatively you can clone the
        `source <http://git.gitano.org.uk/personal/richardipsum/sparseutils.git>`__
        and then run pip from within the git repo:
        
        ::
        
            % sudo pip3 install .
        
        you can also run the tests from within the git repo using tox:
        
        ::
        
            % tox
        
        Contributing
        ------------
        
        To report an issue you can email me, please see the git log for the
        address.
        
        Patches welcome! To prepare a patch series:
        
        ::
        
            % git format-patch --cover-letter -o patch -M origin/master
            % $EDITOR patch/0000-cover-letter.patch
            % git send-email patch
        
        
Keywords: sparse
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Utilities
