Metadata-Version: 2.4
Name: regina6
Version: 6.1.0b1
Summary: Python 3 compatible build of Regina 6
Home-page: http://github.com/wtworden/sage-regina-6
Author: The Regina developers, Marc Culler, Nathan Dunfield, and Matthias Goerner
Maintainer: Will Worden
Maintainer-email: wtworden@gmail.com
License: GPLv2+
Keywords: triangulations,topology
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Programming Language :: C
Classifier: Programming Language :: C++
Classifier: Programming Language :: Python
Classifier: Programming Language :: Cython
Classifier: Topic :: Scientific/Engineering :: Mathematics
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: maintainer
Dynamic: maintainer-email
Dynamic: requires-python
Dynamic: summary

Self-contained Python packages of Regina
========================================

The program `Regina`_ is a powerful tool for studying low-dimensional
topology. It comes with a full `Python`_ interface that lets one
interact with it programmatically without writing any C++ code. 

The program `Tnorm` requires Regina 6.X as a dependency, since Regina >=7 does not
support transversely oriented spun normal surfaces. Since version 6.X of Regina is 
no longer maintained elsewhere, this repo is an attempt to maintain Regina 6.X in a 
form that will allow Tnorm to use it as a dependency. 

This package has been tested with Python 3.11-14 on macOS ARM64.

It is not recommended to install this version of Regina directly. For a current version of Regina that can easily be installed in Python or Sage, https://github.com/3-manifolds/regina_wheels is a better option.

License
-------

Copyright Ben Burton, Ryan Budney, William Pettersson, Marc Culler,
Nathan M. Dunfield, Matthias Goerner, and others 1999-present. This
code is released under the `GNU General Public License, version 2`_ or
(at your option) any later version as published by the Free Software
Foundation.

.. _Regina: https://regina-normal.github.io/
.. _Python: https://python.org
.. _PyPI: https://pypi.org
.. _main docs: https://regina-normal.github.io/#docs
.. _sageRegina: https://sageregina.unhyperbolic.org
.. _SageMath: https://sagemath.org
.. _GitHub site: https://github.com/wtworden/sage-regina-6/
.. _GNU General Public License, version 2: https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
