Metadata-Version: 1.1
Name: github-contributors
Version: 0.0.2
Summary: github info of contributors
Home-page: https://github.com/juanpabloaj/github-contributors.git
Author: JuanPablo AJ
Author-email: jpabloaj@gmail.com
License: MIT
Description: ===================
        github-contributors
        ===================
        
        Get the github url of contributors ::
        
            $ github-contributors
            12 user1 https://github.com/github_user1
            23 user2 https://github.com/github_user2
        
        I like use the command::
        
            git shortlog -s -n
        
        but with shortlog, I don't obtain the real github user account.
        
        With this is more easy edit the contributors section in the readme file.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.7
