Metadata-Version: 2.1
Name: gettoken
Version: 1.0.2
Summary: A simple commandline app for getting token for a context
Home-page: https://github.com/coder1901/gettoken
Author: Saurav Sagar
Author-email: sauravasagar19@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=2.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click
Requires-Dist: PyYAML (==6.0.1)

# gettoken A simple commandline app for getting token for GKE

## Using Pip

```bash
  $ pip install gettoken
```

