Metadata-Version: 2.4
Name: github-remote
Version: 2019.4.14
Home-page: https://github.com/looking-for-a-job/github-remote.py
Keywords: github
Description-Content-Type: text/markdown
Requires-Dist: click
Requires-Dist: public
Requires-Dist: setuptools

<!--
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>
