smooai-logger


Namesmooai-logger JSON
Version 3.1.2 PyPI version JSON
download
home_pageNone
SummaryContext-aware structured logging utilities for Python that mirror the @smooai/logger toolkit.
upload_time2025-10-13 20:51:49
maintainerNone
docs_urlNone
authorNone
requires_python>=3.12
licenseMIT
keywords aws logging observability smooai structured-logging
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # smooai-logger

Python port of the SmooAI contextual logger with AWS and HTTP awareness.

## Usage

```python
from smooai_logger import AwsServerLogger

logger = AwsServerLogger()
logger.info({"event": "hello"}, "app:start")
```

## Development

```bash
uv run poe install-dev
uv run pytest
uv run poe lint
uv run poe lint:fix   # optional fixer
uv run poe format
uv run poe typecheck
uv run poe build
```

Set `UV_PUBLISH_TOKEN` before running `uv run poe publish` to upload to PyPI.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "smooai-logger",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.12",
    "maintainer_email": null,
    "keywords": "aws, logging, observability, smooai, structured-logging",
    "author": null,
    "author_email": "SmooAI <brent@smooai.com>",
    "download_url": "https://files.pythonhosted.org/packages/db/33/9d396b37e26349754c875e03d8b7a3669a7cf888faf27111b4fdc0806028/smooai_logger-3.1.2.tar.gz",
    "platform": null,
    "description": "# smooai-logger\n\nPython port of the SmooAI contextual logger with AWS and HTTP awareness.\n\n## Usage\n\n```python\nfrom smooai_logger import AwsServerLogger\n\nlogger = AwsServerLogger()\nlogger.info({\"event\": \"hello\"}, \"app:start\")\n```\n\n## Development\n\n```bash\nuv run poe install-dev\nuv run pytest\nuv run poe lint\nuv run poe lint:fix   # optional fixer\nuv run poe format\nuv run poe typecheck\nuv run poe build\n```\n\nSet `UV_PUBLISH_TOKEN` before running `uv run poe publish` to upload to PyPI.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Context-aware structured logging utilities for Python that mirror the @smooai/logger toolkit.",
    "version": "3.1.2",
    "project_urls": {
        "Homepage": "https://github.com/SmooAI/logger",
        "Issues": "https://github.com/SmooAI/logger/issues",
        "Repository": "https://github.com/SmooAI/logger"
    },
    "split_keywords": [
        "aws",
        " logging",
        " observability",
        " smooai",
        " structured-logging"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "61450685ffa864301228486e2b2024349454d157add1bebc021dcc256fc52cfb",
                "md5": "0095a7c17d4c8d53041944ad27b54547",
                "sha256": "466955c6edf4cfc514a29c35ed343006d5e1bade2f1ab344c23a7fed918ba9ae"
            },
            "downloads": -1,
            "filename": "smooai_logger-3.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0095a7c17d4c8d53041944ad27b54547",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.12",
            "size": 13979,
            "upload_time": "2025-10-13T20:51:48",
            "upload_time_iso_8601": "2025-10-13T20:51:48.384320Z",
            "url": "https://files.pythonhosted.org/packages/61/45/0685ffa864301228486e2b2024349454d157add1bebc021dcc256fc52cfb/smooai_logger-3.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "db339d396b37e26349754c875e03d8b7a3669a7cf888faf27111b4fdc0806028",
                "md5": "685e09cc46bb9bb00c4edfb6d43e069e",
                "sha256": "702155abb58cbf6558279d840d14b409e063d952abda77175e560f0dd05234a1"
            },
            "downloads": -1,
            "filename": "smooai_logger-3.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "685e09cc46bb9bb00c4edfb6d43e069e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.12",
            "size": 34096,
            "upload_time": "2025-10-13T20:51:49",
            "upload_time_iso_8601": "2025-10-13T20:51:49.741055Z",
            "url": "https://files.pythonhosted.org/packages/db/33/9d396b37e26349754c875e03d8b7a3669a7cf888faf27111b4fdc0806028/smooai_logger-3.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-13 20:51:49",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "SmooAI",
    "github_project": "logger",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "smooai-logger"
}
        
Elapsed time: 2.83004s