[code-quality] class diagram dot code of pylint/pyreverse as stdout stream output

Claudiu Popa pcmanticore at gmail.com
Thu Jul 7 11:00:52 EDT 2016


On Thu, Jul 7, 2016 at 12:03 PM, Florian Kromer <florian.k at 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


More information about the code-quality mailing list