python-ctags

Python bindings for ctags index file
Download

python-ctags Ranking & Summary

Advertisement

  • Rating:
  • License:
  • LGPL
  • Price:
  • FREE
  • Publisher Name:
  • Aaron H. K. Diep
  • Publisher web site:
  • http://code.google.com/u/ahkdiep/

python-ctags Tags


python-ctags Description

Python bindings for ctags index file Exuberant Ctags supports indexing of many modern programming languages. Python is a powerful scriptable dynamic language. Using Python to access Ctags index file is a natural fit in extending an application's capability to examine source code.python-ctags is a wrapper for readtags.c.Developer commentsI have been using the package in a couple of projects and it has been shown that it could easily handle hundreds of source files.Installation:1. python ./setup.py build2. python ./setup.py install Use CasesGenerating Tags:In command line, run ctags _readtags.cFinding Tags:from ctags import CTags, TagEntryimport systry: tagFile = CTags('tags')except: sys.exit(1)entry = TagEntry()status = tagFile.first(entry)if status: print entry Requirements: · Python · GCC


python-ctags Related Software