Metadata-Version: 2.1
Name: github-create
Version: 2019.2.25
Summary: create github repo
Home-page: https://github.com/looking-for-a-job/github-create.py
License: UNKNOWN
Description: [![](https://img.shields.io/pypi/pyversions/github-create.svg?longCache=True)](https://pypi.org/project/github-create/)
        
        #### Install
        ```bash
        $ [sudo] pip install github-create
        ```
        
        #### Config
        bash|python
        -|-
        `export GITHUB_TOKEN="your_github_token"`|`os.environ["GITHUB_TOKEN"]="your_github_token"`
        
        #### Functions
        function|`__doc__`
        -|-
        `github_create.create(fullname)`|create github repo
        
        #### CLI
        usage|`__doc__`
        -|-
        `python -m github_create name ...`|create github repo(s)
        
        #### Examples
        ```bash
        $ python -m github_create repo1 repo2
        $ python -m github_create my_org/repo1 my_org/repo2
        ```
        
        <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
