Skip to content

aioworkers/aioworkers-consul

Repository files navigation

aioworkers-consul

Coverage Code style: ruff Code style: black Code style: Mypy Documentation Status Python versions Hatch project

About

Integration with Hashicorp Consul.

Use

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

Development

Check code:

hatch run lint:all

Format code:

hatch run lint:fmt

Run tests:

hatch run pytest

Run tests with coverage:

hatch run cov