.. image:: https://readthedocs.org/projects/ars/badge/?version=latest
:target: https://ars.readthedocs.io/en/latest/index.html
:alt: Documentation Status
.. image:: https://github.com/MacHu-GWU/aws_resource_search-project/workflows/CI/badge.svg
:target: https://github.com/MacHu-GWU/aws_resource_search-project/actions?query=workflow:CI
.. image:: https://codecov.io/gh/MacHu-GWU/aws_resource_search-project/branch/main/graph/badge.svg
:target: https://codecov.io/gh/MacHu-GWU/aws_resource_search-project
.. image:: https://img.shields.io/pypi/v/aws_resource_search.svg
:target: https://pypi.python.org/pypi/aws_resource_search
.. image:: https://img.shields.io/pypi/l/aws_resource_search.svg
:target: https://pypi.python.org/pypi/aws_resource_search
.. image:: https://img.shields.io/pypi/pyversions/aws_resource_search.svg
:target: https://pypi.python.org/pypi/aws_resource_search
.. image:: https://img.shields.io/badge/Release_History!--None.svg?style=social
:target: https://github.com/MacHu-GWU/aws_resource_search-project/blob/main/release-history.rst
.. image:: https://img.shields.io/badge/STAR_Me_on_GitHub!--None.svg?style=social
:target: https://github.com/MacHu-GWU/aws_resource_search-project
------
.. image:: https://img.shields.io/badge/Link-Document-blue.svg
:target: https://ars.readthedocs.io/en/latest/index.html
.. image:: https://img.shields.io/badge/Link-API-blue.svg
:target: https://ars.readthedocs.io/en/latest/py-modindex.html
.. image:: https://img.shields.io/badge/Link-Source_Code-blue.svg
:target: https://ars.readthedocs.io/en/latest/py-modindex.html
.. image:: https://img.shields.io/badge/Link-Install-blue.svg
:target: `install`_
.. image:: https://img.shields.io/badge/Link-GitHub-blue.svg
:target: https://github.com/MacHu-GWU/aws_resource_search-project
.. image:: https://img.shields.io/badge/Link-Submit_Issue-blue.svg
:target: https://github.com/MacHu-GWU/aws_resource_search-project/issues/new/choose
.. image:: https://img.shields.io/badge/Link-Request_Feature-blue.svg
:target: https://github.com/MacHu-GWU/aws_resource_search-project/issues/new/choose
.. image:: https://img.shields.io/badge/Link-Download-blue.svg
:target: https://pypi.org/pypi/aws_resource_search#files
Welcome to ``aws_resource_search`` Documentation
==============================================================================
.. image:: https://ars.readthedocs.io/en/latest/_static/aws_resource_search-logo.png
:target: https://ars.readthedocs.io/en/latest/index.html
:align: center
:width: 256px
📙 `Full Documentation HERE <https://ars.readthedocs.io/en/latest/index.html>`_
**AWS Resource Search (ARS)** is a terminal application that enables interactive searches for AWS resources. It is a mini AWS console in your terminal or shell environment.
It utilizes advanced indexing techniques that support ``full-text search`` (any word, no longer restricted to prefix or suffix matching), ``fuzzy search`` (tolerating spelling mistakes), and ``n-gram`` search (allowing matching of series of n adjacent characters).
ARS comes with built-in query caching, ensuring ``blazing-fast performance`` even when dealing with a large number of AWS resources such as IAM roles, Lambda Functions, CloudFormation stacks, and more.
As a Python library, installation is as simple as running ``pip install aws_resource_search``. There's no need to set up databases, additional search tools, or install any other software.
The data stays on your laptop, there's no remote server involved.
The **open-source Community Edition** of ARS allows searching within a single AWS Account and one AWS region at a time. You can switch between different AWS accounts before conducting your searches. On the other hand, the **Enterprise Edition** of ARS offers the capability to search across multiple AWS accounts and AWS regions, providing an aggregated view. Currently, the enterprise version is in beta and is expected to become generally available in early 2024."
Demo
------------------------------------------------------------------------------
Search S3 Bucket.
.. image:: https://asciinema.org/a/618423.svg
:target: https://asciinema.org/a/618423
Search StepFunction execution, which is a child resource of StepFunction state machine.
.. image:: https://asciinema.org/a/618428.svg
:target: https://asciinema.org/a/618428
.. _install:
Install
------------------------------------------------------------------------------
``aws_resource_search`` is released on PyPI, so all you need is:
.. code-block:: console
$ pip install aws_resource_search
To upgrade to latest version:
.. code-block:: console
$ pip install --upgrade aws_resource_search
Raw data
{
"_id": null,
"home_page": "https://github.com/MacHu-GWU/aws_resource_search-project",
"name": "aws-resource-search",
"maintainer": "Sanhe Hu",
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": "husanhe@gmail.com",
"keywords": "",
"author": "Sanhe Hu",
"author_email": "husanhe@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/ab/2a/3aef471dac616d9e497a25ab2c618bbb3ad7e2a0fc231e5e919091899877/aws_resource_search-0.6.2.tar.gz",
"platform": "Windows",
"description": "\n.. image:: https://readthedocs.org/projects/ars/badge/?version=latest\n :target: https://ars.readthedocs.io/en/latest/index.html\n :alt: Documentation Status\n\n.. image:: https://github.com/MacHu-GWU/aws_resource_search-project/workflows/CI/badge.svg\n :target: https://github.com/MacHu-GWU/aws_resource_search-project/actions?query=workflow:CI\n\n.. image:: https://codecov.io/gh/MacHu-GWU/aws_resource_search-project/branch/main/graph/badge.svg\n :target: https://codecov.io/gh/MacHu-GWU/aws_resource_search-project\n\n.. image:: https://img.shields.io/pypi/v/aws_resource_search.svg\n :target: https://pypi.python.org/pypi/aws_resource_search\n\n.. image:: https://img.shields.io/pypi/l/aws_resource_search.svg\n :target: https://pypi.python.org/pypi/aws_resource_search\n\n.. image:: https://img.shields.io/pypi/pyversions/aws_resource_search.svg\n :target: https://pypi.python.org/pypi/aws_resource_search\n\n.. image:: https://img.shields.io/badge/Release_History!--None.svg?style=social\n :target: https://github.com/MacHu-GWU/aws_resource_search-project/blob/main/release-history.rst\n\n.. image:: https://img.shields.io/badge/STAR_Me_on_GitHub!--None.svg?style=social\n :target: https://github.com/MacHu-GWU/aws_resource_search-project\n\n------\n\n.. image:: https://img.shields.io/badge/Link-Document-blue.svg\n :target: https://ars.readthedocs.io/en/latest/index.html\n\n.. image:: https://img.shields.io/badge/Link-API-blue.svg\n :target: https://ars.readthedocs.io/en/latest/py-modindex.html\n\n.. image:: https://img.shields.io/badge/Link-Source_Code-blue.svg\n :target: https://ars.readthedocs.io/en/latest/py-modindex.html\n\n.. image:: https://img.shields.io/badge/Link-Install-blue.svg\n :target: `install`_\n\n.. image:: https://img.shields.io/badge/Link-GitHub-blue.svg\n :target: https://github.com/MacHu-GWU/aws_resource_search-project\n\n.. image:: https://img.shields.io/badge/Link-Submit_Issue-blue.svg\n :target: https://github.com/MacHu-GWU/aws_resource_search-project/issues/new/choose\n\n.. image:: https://img.shields.io/badge/Link-Request_Feature-blue.svg\n :target: https://github.com/MacHu-GWU/aws_resource_search-project/issues/new/choose\n\n.. image:: https://img.shields.io/badge/Link-Download-blue.svg\n :target: https://pypi.org/pypi/aws_resource_search#files\n\n\nWelcome to ``aws_resource_search`` Documentation\n==============================================================================\n.. image:: https://ars.readthedocs.io/en/latest/_static/aws_resource_search-logo.png\n :target: https://ars.readthedocs.io/en/latest/index.html\n :align: center\n :width: 256px\n\n\ud83d\udcd9 `Full Documentation HERE <https://ars.readthedocs.io/en/latest/index.html>`_\n\n**AWS Resource Search (ARS)** is a terminal application that enables interactive searches for AWS resources. It is a mini AWS console in your terminal or shell environment.\n\nIt utilizes advanced indexing techniques that support ``full-text search`` (any word, no longer restricted to prefix or suffix matching), ``fuzzy search`` (tolerating spelling mistakes), and ``n-gram`` search (allowing matching of series of n adjacent characters).\n\nARS comes with built-in query caching, ensuring ``blazing-fast performance`` even when dealing with a large number of AWS resources such as IAM roles, Lambda Functions, CloudFormation stacks, and more.\n\nAs a Python library, installation is as simple as running ``pip install aws_resource_search``. There's no need to set up databases, additional search tools, or install any other software.\n\nThe data stays on your laptop, there's no remote server involved.\n\nThe **open-source Community Edition** of ARS allows searching within a single AWS Account and one AWS region at a time. You can switch between different AWS accounts before conducting your searches. On the other hand, the **Enterprise Edition** of ARS offers the capability to search across multiple AWS accounts and AWS regions, providing an aggregated view. Currently, the enterprise version is in beta and is expected to become generally available in early 2024.\"\n\n\nDemo\n------------------------------------------------------------------------------\nSearch S3 Bucket.\n\n.. image:: https://asciinema.org/a/618423.svg\n :target: https://asciinema.org/a/618423\n\nSearch StepFunction execution, which is a child resource of StepFunction state machine.\n\n.. image:: https://asciinema.org/a/618428.svg\n :target: https://asciinema.org/a/618428\n\n\n.. _install:\n\nInstall\n------------------------------------------------------------------------------\n``aws_resource_search`` is released on PyPI, so all you need is:\n\n.. code-block:: console\n\n $ pip install aws_resource_search\n\nTo upgrade to latest version:\n\n.. code-block:: console\n\n $ pip install --upgrade aws_resource_search\n",
"bugtrack_url": null,
"license": "GPL",
"summary": "A terminal application that enables interactive searches for AWS resources. It is a mini AWS console in your terminal or shell environment.",
"version": "0.6.2",
"project_urls": {
"Download": "https://pypi.python.org/pypi/aws_resource_search/0.6.2#downloads",
"Homepage": "https://github.com/MacHu-GWU/aws_resource_search-project"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "8bcd8d971142242865a87c0ddfe259837eab60e1278cce4b96d781cd7090d6f2",
"md5": "ead4907fe400ad0f95183cc526db8f09",
"sha256": "75e4f38fdd7294d6596c9f51c652dc72542e5b63c32aa4fbcf1ff8705bba256a"
},
"downloads": -1,
"filename": "aws_resource_search-0.6.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "ead4907fe400ad0f95183cc526db8f09",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 161402,
"upload_time": "2024-01-24T17:32:09",
"upload_time_iso_8601": "2024-01-24T17:32:09.036937Z",
"url": "https://files.pythonhosted.org/packages/8b/cd/8d971142242865a87c0ddfe259837eab60e1278cce4b96d781cd7090d6f2/aws_resource_search-0.6.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ab2a3aef471dac616d9e497a25ab2c618bbb3ad7e2a0fc231e5e919091899877",
"md5": "3f5c1c0cfb627a6c1df334e2956eb15a",
"sha256": "d1a61ad4545e2ceda7c9aeae110f7ee627501912bbc5f135e7159933969c5033"
},
"downloads": -1,
"filename": "aws_resource_search-0.6.2.tar.gz",
"has_sig": false,
"md5_digest": "3f5c1c0cfb627a6c1df334e2956eb15a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 95824,
"upload_time": "2024-01-24T17:32:11",
"upload_time_iso_8601": "2024-01-24T17:32:11.055466Z",
"url": "https://files.pythonhosted.org/packages/ab/2a/3aef471dac616d9e497a25ab2c618bbb3ad7e2a0fc231e5e919091899877/aws_resource_search-0.6.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-01-24 17:32:11",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "MacHu-GWU",
"github_project": "aws_resource_search-project",
"travis_ci": false,
"coveralls": true,
"github_actions": true,
"requirements": [],
"tox": true,
"lcname": "aws-resource-search"
}