Metadata-Version: 1.1
Name: cucutags
Version: 0.7.2
Summary: Generates ctags for BDD .feature/behave steps
Home-page: https://gitorious.org/cucutags/cucutags/
Author: Matěj Cepl
Author-email: mcepl@redhat.com
License: UNKNOWN
Description: 
        cucutags provides a simple generator of ctags-like tags file for
        the combination of `Gherkin language features`_ and Python
        steps_ .
        
        .. _`Gherkin language features`:
            https://github.com/cucumber/cucumber/wiki/Gherkin
        .. _steps:
            https://github.com/behave/behave
        
        Unfortunately, no text editor known to me is able to use so generated
        tags file. However, this script can be also used by any other Python
        script as a library, and thus for example vim_ can use it via
        vim-behave_ plugin or gedit_ via the gedit_behave_ one.
        
        .. _vim:
            http://www.vim.org
        .. _vim-behave:
            https://gitorious.org/cucutags/vim-behave
        .. _gedit:
            https://wiki.gnome.org/Apps/Gedit
        .. _gedit_behave:
            https://gitorious.org/cucutags/gedit_behave
        
        All bug reports and enhancement requests, please, send to the
        email listed in the script file.
        
        .. vi:wrap:tw=0:ft=rst:
        
Keywords: BDD,behave,ctags,tags
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Testing
Requires: parse
