Metadata-Version: 2.1
Name: aws-session
Version: 2.0.1
Summary: A CLI to generate and store session credentials in ~/.aws/credentials file, based on ~/.aws/config profiles
Home-page: https://github.com/qoomon/aws-session
Author: Bengt Brodersen
Author-email: me@qoomon.me
License: UNKNOWN
Description: # aws-session
        
        [![PyPI](https://img.shields.io/pypi/v/aws-session)](https://pypi.org/project/aws-session/)
        
        A CLI to generate and store session credentials in `~/.aws/credentials` file, based on `~/.aws/config profiles`
        
        ## Usage
        ```
        set session credentials:
        
            aws-session set [--profile/-p <profile_name>]
            
                --profile/-p <profile_name> : select profile ['default']
            
        list session profiles:
        
            aws-session list
        
        print help
        
            aws-session help
        ```
        
        ## Setup dev environment
        
        #### Install Dev Dependencies
        `pip3 install -r requirements.txt`
        
        `pip3 install -r requirements-dev.txt`
        
        #### Create Package
        `python3 setup.py sdist bdist_wheel`
        
        #### Local Install
        `pip3 install --force-reinstall --no-deps dist/aws_session-*-py3-none-any.whl`
        
        #### Deploy to PiPy
        `twine upload dist/*`
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Environment :: Console
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: System :: Systems Administration
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Description-Content-Type: text/markdown
