poetry install
pre-commit install --install-hooks
pre-commit install --hook-type pre-push
# update
pre-commit autoupdate
$ python main.py
$ curl -F 'file=@test.txt' -F 'file=@test.txt' http://127.0.0.1:8888/md5
================= test.txt =================
test.txt: ba1f2511fc30423bdbb183fe33f3dd0f
================= test.txt =================
test.txt: ba1f2511fc30423bdbb183fe33f3dd0f
pytest .
# or
pytest --cov-config=.coveragerc --cov=. .
pylint *.py remote_cmder
make build
make run
make clean
make -f Makefile.podman build
make -f Makefile.podman run
make -f Makefile.podman clean