aioworkers-consul


Nameaioworkers-consul JSON
Version 0.2.0 PyPI version JSON
download
home_pageNone
Summaryaioworkers plugin for consul
upload_time2023-08-02 22:09:39
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseNone
keywords aioworkers
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            aioworkers-consul
=================

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

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

.. image:: https://codecov.io/gh/aioworkers/aioworkers-consul/branch/master/graph/badge.svg
  :target: https://codecov.io/gh/aioworkers/aioworkers-consul
  :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-consul/badge/?version=latest
  :target: https://github.com/aioworkers/aioworkers-consul#readme
  :alt: Documentation Status

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

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

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

About
=====

Integration with `Hashicorp Consul <https://www.consul.io>`_.

Use
---

.. code-block:: yaml

    consul:
      host: localhost:8500  # optional
      service:              # optional
        name: my
        tags:
          - worker


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-consul",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "aioworkers",
    "author": null,
    "author_email": "Alexander Malev <malev@somedev.ru>",
    "download_url": "https://files.pythonhosted.org/packages/da/c0/7e626dc23529a988d4a46f4e58db1ffdd206e8ac3c1b02f4fe283a3cf811/aioworkers_consul-0.2.0.tar.gz",
    "platform": null,
    "description": "aioworkers-consul\n=================\n\n.. image:: https://img.shields.io/pypi/v/aioworkers-consul.svg\n  :target: https://pypi.org/project/aioworkers-consul\n\n.. image:: https://github.com/aioworkers/aioworkers-consul/workflows/Tests/badge.svg\n  :target: https://github.com/aioworkers/aioworkers-consul/actions?query=workflow%3ATests\n\n.. image:: https://codecov.io/gh/aioworkers/aioworkers-consul/branch/master/graph/badge.svg\n  :target: https://codecov.io/gh/aioworkers/aioworkers-consul\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-consul/badge/?version=latest\n  :target: https://github.com/aioworkers/aioworkers-consul#readme\n  :alt: Documentation Status\n\n.. image:: https://img.shields.io/pypi/pyversions/aioworkers-consul.svg\n  :target: https://pypi.org/project/aioworkers-consul\n  :alt: Python versions\n\n.. image:: https://img.shields.io/pypi/dm/aioworkers-consul.svg\n  :target: https://pypi.org/project/aioworkers-consul\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\nAbout\n=====\n\nIntegration with `Hashicorp Consul <https://www.consul.io>`_.\n\nUse\n---\n\n.. code-block:: yaml\n\n    consul:\n      host: localhost:8500  # optional\n      service:              # optional\n        name: my\n        tags:\n          - worker\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 consul",
    "version": "0.2.0",
    "project_urls": {
        "Documentation": "https://github.com/aioworkers/aioworkers-consul#readme",
        "Homepage": "https://github.com/aioworkers/aioworkers-consul",
        "Issues": "https://github.com/aioworkers/aioworkers-consul/issues",
        "Source": "https://github.com/aioworkers/aioworkers-consul"
    },
    "split_keywords": [
        "aioworkers"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "53e435be26bbeba8785a8b3e6016e7322f1cee5bd93e9d07fd7b1d34db2253df",
                "md5": "d9c391d9a067bb8dc530f1a9ab1a5f67",
                "sha256": "d0181985c6c006ff014c4e06d76a02800d54e3c73e7fe69405496d778fb973f2"
            },
            "downloads": -1,
            "filename": "aioworkers_consul-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d9c391d9a067bb8dc530f1a9ab1a5f67",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 7408,
            "upload_time": "2023-08-02T22:09:38",
            "upload_time_iso_8601": "2023-08-02T22:09:38.336005Z",
            "url": "https://files.pythonhosted.org/packages/53/e4/35be26bbeba8785a8b3e6016e7322f1cee5bd93e9d07fd7b1d34db2253df/aioworkers_consul-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "dac07e626dc23529a988d4a46f4e58db1ffdd206e8ac3c1b02f4fe283a3cf811",
                "md5": "0f0b60951e2e01815db4ed170708f319",
                "sha256": "e1b6143b0fa4972735d21643877fc1b9dc4c8b282fdadd2e288a4468b5f468ab"
            },
            "downloads": -1,
            "filename": "aioworkers_consul-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "0f0b60951e2e01815db4ed170708f319",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 7845,
            "upload_time": "2023-08-02T22:09:39",
            "upload_time_iso_8601": "2023-08-02T22:09:39.792099Z",
            "url": "https://files.pythonhosted.org/packages/da/c0/7e626dc23529a988d4a46f4e58db1ffdd206e8ac3c1b02f4fe283a3cf811/aioworkers_consul-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-02 22:09:39",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "aioworkers",
    "github_project": "aioworkers-consul#readme",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "aioworkers-consul"
}
        
Elapsed time: 0.18100s