Metadata-Version: 1.0
Name: git-lfs
Version: 1.2.1
Summary: A lightweight Git Large File Storage fetcher
Home-page: https://github.com/liberapay/git-lfs-fetch.py
Author: Changaco
Author-email: changaco@changaco.oy.lc
License: CC0
Description: A lightweight Git Large File Storage fetcher written in python
        
        Installation
        ============
        
            pip install git-lfs
        
        python-git-lfs is compatible with python 2 and 3.
        
        Usage
        =====
        
        ::
        
            python -m git_lfs [-h] [-v] [git_repo] [checkout_dir]
        
            positional arguments:
            git_repo       if it's bare you need to provide a checkout_dir
            checkout_dir
        
            optional arguments:
              -h, --help     show this help message and exit
              -v, --verbose
        
        License
        =======
        
        `CC0 Public Domain Dedication <http://creativecommons.org/publicdomain/zero/1.0/>`_
        
Keywords: git lfs
Platform: UNKNOWN
