# li-aws-helper
Project to facilitate using aws resources
[](https://dl.circleci.com/status-badge/redirect/gh/liniribeiro/li-aws-helper/tree/main)
To start using this project, you must install our package:
```
pip3 install li-aws-helper
```
And configurate your aws credentials just once:
```bash
li config
```
The service will make three questions for you:
- Access Key
- Secret Key
- MFA Identifier
All those answers you can find at AWS Console/ Security credentials

you can add to .bash a function to make the command shorter:
```
litoken(){
li refresh --token $1
}
```
Then run at your terminal:
```
litoken xxxxxx
```
## Package Usage for aws commands
- First we must configure your aws credentials:
```bash
li config
```
Then use as commandline to refresh your 2f auth with aws.
```bash
li refresh --token 770592
```
Install
```
pip3 install li-aws-helper
```
## Local Development
- Build the project: `poetry build`
- Install the project: `poetry install`
- install twine: `python3 -m pip install --upgrade twine`
FAQ
- What is a arn?
- Where I can find my AWS key and secret?
Raw data
{
"_id": null,
"home_page": "https://github.com/liniribeiro/li-aws-helper",
"name": "li-aws-helper",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0,>=3.9",
"maintainer_email": null,
"keywords": null,
"author": "Alini Ribeiro",
"author_email": "aliniribeiroo@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/94/68/ef27360f895332c3c93dba06460683768f31037f47cc4949bdfbeff59e7a/li_aws_helper-0.4.1.tar.gz",
"platform": null,
"description": "# li-aws-helper\n\nProject to facilitate using aws resources\n\n[](https://dl.circleci.com/status-badge/redirect/gh/liniribeiro/li-aws-helper/tree/main)\n\n\nTo start using this project, you must install our package: \n\n```\npip3 install li-aws-helper\n```\n\nAnd configurate your aws credentials just once:\n```bash\nli config\n```\n\nThe service will make three questions for you:\n- Access Key\n- Secret Key\n- MFA Identifier\n\nAll those answers you can find at AWS Console/ Security credentials \n\n\n\nyou can add to .bash a function to make the command shorter:\n```\nlitoken(){\n li refresh --token $1\n}\n```\n\nThen run at your terminal:\n\n```\nlitoken xxxxxx\n```\n\n\n## Package Usage for aws commands\n- First we must configure your aws credentials:\n```bash\nli config\n```\n\nThen use as commandline to refresh your 2f auth with aws. \n```bash\nli refresh --token 770592\n```\n\nInstall\n```\npip3 install li-aws-helper\n```\n\n\n## Local Development\n\n- Build the project: `poetry build`\n- Install the project: `poetry install`\n- install twine: `python3 -m pip install --upgrade twine`\n\n\nFAQ\n- What is a arn?\n- Where I can find my AWS key and secret?\n\n\n",
"bugtrack_url": null,
"license": null,
"summary": "Package that helps manage aws credentials",
"version": "0.4.1",
"project_urls": {
"Documentation": "https://github.com/liniribeiro/li-aws-helper",
"Homepage": "https://github.com/liniribeiro/li-aws-helper",
"Source": "https://github.com/liniribeiro/li-aws-helper"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "2764180495997c748c1afd3e27e88135c2b77a1eda713930b661b6a0feed98a4",
"md5": "5ef0f53d3da5ed7605fd941cab5dbe86",
"sha256": "b916e7d3715a8ed8df7c6009a61a737b6c50628b0694b8d44927e3b876a2491d"
},
"downloads": -1,
"filename": "li_aws_helper-0.4.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "5ef0f53d3da5ed7605fd941cab5dbe86",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.9",
"size": 5744,
"upload_time": "2025-02-11T17:06:05",
"upload_time_iso_8601": "2025-02-11T17:06:05.233896Z",
"url": "https://files.pythonhosted.org/packages/27/64/180495997c748c1afd3e27e88135c2b77a1eda713930b661b6a0feed98a4/li_aws_helper-0.4.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "9468ef27360f895332c3c93dba06460683768f31037f47cc4949bdfbeff59e7a",
"md5": "d3206e61dbdcb648bbc590816c46be81",
"sha256": "ffe5b6e33e39e818b8c25f5999fcd81de6372c220ba42d746549dc0685c000f4"
},
"downloads": -1,
"filename": "li_aws_helper-0.4.1.tar.gz",
"has_sig": false,
"md5_digest": "d3206e61dbdcb648bbc590816c46be81",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.9",
"size": 3699,
"upload_time": "2025-02-11T17:06:06",
"upload_time_iso_8601": "2025-02-11T17:06:06.105815Z",
"url": "https://files.pythonhosted.org/packages/94/68/ef27360f895332c3c93dba06460683768f31037f47cc4949bdfbeff59e7a/li_aws_helper-0.4.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-02-11 17:06:06",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "liniribeiro",
"github_project": "li-aws-helper",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"circle": true,
"lcname": "li-aws-helper"
}