aioworkers-sentry


Nameaioworkers-sentry JSON
Version 0.6 PyPI version JSON
download
home_pageNone
Summaryaioworkers plugin for Sentry
upload_time2023-09-18 22:05:56
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords aioworkers sentry
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            aioworkers-sentry
=================

.. image:: https://img.shields.io/pypi/v/aioworkers-sentry.svg
  :target: https://pypi.org/project/aioworkers-sentry

.. image:: https://github.com/aioworkers/aioworkers-sentry/workflows/Tests/badge.svg
  :target: https://github.com/aioworkers/aioworkers-sentry/actions?query=workflow%3ATests

.. image:: https://codecov.io/gh/aioworkers/aioworkers-sentry/branch/master/graph/badge.svg
  :target: https://codecov.io/gh/aioworkers/aioworkers-sentry
  :alt: Coverage

.. image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v0.json
  :target: https://github.com/charliermarsh/ruff
  :alt: Code style: ruff

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
  :target: https://github.com/psf/black
  :alt: Code style: black

.. image:: https://img.shields.io/badge/types-Mypy-blue.svg
  :target: https://github.com/python/mypy
  :alt: Code style: Mypy

.. image:: https://readthedocs.org/projects/aioworkers-sentry/badge/?version=latest
  :target: https://github.com/aioworkers/aioworkers-sentry#readme
  :alt: Documentation Status

.. image:: https://img.shields.io/pypi/pyversions/aioworkers-sentry.svg
  :target: https://pypi.org/project/aioworkers-sentry
  :alt: Python versions

.. image:: https://img.shields.io/pypi/dm/aioworkers-sentry.svg
  :target: https://pypi.org/project/aioworkers-sentry

.. image:: https://img.shields.io/badge/%F0%9F%A5%9A-Hatch-4051b5.svg
  :alt: Hatch project
  :target: https://github.com/pypa/hatch


aioworkers plugin to work with Sentry. Creates Sentry client and handler according configuration
and setup logging.

Usage
-----

Install plugin:

.. code-block:: shell

    pip install aioworkers-sentry


Add to your config:

.. code-block:: yaml

    sentry:
        dsn: <your sentry dsn>
        release: 1.0.0
        environment: DEV
        integrations:
          - sentry_sdk.integrations.aiohttp.AioHttpIntegration


Development
-----------

Check code:

.. code-block:: shell

    hatch run lint:all


Format code:

.. code-block:: shell

    hatch run lint:fmt


Run tests:

.. code-block:: shell

    hatch run pytest


Run tests with coverage:

.. code-block:: shell

    hatch run cov

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "aioworkers-sentry",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "aioworkers,sentry",
    "author": null,
    "author_email": "Alexander Bogushov <abogushov@gmail.com>, Alexander Malev <malev@somedev.ru>",
    "download_url": "https://files.pythonhosted.org/packages/f4/85/a47708b17808ab68772aeb3677fa01eeda3750b18231a51614f935738982/aioworkers_sentry-0.6.tar.gz",
    "platform": null,
    "description": "aioworkers-sentry\n=================\n\n.. image:: https://img.shields.io/pypi/v/aioworkers-sentry.svg\n  :target: https://pypi.org/project/aioworkers-sentry\n\n.. image:: https://github.com/aioworkers/aioworkers-sentry/workflows/Tests/badge.svg\n  :target: https://github.com/aioworkers/aioworkers-sentry/actions?query=workflow%3ATests\n\n.. image:: https://codecov.io/gh/aioworkers/aioworkers-sentry/branch/master/graph/badge.svg\n  :target: https://codecov.io/gh/aioworkers/aioworkers-sentry\n  :alt: Coverage\n\n.. image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v0.json\n  :target: https://github.com/charliermarsh/ruff\n  :alt: Code style: ruff\n\n.. image:: https://img.shields.io/badge/code%20style-black-000000.svg\n  :target: https://github.com/psf/black\n  :alt: Code style: black\n\n.. image:: https://img.shields.io/badge/types-Mypy-blue.svg\n  :target: https://github.com/python/mypy\n  :alt: Code style: Mypy\n\n.. image:: https://readthedocs.org/projects/aioworkers-sentry/badge/?version=latest\n  :target: https://github.com/aioworkers/aioworkers-sentry#readme\n  :alt: Documentation Status\n\n.. image:: https://img.shields.io/pypi/pyversions/aioworkers-sentry.svg\n  :target: https://pypi.org/project/aioworkers-sentry\n  :alt: Python versions\n\n.. image:: https://img.shields.io/pypi/dm/aioworkers-sentry.svg\n  :target: https://pypi.org/project/aioworkers-sentry\n\n.. image:: https://img.shields.io/badge/%F0%9F%A5%9A-Hatch-4051b5.svg\n  :alt: Hatch project\n  :target: https://github.com/pypa/hatch\n\n\naioworkers plugin to work with Sentry. Creates Sentry client and handler according configuration\nand setup logging.\n\nUsage\n-----\n\nInstall plugin:\n\n.. code-block:: shell\n\n    pip install aioworkers-sentry\n\n\nAdd to your config:\n\n.. code-block:: yaml\n\n    sentry:\n        dsn: <your sentry dsn>\n        release: 1.0.0\n        environment: DEV\n        integrations:\n          - sentry_sdk.integrations.aiohttp.AioHttpIntegration\n\n\nDevelopment\n-----------\n\nCheck code:\n\n.. code-block:: shell\n\n    hatch run lint:all\n\n\nFormat code:\n\n.. code-block:: shell\n\n    hatch run lint:fmt\n\n\nRun tests:\n\n.. code-block:: shell\n\n    hatch run pytest\n\n\nRun tests with coverage:\n\n.. code-block:: shell\n\n    hatch run cov\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "aioworkers plugin for Sentry",
    "version": "0.6",
    "project_urls": {
        "Documentation": "https://github.com/aioworkers/aioworkers-sentry#readme",
        "Homepage": "https://github.com/aioworkers/aioworkers-sentry",
        "Issues": "https://github.com/aioworkers/aioworkers-sentry/issues",
        "Source": "https://github.com/aioworkers/aioworkers-sentry"
    },
    "split_keywords": [
        "aioworkers",
        "sentry"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d0faab64ff3bcd04b37d56f4a574dc099cae9e848ea3109d1223cb787cc6bae6",
                "md5": "64a936c9a9af7768683fec17c5a04ac5",
                "sha256": "81531b69ed1dc7381e26200306016145909cc2e774dcb2d7a3e8ec37752057aa"
            },
            "downloads": -1,
            "filename": "aioworkers_sentry-0.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "64a936c9a9af7768683fec17c5a04ac5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 8320,
            "upload_time": "2023-09-18T22:05:54",
            "upload_time_iso_8601": "2023-09-18T22:05:54.855267Z",
            "url": "https://files.pythonhosted.org/packages/d0/fa/ab64ff3bcd04b37d56f4a574dc099cae9e848ea3109d1223cb787cc6bae6/aioworkers_sentry-0.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f485a47708b17808ab68772aeb3677fa01eeda3750b18231a51614f935738982",
                "md5": "c7580b7671c4e27d33c2bab047783729",
                "sha256": "512c5493adf0934a5b5cd2853476a5baaef7bf36276319f5018992f273fd5cb0"
            },
            "downloads": -1,
            "filename": "aioworkers_sentry-0.6.tar.gz",
            "has_sig": false,
            "md5_digest": "c7580b7671c4e27d33c2bab047783729",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 8448,
            "upload_time": "2023-09-18T22:05:56",
            "upload_time_iso_8601": "2023-09-18T22:05:56.473268Z",
            "url": "https://files.pythonhosted.org/packages/f4/85/a47708b17808ab68772aeb3677fa01eeda3750b18231a51614f935738982/aioworkers_sentry-0.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-18 22:05:56",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "aioworkers",
    "github_project": "aioworkers-sentry#readme",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "aioworkers-sentry"
}
        
Elapsed time: 0.11418s