Metadata-Version: 1.0
Name: dukaan
Version: 0.1.0
Summary: Local testing tool for Windows Azure Store resource providers
Home-page: https://github.com/WindowsAzure/azure-resource-provider-sdk/tree/master/tools/dukaan
Author: UNKNOWN
Author-email: UNKNOWN
License: LICENSE.txt
Description: ===========
        dukaan
        ===========
        
        dukaan is a handly tool for testing your Resource Provider for Windows Azure Store.
        It lets you simulate calls that Windows Azure will make to your Resource Provider,
        on your development computer.
        
        Read the full documentation on `Github <http://github.com/WindowsAzure/azure-resource-provider-sdk>`_.
        
        To use dukaan, open your favorite shell and type ``dukaan init``. Dukaan will prompt you
        for information on how to connect to your Resource Provider. Then, you can type
        ``dukaan create`` to start testing your Resource Provider.
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
