Metadata-Version: 2.1
Name: github-remote
Version: 2019.4.14
Summary: UNKNOWN
Home-page: https://github.com/looking-for-a-job/github-remote.py
License: UNKNOWN
Description: <!--
        https://pypi.org/project/readme-generator/
        https://pypi.org/project/python-readme-generator/
        -->
        
        [![](https://img.shields.io/pypi/pyversions/github-remote.svg?longCache=True)](https://pypi.org/project/github-remote/)
        
        #### Installation
        ```bash
        $ [sudo] pip install github-remote
        ```
        
        #### Functions
        function|`__doc__`
        -|-
        `github_remote.add(name, url)` |`git remote add name url`
        `github_remote.get()` |return git remote tuple (name, url)
        `github_remote.getname()` |return git remote name
        `github_remote.geturl()` |return git remote url
        
        #### Executable modules
        usage|`__doc__`
        -|-
        `python -m github_remote.name` |print git remote name
        `python -m github_remote.rm` |`git remote rm name`
        `python -m github_remote.url` |print git remote url
        
        <p align="center">
            <a href="https://pypi.org/project/python-readme-generator/">python-readme-generator</a>
        </p>
Keywords: github
Platform: UNKNOWN
Description-Content-Type: text/markdown
