Metadata-Version: 2.1
Name: github-topics
Version: 2019.3.22
Summary: manage github repo topics
Home-page: https://github.com/looking-for-a-job/github-topics.py
License: UNKNOWN
Description: <!--
        https://pypi.org/project/readme-generator/
        -->
        
        [![](https://img.shields.io/pypi/pyversions/github-topics.svg?longCache=True)](https://pypi.org/project/github-topics/)
        
        #### Installation
        ```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.replace(fullname, topics)` |replace 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-generator/">readme-generator</a>
        </p>
Keywords: github
Platform: UNKNOWN
Classifier: License :: Public Domain
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development
Description-Content-Type: text/markdown
