Metadata-Version: 1.1
Name: tmp
Version: 0.0.1
Summary: Make a temp dir
Home-page: https://github.com/aclark4life/tmp
Author: Alex Clark
Author-email: aclark@aclark.net
License: GPL
Description: Tmp
        ===
        
        Because sometimes you just want a temp dir.
        
        Install
        -------
        
        ::
        
            $ pip install tmp    
        
        
        Use
        ---
        
        Make a temp dir e.g.::
        
            $ tmp
            /var/folders/1k/fmmlqcfn5jsbcqrqsw3q_slm0000gn/T/tmpVA4Nvs
        
        Log
        ---
        
        0.0.1 (2013/12/07)
        ~~~~~~~~~~~~~~~~~~
        
        - A tmp dir is born
        
Keywords: temp temporary files directory
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
