Skip to content

baine-reynolds/BBS_plugin-checker-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage:

Run the "plugin-checker.py" file pointed at an application.xml file from a Bitbucket support zip to quickly check all plugins to check if plugins are compatible or not.

    python3 plugin-checker.py -f /path/to/application.xml

You can also add the "-m" flag at the end to set markdown formatting to be copied directly into Jira or Confluence.

    python3 plugin-checker.py -f /path/to/application.xml -m

Dependencies:

  • Python3 This was written in python3.7 and requires at least 3.5+ to operate as expected.

  • Requests

      pip3 install requests --user
    
  • Colorama

      pip3 install colorama --user
    

Or Install all dependencies at once via the requirements.txt file

    pip3 install -r requirements.txt

Releases

No releases published

Packages

No packages published

Languages