Metadata-Version: 2.1
Name: aws-cognito-cli
Version: 0.0.3
Summary: A simple CLI tool to get the AWS Cognito Access Token
Home-page: https://github.com/joeyism/aws_cognito_cli
Author: joeyism
Author-email: joeyism101@gmail.com
License: Apache Software License 2.0
Keywords: aws-cognito-cli
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: AUTHORS.rst

# AWS Cognito CLI
A simple CLI tool to get the AWS Cognito Access Token, because it's currently far more complicated than it needs to be

## Installation
```bash
pip install aws-cognito-cli
```

## Usage
```
usage: aws-cognito-cli [-h] -u USERNAME -p PASSWORD --pool-id POOL_ID --client-id CLIENT_ID
```

### Example Usage
```bash
aws-cognito-cli -u joeyism -p somePassword --pool-id us-east-1_abc123 --client-id ABCDEFGHIJKLMN1234567890
```

## Future Features
* Cache pool id and client id
* Read info from env
* Add CI/CD


## Documentation
* Free software: Apache Software License 2.0
* Documentation: https://aws-cognito-cli.readthedocs.io.


## Credits
This package was created with Cookiecutter and the `audreyr/cookiecutter-pypackage` project template.

* [Cookiecutter](https://github.com/audreyr/cookiecutter)
* [audreyr/cookiecutter-pypackage](https://github.com/audreyr/cookiecutter-pypackage)


=======
History
=======

1.0.0 (2022-11-19)
------------------

* First release on PyPI.


