Metadata-Version: 2.2
Name: gaplint
Version: 1.4.0
Summary: A linter for GAP (https://www.gap-system.org/).
Home-page: https://github.com/james-d-mitchell/gaplint
Author: Reinis Cirpons, James D. Mitchell, Simon Tollman
Author-email: rc234@st-andrews.ac.uk, jdm3@st-andrews.ac.uk, skt4@st-andrews.ac.uk
License: GPL3
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS
Classifier: Operating System :: Unix
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >3.9.0
License-File: LICENSE
Requires-Dist: argparse
Requires-Dist: pyyaml
Requires-Dist: rich
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: platform
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

``gaplint`` automatically checks the format of a
        GAP file according to some conventions, which are somewhat
        configurable. It prints the nature and location of instances of any
        instances of violations of these conventions (see the README.rst for
        more details).
        
