Metadata-Version: 2.1
Name: pscodeanalyzer
Version: 1.2.1
Summary: A static code analyzer with configurable plug-in rules
Home-page: https://github.com/lbaca/PSCodeAnalyzer
Author: Leandro Baca
Author-email: leandrobaca77@gmail.com
License: UNKNOWN
Description: # Static Code Analyzer
        
        **A rule-based static code analyzer with PeopleCode-specific features and an extensible plug-in architecture.**
        
        ## About
        
        Although it was written with PeopleCode validation in mind, it should be noted that it is in fact a configurable code analysis engine that can be used to evaluate any text-based file and produce reports based on its findings.
        
        ## Installation
        
        To install the Static Code Analyzer, run the following:
        
        ```bash
        pip install pscodeanalyzer
        ```
        
        ## Usage
        
        Refer to the [wiki](https://github.com/lbaca/PSCodeAnalyzer/wiki) for details about the design, architecture, and configuration of the Static Code Analyzer, as well as instructions on how to invoke it and extend it with custom plug-ins.
        
        ## Acknowledgements
        
        The Static Code Analyzer was written as part of the deliverables for my Master of Science dissertation at the University of Liverpool, titled "A Framework for Customizing ERP Systems to Increase Software Reuse and Reduce Rework When Challenged with Evolving Requirements." I mention this primarily in gratitude to my employer, who graciously waived their claim to intellectual property on my work as part of this academic pursuit.
        
Keywords: peoplesoft peoplecode source application-class application-package code-analysis code-review
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development
Requires-Python: ~=3.6
Description-Content-Type: text/markdown
