Skip to content

urm8/isortd

Repository files navigation

isortd

GitHub Workflow Status PyPI - Python Version PyPI Docker Image Version (latest by date)

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published