Metadata-Version: 1.2
Name: mmgroup
Version: 0.0.11
Summary: Implementation of the sporadic simple monster group.
Home-page: https://github.com/Martin-Seysen/mmgroup
Author: Martin Seysen
Author-email: m.seysen@gmx.de
License: BSD-2-Clause
Project-URL: Issue Tracker, https://github.com/Martin-Seysen/mmgroup/issues
Description: This is the python ``mmgroup`` project.
        
        It gives the user the capability to compute in the Monster group.
        In mathematics, the Monster group is the largest finite sporadic
        simple group.
        
        Project Documentation see
        
        https://mmgroup.readthedocs.io/en/latest/
        
        Quick installation and test
        ---------------------------
        
        For Windows 64:
        
        .. code-block::
        
           pip install mmgroup
           pip install pytest
           python -m pytest --pyargs -Wignore mmgroup -m "not slow"
        
        For Linux and macOS:
        
        .. code-block::
        
           pip3 install mmgroup
           pip3 install pytest
           python3 -m pytest --pyargs -Wignore mmgroup -m "not slow"
        
        
        License
        -------
        
        Copyright Martin Seysen, 2020.
        
        Distributed under the terms of the MIT license, mmgroup is free and 
        open source software.
        
        https://github.com/Martin-Seysen/test_repository/blob/master/LICENSE
        
        
        
        
Keywords: sporadic group,monster group,finite simple group
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
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: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Scientific/Engineering :: Mathematics
Requires-Python: >=3.6
