Metadata-Version: 2.1
Name: mmgroup
Version: 1.0.4
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
Keywords: sporadic group,monster group,finite simple group
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.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Scientific/Engineering :: Mathematics
Requires-Python: >=3.6
Requires-Dist: numpy
Requires-Dist: regex

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 mmgroup -m "not slow"

For Linux and macOS with a 64-bit x86 CPU:

.. code-block::

   pip3 install mmgroup
   pip3 install pytest
   python3 -m pytest --pyargs mmgroup -m "not slow"


Python wheels for some other platforms may be built with the
cibuildwheel tool, see

https://mmgroup.readthedocs.io/en/latest/guide.html#cibuildwheel-label

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



