Metadata-Version: 2.1
Name: github-description
Version: 2019.2.23
Summary: get/set github repo description
Home-page: https://github.com/looking-for-a-job/github-description.py
License: UNKNOWN
Keywords: github
Platform: UNKNOWN
Classifier: License :: Public Domain
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development
Description-Content-Type: text/markdown
Requires-Dist: PyGithub
Requires-Dist: click
Requires-Dist: public
Requires-Dist: setuptools

[![](https://img.shields.io/pypi/pyversions/github-description.svg?longCache=True)](https://pypi.org/project/github-description/)

#### Install
```bash
$ [sudo] pip install github-description
```

#### Config
bash|python
-|-
`export GITHUB_TOKEN="your_github_token"`|`os.environ["GITHUB_TOKEN"]="your_github_token"`

#### Functions
function|`__doc__`
-|-
`github_description.get(fullname)`|return repo description
`github_description.update(fullname, description)`|update repo description

#### CLI
usage|`__doc__`
-|-
`python -m github_description fullname [description]`|get/set repo description

#### Examples
```bash
$ python -m github_description repo "new desc"
$ python -m github_description repo
new desc
```

<p align="center"><a href="https://pypi.org/project/readme-md/">readme-md</a> - README.md generator</p>

