On Thu, Jul 7, 2016 at 12:03 PM, Florian Kromer <floria...@mailbox.org> wrote:
> Hi everyone,
>
> is it possible to pipe the dot code of a pylint/pyreverse package or class 
> diagram into the stdout stream instead of creating a .dot file and putting it 
> in there?
>
> A bit more details:
> I write a sphinx-doc extension which shall integrate the dot representation 
> of package and class diagrams generated with pylint/pyreverse into sphinx-doc 
> documentations on the fly. It would be easier for me to integrate the dot 
> code of pylint/pyreverse from its stdout stream instead of struggling with 
> files to get the dot code...

Hi Florian,


Currently this is not possible, since the behavior is hard coded
to put the output into a file. But if you want this feature,
you can file an issue at https://github.com/PyCQA/pylint,
I admit it might be useful.


Thanks,
Claudiu
_______________________________________________
code-quality mailing list
code-quality@python.org
https://mail.python.org/mailman/listinfo/code-quality

Reply via email to