aiomon


Nameaiomon JSON
Version 0.0.1 PyPI version JSON
download
home_pageNone
SummarySimple asyncio-based monitor for healthchecks and metrics
upload_time2023-08-07 15:53:27
maintainerNone
docs_urlNone
authorNone
requires_python>=3.11
licenseNone
keywords asyncio healthcheck metrics monitor monitoring
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # aiomon

[![PyPI - Version](https://img.shields.io/pypi/v/aiomon.svg)](https://pypi.org/project/aiomon)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/aiomon.svg)](https://pypi.org/project/aiomon)

-----

**Table of Contents**

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install aiomon
```

## Development

Run tests with coverage:

```console
hatch run cov
```

## License

`aiomon` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "aiomon",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": null,
    "keywords": "asyncio,healthcheck,metrics,monitor,monitoring",
    "author": null,
    "author_email": "Lev Rubel <rubel.lev@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/d6/19/279b0c6f85dcd56fe0f5f550aca6d7eb68b019bfd94fb121bf67c02b2845/aiomon-0.0.1.tar.gz",
    "platform": null,
    "description": "# aiomon\n\n[![PyPI - Version](https://img.shields.io/pypi/v/aiomon.svg)](https://pypi.org/project/aiomon)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/aiomon.svg)](https://pypi.org/project/aiomon)\n\n-----\n\n**Table of Contents**\n\n- [Installation](#installation)\n- [License](#license)\n\n## Installation\n\n```console\npip install aiomon\n```\n\n## Development\n\nRun tests with coverage:\n\n```console\nhatch run cov\n```\n\n## License\n\n`aiomon` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Simple asyncio-based monitor for healthchecks and metrics",
    "version": "0.0.1",
    "project_urls": {
        "Documentation": "https://github.com/levchik/aiomon#readme",
        "Issues": "https://github.com/levchik/aiomon/issues",
        "Source": "https://github.com/levchik/aiomon"
    },
    "split_keywords": [
        "asyncio",
        "healthcheck",
        "metrics",
        "monitor",
        "monitoring"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "257ee74734240ca24595ff0e66a88ec054d5e3c9e119320f3052964bdb6f7bca",
                "md5": "2136bd38f200130158ef6d385a055d1f",
                "sha256": "95164d11836536af5a12a4f275150167ee6a9ffb1cc9cf0995bb04a4261696fb"
            },
            "downloads": -1,
            "filename": "aiomon-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2136bd38f200130158ef6d385a055d1f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 8193,
            "upload_time": "2023-08-07T15:53:29",
            "upload_time_iso_8601": "2023-08-07T15:53:29.512194Z",
            "url": "https://files.pythonhosted.org/packages/25/7e/e74734240ca24595ff0e66a88ec054d5e3c9e119320f3052964bdb6f7bca/aiomon-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d619279b0c6f85dcd56fe0f5f550aca6d7eb68b019bfd94fb121bf67c02b2845",
                "md5": "440b5f533a8188541fe797a73dc63dc1",
                "sha256": "935edc88eaf8186db865c3d6b605480f40c9bc34c09b1dd8d472ab4353318a8f"
            },
            "downloads": -1,
            "filename": "aiomon-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "440b5f533a8188541fe797a73dc63dc1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 9339,
            "upload_time": "2023-08-07T15:53:27",
            "upload_time_iso_8601": "2023-08-07T15:53:27.810888Z",
            "url": "https://files.pythonhosted.org/packages/d6/19/279b0c6f85dcd56fe0f5f550aca6d7eb68b019bfd94fb121bf67c02b2845/aiomon-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-07 15:53:27",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "levchik",
    "github_project": "aiomon#readme",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "aiomon"
}
        
Elapsed time: 0.10599s