Metadata-Version: 1.1
Name: dkfileutils
Version: 1.4.5
Summary: dkfileutils - file and directory utilities
Home-page: https://github.com/datakortet/dkfileutils/
Author: Bjorn Pettersen
Author-email: bp@datakortet.no
License: UNKNOWN
Description: 
        
        dkfileutils - file and directory utilities
        ==========================================
        
        .. 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
        
        .. image:: https://readthedocs.org/projects/dkfileutils/badge/?version=latest
        
        .. image:: https://codecov.io/gh/datakortet/dkfileutils/branch/master/graph/badge.svg
           :target: https://codecov.io/gh/datakortet/dkfileutils
        
        .. image:: https://scrutinizer-ci.com/g/datakortet/dkfileutils/badges/quality-score.png?b=master
           :target: https://scrutinizer-ci.com/g/datakortet/dkfileutils/
        
        Documentation: http://dkfileutils.readthedocs.io/
        
        
        Contains the following modules
        ------------------------------
        See the documentation link (above) and module documentation for detailed docs.
        
        changed
        ~~~~~~~
        Code to check if directory contents have changed since last check.
        
        listfiles
        ~~~~~~~~~
        Yield (digest, fname) tuples for all interesting files
        in `dirname`.  The file names are relative to `curdir`
        unless otherwise specified.
        
        path
        ~~~~
        "Poor man's pathlib".  Object-oriented wrapper around `os.path` and
        friends.  Similar to the Python 3 `pathlib`, however paths are
        `str` subclasses and thus much easier to use in an environment
        where `os.path` calls are interspersed with object-oriented code.
        
        pfind
        ~~~~~
        Find directory where a file is located by walking up parent directories.
        
        which
        ~~~~~
        Functions for finding executable files on the path.
        
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Libraries
