Metadata-Version: 1.1
Name: python-ctags3
Version: 1.3.0
Summary: Ctags indexing python bindings
Home-page: https://github.com/jonashaag/python-ctags
Author: Aaron H. K. Diep
Author-email: ahkdiep@gmail.com
License: LGPL
Description: 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.
        
        This project wrote a wrapper for readtags.c distributed from Universal-ctags project
        (https://ctags.io). I have been using the package in
        a couple of projects and it has been shown that it could easily handle hundreds
        source files.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: C
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
