Metadata-Version: 2.1
Name: gaplint
Version: 1.3.2
Summary: A linter for GAP (https://www.gap-system.org/).
Home-page: https://github.com/james-d-mitchell/gaplint
Author: James D. Mitchell, Simon Tollman
Author-email: 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

``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).
        
