Metadata-Version: 2.4
Name: aws-adfs-login-helper
Version: 1.0.0
Summary: AWS Login Tool - ADFS authentication with YAML configuration
Home-page: https://github.com/ktasper/aws-login
Author: Karl Webster
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: PyYAML>=6.0
Requires-Dist: typer>=0.9.0
Requires-Dist: rich>=13.0.0
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# aws-login
A python util to assist with logging into AWS via aws-adfs tool.



# Usage
## Install





# Dev Notes
python -m build 
twine upload -r testpypi dist/*
