/metricq-source-bacpypes

🪠 A MetricQ source for BacNet devices using BACpypes3

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Code style: black

MetricQ BacNet source

Current limitations

  • made by me... at 1am... what do I know, what the limitations are?

Configuration

See the pydantic model for a description of the configuration.

CI

  • run all formatters and linters using tox as part of building the docker images
    • black
    • isort
    • mypy
    • flake8
  • build docker images for all branches
  • build docker images for version tags vX.Y.Z
  • push docker images to ghcr.io/metricq
  • No sphinx / documentation
  • No upload to pypi