Metadata-Version: 2.0
Name: dkconfig
Version: 0.1.4
Summary: dkconfig - command line access to ConfigParser
Home-page: https://github.com/datakortet/dkconfig
Author: UNKNOWN
Author-email: UNKNOWN
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries
Requires-Dist: lockfile (>=0.10.2)
Requires-Dist: pathlib (>=1)

.. image:: https://travis-ci.org/datakortet/dkconfig.svg?branch=master
  :target: https://travis-ci.org/datakortet/dkconfig

.. image:: https://readthedocs.org/projects/dkconfig/badge/?version=latest
   :target: https://readthedocs.org/projects/dkconfig/?badge=latest
   :alt: Documentation Status


dkconfig -- short description
==================================================


Installing from PyPI
--------------------

This is what you want if you just want to use dkconfig:

   pip install dkconfig


As a source package
-------------------
This is what you want if you are developing dkconfig or want 
to make local changes to the source code.

   pip install -e <path>




See docs/ folder for documentation.


