Metadata-Version: 1.1
Name: github-export
Version: 0.0.1
Summary: Export your github repositories.
Home-page: https://github.com/taeguk/github-export
Author: taeguk
Author-email: xornrbboy@gmail.com
License: MIT
Description: Github Export
        =====================
        
        .. image:: https://img.shields.io/pypi/v/github-export.svg
            :target: https://pypi.python.org/pypi/github-export
        
        .. image:: https://img.shields.io/pypi/dm/github-export.svg
            :target: https://pypi.python.org/pypi/github-export
        
        We support ONLY Python 3 above.
        
        How to install
        -----------------
        
        You can install Github Export using pip3 :
        
        .. code-block:: bash
        
            $ pip3 install github-export
        
        Usage
        ---------------
        
        .. code-block:: bash
        
            github-export -h    # show usage.
            github-export -c -u <username> -o backup-file
        
        Feature Support
        --------------------
        
        - Repository (public/private, owner/collaborator/organization)
        - ...If you have things you want, please tell me through issues_.
        
        .. _issues: https://github.com/taeguk/github-export/issues
        
        Contribution
        -----------------
        Welcome any kind of contribution!
        
Keywords: github backup export repository
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3 :: Only
