./wip/py-smell, Autocompletion library for Python

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.7.3, Package name: py310-smell-0.7.3, Maintainer: kamelderouiche

PySmell is a python IDE completion helper.

It tries to statically analyze Python source code, without executing it,
and generates information about a project's structure that IDE tools can
use.

PySmell currently supports Vim, Emacs and TextMate. It can be integrated with
any editor that can run Python scripts and has an auto-complete API


Required to run:
[devel/py-setuptools] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: 23a2fc7511391e5a581f0d2d1920ceeb8525c34c
Filesize: 47.115 KB

Version history: (Expand)


CVS history: (Expand)


   2014-06-07 00:10:29 by Kamel Derouiche | Files touched by this commit (4)
Log message:
Import py27-smell-0.7.3 as wip/py-smell.

PySmell is a python IDE completion helper.

It tries to statically analyze Python source code, without executing it,
and generates information about a project's structure that IDE tools can
use.

PySmell currently supports Vim, Emacs and TextMate. It can be integrated with
any editor that can run Python scripts and has an auto-complete API