Metadata-Version: 1.1
Name: vimball
Version: 0.5.1
Summary: a command-line vimball archive extractor
Home-page: https://github.com/radhermit/vimball
Author: Tim Harder
Author-email: radhermit@gmail.com
License: MIT
Description: |pypi| |test| |coverage|
        
        =======
        vimball
        =======
        
        vimball is a simple command-line tool for extracting vimball archives without
        using vim.
        
        For extracting vimball archives use the following command::
        
            vimball -x <vimball archive>
        
        By default, vimball will try to choose a directory that is named similar to the
        vimball archive to extract the archive's files into. A specific directory name
        or path may also be selected using the following::
        
            vimball -x <vimball archive> -C <extraction dir>
        
        Listing the files contained inside the vimball archive is also supported using::
        
            vimball -l <vimball archive>
        
        
        .. |pypi| image:: https://img.shields.io/pypi/v/vimball.svg
            :target: https://pypi.python.org/pypi/vimball
        .. |test| image:: https://travis-ci.org/radhermit/vimball.svg?branch=master
            :target: https://travis-ci.org/radhermit/vimball
        .. |coverage| image:: https://coveralls.io/repos/radhermit/vimball/badge.png?branch=master
            :target: https://coveralls.io/r/radhermit/vimball?branch=master
        
Platform: Posix
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
