dk-tasklib - pyinvoke task library


Install
pip install dk-tasklib==3.0.6

Documentation

https://travis-ci.org/datakortet/dk-tasklib.svg?branch=master https://coveralls.io/repos/github/datakortet/dk-tasklib/badge.svg?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

Creating a default tasks.py file

You can create a default tasks.py file. From the root of your package:

dk-tasklib install

You'll need to specify --force to overwrite an existing file.

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.