Metadata-Version: 1.0
Name: pysmell
Version: 0.7.3
Summary: An autocompletion library for Python
Home-page: http://code.google.com/p/pysmell
Author: Orestis Markou
Author-email: orestis@orestis.gr
License: UNKNOWN
Description: 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.
        
Keywords: vim emacs textmate autocomplete
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
Classifier: Topic :: Text Editors
