Skip to content

Latest commit

 

History

History
87 lines (55 loc) · 2.03 KB

README.rst

File metadata and controls

87 lines (55 loc) · 2.03 KB

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