probirka


Nameprobirka JSON
Version 0.3.0 PyPI version JSON
download
home_pageNone
SummaryPython 3 library to write simple asynchronous health checks (probes)
upload_time2024-12-05 08:16:53
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseMIT
keywords health-check monitoring probes
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            #  PROB🧪RKA 

Python 3 library to write simple asynchronous health checks (probes) 

[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
[![PyPI](https://img.shields.io/pypi/v/probirka.svg)](https://pypi.python.org/pypi/probirka)
[![PyPI](https://img.shields.io/pypi/dm/probirka.svg)](https://pypi.python.org/pypi/probirka)

## Installation

```shell
pip install probirka
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "probirka",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "health-check, monitoring, probes",
    "author": null,
    "author_email": "KODE <slurm@kode.ru>",
    "download_url": "https://files.pythonhosted.org/packages/0d/84/6a462a0bdc29d82017cf5b11577178716874c1c644470a5a58b19a471a08/probirka-0.3.0.tar.gz",
    "platform": null,
    "description": "#  PROB\ud83e\uddeaRKA \n\nPython 3 library to write simple asynchronous health checks (probes) \n\n[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)\n[![PyPI](https://img.shields.io/pypi/v/probirka.svg)](https://pypi.python.org/pypi/probirka)\n[![PyPI](https://img.shields.io/pypi/dm/probirka.svg)](https://pypi.python.org/pypi/probirka)\n\n## Installation\n\n```shell\npip install probirka\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python 3 library to write simple asynchronous health checks (probes)",
    "version": "0.3.0",
    "project_urls": {
        "Repository": "https://github.com/appKODE/probirka"
    },
    "split_keywords": [
        "health-check",
        " monitoring",
        " probes"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "50b4ae097852f9738c090dc32fe1fc3b02b2a68f4363724b6ffef2b7e899a5c9",
                "md5": "0f86fe48b5b249988d125bdbf3bb55fd",
                "sha256": "659f7d0840454d90905814f4434c52347929b595e330d8002f77d41d2e5079cd"
            },
            "downloads": -1,
            "filename": "probirka-0.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0f86fe48b5b249988d125bdbf3bb55fd",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 5897,
            "upload_time": "2024-12-05T08:16:52",
            "upload_time_iso_8601": "2024-12-05T08:16:52.175376Z",
            "url": "https://files.pythonhosted.org/packages/50/b4/ae097852f9738c090dc32fe1fc3b02b2a68f4363724b6ffef2b7e899a5c9/probirka-0.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0d846a462a0bdc29d82017cf5b11577178716874c1c644470a5a58b19a471a08",
                "md5": "d27c92fceabcd049db4644e42fe5641f",
                "sha256": "8cc7de4e07cc1595d3fbf58b0c541922c712927dac5f1f2afc2f8597c5993c9c"
            },
            "downloads": -1,
            "filename": "probirka-0.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "d27c92fceabcd049db4644e42fe5641f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 118138,
            "upload_time": "2024-12-05T08:16:53",
            "upload_time_iso_8601": "2024-12-05T08:16:53.666931Z",
            "url": "https://files.pythonhosted.org/packages/0d/84/6a462a0bdc29d82017cf5b11577178716874c1c644470a5a58b19a471a08/probirka-0.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-05 08:16:53",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "appKODE",
    "github_project": "probirka",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "probirka"
}
        
Elapsed time: 0.37685s