Metadata-Version: 1.1
Name: dk-tasklib
Version: 0.2.6
Summary: dk-tasklib - short description
Home-page: https://github.com/datakortet/dk-tasklib
Author: Bjorn Pettersen
Author-email: bp@datakortet.no
License: UNKNOWN
Description: 
        .. image:: https://travis-ci.org/datakortet/dk-tasklib.svg?branch=master
           :target: https://travis-ci.org/datakortet/dk-tasklib
        
        .. image:: https://coveralls.io/repos/github/datakortet/dk-tasklib/badge.svg?branch=master
           :target: https://coveralls.io/github/datakortet/dk-tasklib?branch=master
        
        dk-tasklib -- pyinvoke  task library
        ==================================================
        
        
        Installing from PyPI
        --------------------
        
        This is what you want if you just want to use dk-tasklib:
        
           pip install dk-tasklib
        
        
        As a source package
        -------------------
        This is what you want if you are developing dk-tasklib 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
