Metadata-Version: 1.1
Name: dploy
Version: 0.1.0
Summary: 
Provides functionality similar to GNU Stow as a cross platform CLI tool and
Python 3 module

Home-page: https://github.com/arecarn/dploy
Author: Ryan Carney
Author-email: arecarn@gmail.com
License: MIT
Download-URL: https://github.com/arecarn/dploy/tarball/0.1.0
Description: dploy
        =====
        Provides functionality similar to GNU Stow as a cross platform CLI tool and
        Python 3 module
        
        Installation
        ------------
        * Latest Release: `pip install dploy`
        * Development Version: `pip install git+https://github.com/arecarn/dploy.git`
        
        Basic CLI Usage
        ---------------
        * `dploy stow source-directories destination-directory`
        * `dploy unstow source-directories destination-directory`
        * `dploy link source destination`
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
