Metadata-Version: 2.1
Name: dkpkg
Version: 1.1.1
Summary: dkpkg - standardized package structure names
Home-page: UNKNOWN
Author: UNKNOWN
Author-email: UNKNOWN
License: UNKNOWN
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: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Libraries

.. image:: https://travis-ci.org/datakortet/dkpkg.svg?branch=master
    :target: https://travis-ci.org/datakortet/dkpkg
.. image:: https://coveralls.io/repos/github/datakortet/dkpkg/badge.svg?branch=master
    :target: https://coveralls.io/github/datakortet/dkpkg?branch=master
.. image:: https://codecov.io/gh/datakortet/dkpkg/branch/master/graph/badge.svg
  :target: https://codecov.io/gh/datakortet/dkpkg





dkpkg -- standardized package structure names
=============================================


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

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

   pip install dkpkg


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

   pip install -e <path>

See docs/ folder for documentation.


