Cut python 2 dependency by replacing ioc-parser in cortexutils.analyzer #4
Labels
category:enhancement
Issue is related to an existing feature to improve
Milestone
Request Type
Feature Request
Content
Hello guys,
I just skimmed through analyzer.py to see, if it's possible to use the
Analyzer
-class with python 3. The problematic dependency in this case ispdfminer
which is not in use, basically, because the parser is always called withtxt
andjson
parameters.Would if be possible to replace it with an self-implemented function (more or less) easily?
Lots of modules I depend on use python 3 and I just thought it would be great to directly start with python 3 here.
Have a nice day
3c7
The text was updated successfully, but these errors were encountered: