Metadata-Version: 1.1
Name: slapr
Version: 1.0
Summary: A simple tool that allows you to change your default AWS CLI profile.
Home-page: https://github.com/antonipy/slapr
Author: Antoni Yanev
Author-email: antonipyanev@gmail.com
License: gpl-3.0
Download-URL: https://github.com/antonipy/slapr/archive/refs/tags/1.0.tar.gz
Description: # Select AWS Profile
        Select AWS Profile (slapr) is a simple tool that lets you select which AWS Profil you want to use and sets it as the default AWS profile, so that you can easily use your favorite AWS CLI commands.
        
        ## Installation
        ```bash
        pip install slapr
        ```
        
        ## Usage
        ```bash
        slapr
        ```
        
        ## Contributing
        Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
        
        ### How to test
        - Setup virtual environment and install requirements
        ```bash
        virtualenv env
        source env/bin/activate
        pip install -r requirements.txt
        ```
        - Once you are ready with your changes and  you want to test them locally, install the tool in editable mode
        ```bash
        pip install --editable .
        ```
        
        ## License
Keywords: aws,awscli,awscliv2,linux,tools
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
