Metadata-Version: 2.1
Name: github-description
Version: 2020.7.1
Summary: get/set github repo description
Home-page: https://github.com/andrewp-as-is/github-description
License: Unlicense
Description: <!--
        https://readme42.com
        -->
        
        
        
        [![](https://img.shields.io/badge/OS-Unix-blue.svg?longCache=True)]()
        [![](https://img.shields.io/pypi/v/github-description.svg?maxAge=3600)](https://pypi.org/project/github-description/)
        [![](https://img.shields.io/badge/License-Unlicense-blue.svg?longCache=True)](https://unlicense.org/)
        
        ### Installation
        ```bash
        $ [sudo] pip install github-description
        ```
        
        ```bash
        $ [sudo] npm i -g github-description
        ```
        
        #### Config
        ```bash
        $ export GITHUB_TOKEN="<GITHUB_TOKEN>"
        ```
        
        #### Examples
        ```bash
        $ python -m github_description repo "new desc"
        $ python -m github_description repo
        new desc
        ```
        
        <p align="center">
            <a href="https://readme42.com/">readme42.com</a>
        </p>
Keywords: github
Platform: UNKNOWN
Classifier: License :: Public Domain
Classifier: Operating System :: Unix
Classifier: Programming Language :: Unix Shell
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
