Metadata-Version: 2.1
Name: processcdb
Version: 0.1.0
Summary: Front-end to process compile_commands.json file and run various static analysis tools against it
Home-page: https://github.com/rasjani/processcdb
Author: Jani Mikkonen
Author-email: jani.mikkonen@gmail.com
License: Apache License 2.0
Description: processcdb
        ==========
        
        Simple front-end tool that can run various static analysis tools by
        reading the required information from compile_commands.json.
        
        Provides output formatting for integration to other tools, parallerization
        when needed, ability to override/reconfigure compiler flags and such on per
        "tool" plugin requirements.
        
        Current development is done mainly on Windows but should work on any platform
        where you have python, working development environment for your own project
        and analyzer. Currently supported ones:
        
         * clang-tidy
         * cppcheck
         * lizard
        
        Support for clang static analyzer might be re-enabled later.
        
        New scanners can be added later.
        
Keywords: staticanalysis frontend clang cppcheck clangtidy compile_commands.json
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Software Development :: Testing
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Testing
Description-Content-Type: text/markdown
