Metadata-Version: 2.1
Name: github-topics
Version: 2019.2.25
Summary: manage github repo topics
Home-page: https://github.com/looking-for-a-job/github-topics.py
License: UNKNOWN
Description: [![](https://img.shields.io/pypi/pyversions/github-topics.svg?longCache=True)](https://pypi.org/project/github-topics/)
        
        #### Install
        ```bash
        $ [sudo] pip install github-topics
        ```
        
        #### Config
        bash|python
        -|-
        `export GITHUB_TOKEN="your_github_token"`|`os.environ["GITHUB_TOKEN"]="your_github_token"`
        
        #### Functions
        function|`__doc__`
        -|-
        `github_topics.add(fullname, topics)`|add repo topics
        `github_topics.clear(fullname)`|remove all repo topics
        `github_topics.get(fullname)`|return list of repo topics
        `github_topics.replace(fullname, topics)`|replace repo topics
        `github_topics.rm(fullname, topics)`|remove repo topics
        
        #### CLI
        usage|`__doc__`
        -|-
        `python -m github_topics.add fullname topic ...`|add repo topics
        `python -m github_topics.clear fullname`|remove all repo topics
        `python -m github_topics.get fullname`|print repo topics
        `python -m github_topics.remove fullname topic ...`|remove repo topics
        `python -m github_topics.replace fullname topic ...`|set repo topics
        
        <p align="center"><a href="https://pypi.org/project/readme-md/">readme-md</a> - README.md generator</p>
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
