urm8 / isortd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Do What The F*ck You Want To Public License


Languages

Language:Python 71.2%Language:Makefile 26.0%Language:Dockerfile 2.7%