Metadata-Version: 1.0
Name: cl-parsers-bcm
Version: 1.0
Summary: Parsers for Cumulus Linux BCM commands
Home-page: UNKNOWN
Author: Cumulus Networks
Author-email: dev-support@cumulusnetworks.com
License: UNKNOWN
Description: ## Installation
        
        Because cl-parsers-bcm provide package_data files to cl-parsers, the cl-parsers/parsers directory
        must exist in the install environment at the time of install of cl-parsers-bcm.
        
        As a result, do not install cl-parsers or cl-parsers-bcm via the '-e, --editable' or developer mode 
        type of installation.  That method creates an egg-link pointer to the local files in each repo and
        the bcm-parsers files will not be findable as a result.
        
        To install the packages:
        activate your virtual environment, then:
        
            pip install <git_or_local_location of cl-parsers>
            pip install <git_or_local_location of cl-parsers-bcm>
        
        cl-parsers-bcm has cl-parsers git repo as a requirement, so it might work to just install cl-parsers-bcm 
        and trust it to pull in the dependency of cl-parsers
        
        ## Updating the installation on a laptop or server in production (not development)
        
        From a local repo
        
        ```
          pip install -U path/to/cl-parsers
          pip install -U path/to/cl-parsers-bcm
        ```
        
        Directly from Git
        
        ```
          pip install -U git+ssh://git@stash.cumulusnetworks.com:7999/crmc/cl-parsers.git
          pip install -U git+ssh://git@stash.cumulusnetworks.com:7999/crmc/cl-parsers-bcm.git
        ```
        
        ## Uninstallation
        
            pip uninstall cl-parsers-bcm
            pip uninstall cl-parsers
        
        
        
Keywords: cl_parsers
Platform: UNKNOWN
