zmunk-awslogs


Namezmunk-awslogs JSON
Version 1.0.1 PyPI version JSON
download
home_pageNone
SummaryCLI-friendly AWS log viewer
upload_time2024-11-20 15:36:30
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseMIT License Copyright (c) 2018 Real Python Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords aws boto3 logs cloudwatch lambda
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# AWS Logs Viewer

A tool for viewing AWS CloudWatch logs nicely in the terminal.

## Installation

You can install it from [PyPI](https://pypi.org/project/zmunk-awslogs/):

    python -m pip install zmunk-awslogs

The tool is supported on Python 3.10 and above.

## How to use

    $ export AWS_DEFAULT_PROFILE=<your-profile>
    $ python
    >>> from awslogs import trail_logs
    >>> trail_logs("/aws/lambda/your-function", "5m")

You could also use it from the command line.

    $ python -m awslogs /aws/lambda/your-function 5m

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "zmunk-awslogs",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "aws, boto3, logs, cloudwatch, lambda",
    "author": null,
    "author_email": "zmunk <ibrahim.tigrek@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/0d/b7/4b350e476334fbee68a9de44c4fd16a20fe776d1411e04baeaa138ed5b04/zmunk_awslogs-1.0.1.tar.gz",
    "platform": null,
    "description": "\n# AWS Logs Viewer\n\nA tool for viewing AWS CloudWatch logs nicely in the terminal.\n\n## Installation\n\nYou can install it from [PyPI](https://pypi.org/project/zmunk-awslogs/):\n\n    python -m pip install zmunk-awslogs\n\nThe tool is supported on Python 3.10 and above.\n\n## How to use\n\n    $ export AWS_DEFAULT_PROFILE=<your-profile>\n    $ python\n    >>> from awslogs import trail_logs\n    >>> trail_logs(\"/aws/lambda/your-function\", \"5m\")\n\nYou could also use it from the command line.\n\n    $ python -m awslogs /aws/lambda/your-function 5m\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2018 Real Python  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "CLI-friendly AWS log viewer",
    "version": "1.0.1",
    "project_urls": {
        "Homepage": "https://github.com/zmunk/awslogs"
    },
    "split_keywords": [
        "aws",
        " boto3",
        " logs",
        " cloudwatch",
        " lambda"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bf0fba15e0eda7972c5f793ea465d7d9b0069c9ebd80726c1aa4aaa04fa2b90c",
                "md5": "509582ae5e7f34b9ed30d593592f97b3",
                "sha256": "1d1c85ea02ff3eea9527606abc4af6ca64a26d6a35057c99bf55fdd806a0e2cb"
            },
            "downloads": -1,
            "filename": "zmunk_awslogs-1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "509582ae5e7f34b9ed30d593592f97b3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 5137,
            "upload_time": "2024-11-20T15:36:28",
            "upload_time_iso_8601": "2024-11-20T15:36:28.017913Z",
            "url": "https://files.pythonhosted.org/packages/bf/0f/ba15e0eda7972c5f793ea465d7d9b0069c9ebd80726c1aa4aaa04fa2b90c/zmunk_awslogs-1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0db74b350e476334fbee68a9de44c4fd16a20fe776d1411e04baeaa138ed5b04",
                "md5": "9941039e0dfa7678c18265b666316273",
                "sha256": "fda38f6f66dda250cce5da90144adeabe7af22440e174ed2192da8bdc4468e9e"
            },
            "downloads": -1,
            "filename": "zmunk_awslogs-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "9941039e0dfa7678c18265b666316273",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 4203,
            "upload_time": "2024-11-20T15:36:30",
            "upload_time_iso_8601": "2024-11-20T15:36:30.785920Z",
            "url": "https://files.pythonhosted.org/packages/0d/b7/4b350e476334fbee68a9de44c4fd16a20fe776d1411e04baeaa138ed5b04/zmunk_awslogs-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-20 15:36:30",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "zmunk",
    "github_project": "awslogs",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "zmunk-awslogs"
}
        
Elapsed time: 0.41388s