Metadata-Version: 2.1
Name: graal
Version: 0.2.1
Summary: A generic source code analyzer
Home-page: https://github.com/chaoss/grimoirelab-graal
Author: Bitergia
Author-email: valcos@bitergia.com
License: GPLv3
Keywords: git source code analysis loc cyclomatic complexity
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Requires-Dist: lizard (>=1.16.3)
Requires-Dist: perceval (>=0.12.0)
Requires-Dist: pylint (>=1.8.4)
Requires-Dist: flake8 (>=3.7.7)
Requires-Dist: networkx (>=2.1)
Requires-Dist: pydot (>=1.2.4)
Requires-Dist: bandit (>=1.4.0)

Graal extends the Git backend of Perceval to enable source code analysis. Thus, it fetches the commits from a Git repository and provides a mechanism to plug third party tools/libraries focused on source code analysis


