isortd
May 22, 2021 ยท View on GitHub
Simple http handler for isort util. I liked the idea of putting black[d] into my docker compose file and using BlackConnect plugin for auto sort without setting up my dev env every time, but I was still missing sort formatting tool, that would work the same way. So its here... Mb I'll release IsortConnect and it will be more usable.
install
poetry add isortd
or
python -m pip install --upgrade isortd
usage
I'd suggest you to run this docker image with something like:
docker run -d --name isortd --publish "47393:47393" urm8/isortd:latest
or just add it to your local docker-compose file _0_/
todo
- socket support
- some kind of filechangelistener daemon runnable from directory