
Pysmell revived
WARNING
Legacy article - project is no longer active and not likely to become active
I finally started to do some work on the Python code tool pysmell. The current status is that almost all tests pass with the compliant ast module over the deprecated compiler. The Only part that still needs work is the parts that ask for details at a line-number to get the current context.
Hopefully this tool will come to a lot of uses for people writing plugins for code completion and other tools making use of the current context. Also, the new parser will hopefully be easy to port for Python 3 (haven’t checked yet), which would give a clear and precise tool to use for future Python development too.
Currently, the project is getting closer to what is intended for improvements, and hopefully I’ll call it ready for a release of some kind. The next step is to pass the missing tests and then a major cleanup of the new “coderfinder” (which still contains legacy code).