nomad-api-python Playing around with the Nomad http API Requirements Nomad Traefik Setup Prerequisites (Python 3.12) apt install python3-poetry poetry install Environment variables export NOMAD_TOKEN="some token if any" export NOMAD_ADDR="http://127.0.0.1:4646" Run make run