Metadata-Version: 1.1
Name: cib
Version: 0.2.3
Summary: coala Package Manager
Home-page: UNKNOWN
Author: Adrian Zatreanu
Author-email: adrianzatreanu1@gmail.com
License: AGPL-3.0
Description: Bear Installation Tool
        ======================
        
        coala features a Bear Installation Tool that helps installing bears one by one
        or all of them. This tool is helpful as it also manages to install the bears'
        external dependencies.
        
        Installation
        ============
        
        To install the tool, simply run:
        
        ::
        
            $ pip3 install cib
        
        Usage
        =====
        
        
        To use the tool, you need to give it arguments.
        
        To install bears, simply run ``cpm --install`` followed by names of bears,
        or by ``all``. Therefore:
        
        ::
        
            $ cib --install all
        
        will install all the available bears, whereas
        
        ::
        
            $ cib --install CPPCheckBear PEP8Bear
        
        will install the specified bears only.
        
        ``cpm --uninstall`` works exactly the same way as ``cpm -install``.
        
        To see the full list of available bears, run
        
        ::
        
            $ cib --show
        
        To upgrade the already installed bears, run
        
        ::
        
            $ cib --upgrade all
        
        to upgrade all installed bears, or
        
        ::
        
            $ cib --upgrade CPPCheckBear PEP8Bear
        
        to upgrade the specified bears. However, if they are not installed, they will
        not be upgraded.
        
        For more information, run
        
        ::
        
            $ cib --help
        
Platform: any
Classifier: Environment :: Console
Classifier: Environment :: MacOS X
Classifier: Environment :: Win32 (MS Windows)
Classifier: Environment :: X11 Applications :: Gnome
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Text Processing :: Linguistic
