Metadata-Version: 2.1
Name: github-delete
Version: 2019.4.13
Summary: delete github repo
Home-page: https://github.com/looking-for-a-job/github-delete.py
License: UNKNOWN
Description: <!--
        https://pypi.org/project/readme-generator/
        https://pypi.org/project/python-readme-generator/
        -->
        
        [![](https://img.shields.io/pypi/pyversions/github-delete.svg?longCache=True)](https://pypi.org/project/github-delete/)
        
        #### Installation
        ```bash
        $ [sudo] pip install github-delete
        ```
        
        #### Config
        bash|python
        -|-
        `export GITHUB_TOKEN="your_github_token"`|`os.environ["GITHUB_TOKEN"]="your_github_token"`
        
        #### Functions
        function|`__doc__`
        -|-
        `github_delete.delete(fullname)` |delete github repo
        
        #### Executable modules
        usage|`__doc__`
        -|-
        `python -m github_delete name ...` |delete github repo(s)
        
        #### Examples
        ```bash
        $ python -m github_delete repo1 repo2
        $ python -m github_delete my_org/repo1 my_org/repo2
        ```
        
        <p align="center">
            <a href="https://pypi.org/project/python-readme-generator/">python-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
Description-Content-Type: text/markdown
