File: README.md

package info (click to toggle)
python-asyncio-mqtt 2.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 480 kB
  • sloc: python: 1,225; sh: 57; makefile: 5
file content (9 lines) | stat: -rw-r--r-- 520 bytes parent folder | download
1
2
3
4
5
6
7
8
9
# Development scripts

- `check`: Format, lint, and type check with ruff and mypy; Use `--dry` option for dry run
- `develop`: Spin up a local mosquitto broker via Docker
- `docs`: Build the documentation; Use `--reload` option to serve locally with live reload
- `setup`: Install or update the dependencies after a `git clone` or `git pull`; Also (re-)installs the local version of aiomqtt
- `test`: Run the tests

Styled after GitHub's ["Scripts to Rule Them All"](https://github.com/github/scripts-to-rule-them-all).