sqs-worker


Namesqs-worker JSON
Version 0.2.0 PyPI version JSON
download
home_pageNone
SummaryManage workers triggered by AWS SQS messages
upload_time2025-09-10 18:21:08
maintainerNone
docs_urlNone
authorbadihio
requires_python>=3.12
licenseNone
keywords aws message queue sqs worker
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # SQS Worker

Manage workers triggered by AWS SQS messages

## Description

SQS Worker is a Python library that provides a simple and efficient way to manage workers that are triggered by AWS SQS (Simple Queue Service) messages. It offers a structured approach to processing SQS messages with built-in error handling and message management capabilities.

## Features

- Easy-to-use worker framework for SQS message processing
- Built-in error handling and exception management  
- Type-safe message models using Pydantic
- Integration with AWS SQS via boto3
- Support for observability tools

## Installation

```bash
pip install sqs-worker
```

Or using uv:

```bash
uv add sqs-worker
```

## Quick Start

```python
from sqs_worker import worker, models

# Your worker implementation here
# See examples/ directory for detailed usage examples
```

## Requirements

- Python 3.12 or higher
- AWS credentials configured (via AWS CLI, environment variables, or IAM roles)

## License

This project is licensed under the GNU General Public License v3.0 or later. See the [LICENSE](LICENSE) file for details.

## Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

## Repository

https://github.com/badihio/sqs-worker

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "sqs-worker",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.12",
    "maintainer_email": null,
    "keywords": "aws, message, queue, sqs, worker",
    "author": "badihio",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/35/a3/2ed7b35f342cc3114da5ffe0ac36b93a9d10fef139efc44b8dfd9c92f1f4/sqs_worker-0.2.0.tar.gz",
    "platform": null,
    "description": "# SQS Worker\n\nManage workers triggered by AWS SQS messages\n\n## Description\n\nSQS Worker is a Python library that provides a simple and efficient way to manage workers that are triggered by AWS SQS (Simple Queue Service) messages. It offers a structured approach to processing SQS messages with built-in error handling and message management capabilities.\n\n## Features\n\n- Easy-to-use worker framework for SQS message processing\n- Built-in error handling and exception management  \n- Type-safe message models using Pydantic\n- Integration with AWS SQS via boto3\n- Support for observability tools\n\n## Installation\n\n```bash\npip install sqs-worker\n```\n\nOr using uv:\n\n```bash\nuv add sqs-worker\n```\n\n## Quick Start\n\n```python\nfrom sqs_worker import worker, models\n\n# Your worker implementation here\n# See examples/ directory for detailed usage examples\n```\n\n## Requirements\n\n- Python 3.12 or higher\n- AWS credentials configured (via AWS CLI, environment variables, or IAM roles)\n\n## License\n\nThis project is licensed under the GNU General Public License v3.0 or later. See the [LICENSE](LICENSE) file for details.\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## Repository\n\nhttps://github.com/badihio/sqs-worker\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Manage workers triggered by AWS SQS messages",
    "version": "0.2.0",
    "project_urls": {
        "Homepage": "https://github.com/badihio/sqs-worker",
        "Issues": "https://github.com/badihio/sqs-worker/issues",
        "Repository": "https://github.com/badihio/sqs-worker"
    },
    "split_keywords": [
        "aws",
        " message",
        " queue",
        " sqs",
        " worker"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "dff7e050da139e3edab8d83724bb8959b3116cc431ddd541d9915636a3b910da",
                "md5": "2cdf60b9d7e325cecaf696b512cf50f5",
                "sha256": "b873a931c6a81fd8a6405897cfcbf759d0a107111a11416f9662d5d4b337808f"
            },
            "downloads": -1,
            "filename": "sqs_worker-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2cdf60b9d7e325cecaf696b512cf50f5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.12",
            "size": 17640,
            "upload_time": "2025-09-10T18:21:07",
            "upload_time_iso_8601": "2025-09-10T18:21:07.369348Z",
            "url": "https://files.pythonhosted.org/packages/df/f7/e050da139e3edab8d83724bb8959b3116cc431ddd541d9915636a3b910da/sqs_worker-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "35a32ed7b35f342cc3114da5ffe0ac36b93a9d10fef139efc44b8dfd9c92f1f4",
                "md5": "b5da59293dfbaa9142465200c52396bc",
                "sha256": "d7de9d4149b772ffa18a1e6e6b57efb6a780c6156fbde3f3fa2a3a70270af19e"
            },
            "downloads": -1,
            "filename": "sqs_worker-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "b5da59293dfbaa9142465200c52396bc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.12",
            "size": 26052,
            "upload_time": "2025-09-10T18:21:08",
            "upload_time_iso_8601": "2025-09-10T18:21:08.608145Z",
            "url": "https://files.pythonhosted.org/packages/35/a3/2ed7b35f342cc3114da5ffe0ac36b93a9d10fef139efc44b8dfd9c92f1f4/sqs_worker-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-10 18:21:08",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "badihio",
    "github_project": "sqs-worker",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "sqs-worker"
}
        
Elapsed time: 0.52478s