Metadata-Version: 1.0
Name: dirsnap
Version: 0.0.3
Summary: Takes a snapshot of a directory, uploads to a public URL.
Home-page: https://github.com/kennethreitz/dirsnap
Author: Kenneth Reitz
Author-email: me@kennethreitz.com
License: BSD
Description: Dirsnap: Snapshot of a directory.
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        
        Use case: I want to easily upload a given directory from a Heroku dyno for
        inspection/vendoring.
        
        Usage
        -----
        
        Simple::
        
            $ dirsnap /app/
            Creating snapshot...
            Uploading snapshot...
            Done!
            http://cl.ly/0a191R3K160t1w1P0N25/snapshot-app.tar.gz
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
