Metadata-Version: 2.4
Name: dk-tasklib
Version: 3.0.8
Summary: dk-tasklib - pyinvoke task library
Home-page: https://github.com/datakortet/dk-tasklib
Author: Bjorn Pettersen
Author-email: bp@datakortet.no
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: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Software Development :: Libraries
Requires-Dist: invoke
Requires-Dist: PyYAML
Requires-Dist: dkfileutils>=1.4.2
Requires-Dist: yamldirs>=1.1.8
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: requires-dist
Dynamic: summary


.. 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


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.


Development
-----------

Run the authoritative package checks from the repository root::

    dk testpackage

The suite enforces branch-aware coverage of at least 83 percent. Build the
documentation with::

    dk docs

The documentation is maintained against current Sphinx 8 and 9 releases.
