Metadata-Version: 1.1
Name: dkfileutils
Version: 1.0.5
Summary: dkfileutils - short description
Home-page: UNKNOWN
Author: Bjorn Pettersen
Author-email: bp@datakortet.no
License: UNKNOWN
Description: 
        .. image:: https://travis-ci.org/datakortet/dkfileutils.svg?branch=master
            :target: https://travis-ci.org/datakortet/dkfileutils
        
        
        .. image:: https://coveralls.io/repos/datakortet/dkfileutils/badge.svg?branch=master&service=github
          :target: https://coveralls.io/github/datakortet/dkfileutils?branch=master
        
        
        
        dkfileutils -- file and directory utilities
        ==================================================
        
        Documentation: http://pythonhosted.org/dkfileutils/
        
        
        
        Installing from PyPI
        --------------------
        
        This is what you want if you just want to use dkfileutils:
        
           pip install dkfileutils
        
        
        As a source package
        -------------------
        This is what you want if you are developing dkfileutils or want 
        to make local changes to the source code.
        
           pip install -e <path>
        
        
        
        
        See docs/ folder for documentation.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries
