Metadata-Version: 1.1
Name: rb-autocomplete-contains
Version: 2020.4.11
Summary: Review Board extension to enhance review groups autocomplete
Home-page: https://github.com/erijo/rb-autocomplete-contains
Author: Erik Johansson
Author-email: erik@ejohansson.se
License: UNKNOWN
Description: AutoComplete Contains
        =====================
        
        .. image:: https://badge.fury.io/py/rb-autocomplete-contains.png
            :target: https://pypi.python.org/pypi/rb-autocomplete-contains/
        
        rb-autocomplete-contains is an `extension
        <https://www.reviewboard.org/docs/manual/3.0/extending/>`_ for `Review
        Board <https://www.reviewboard.org/>`_ 3.0+ that enhances the auto
        complete mode of the review groups field in a review request.
        
        Instead of just suggesting groups that begin with the text entered, it
        will list all groups that contain the entered text. This is specially
        useful when you have many groups that share a common prefix.
        
        .. image:: https://raw.githubusercontent.com/erijo/rb-autocomplete-contains/master/screenshot.png
        
        Installation
        ------------
        
        .. code-block:: bash
        
            $ pip install rb-autocomplete-contains
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development :: Quality Assurance
