regina


Nameregina JSON
Version 7.3.1.1 PyPI version JSON
download
home_pagehttp://github.com/3-manifolds/regina_wheels
SummaryRegina-Normal
upload_time2025-07-14 02:10:42
maintainerNone
docs_urlNone
authorThe Regina developers, Marc Culler, Nathan Dunfield, and Matthias Goerner
requires_python>=3.6
licenseGPLv2+
keywords triangulations topology
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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. Our
goal here is to provide self-contained binaries ("wheels") of Regina's
Python package that can be installed in seconds from Python's `PyPI`_
package repository using ``pip``.

It is offered for macOS (10.15 and newer) and Linux, but not
Windows. To try it out, do::

  python3 -m pip install --user --upgrade "regina>=7.0"
  python3 -m regina.test

On older versions of Linux, e.g. Ubuntu 18.04, you may need to update
``pip`` first via::

  python3 -m pip install --user --upgrade pip wheel

For more on using Regina in Python see the `main docs`_.

These binaries are produced and maintained by Marc Culler, Nathan
Dunfield, and Matthias Goerner, though of course 99.9% of the code and
credit is due to Ben Burton and the other authors of Regina
itself. This project evolved out of Goerner's `sageRegina`_
but works both with and without `SageMath`_. To install and test in
SageMath do the following in a terminal window::

  sage -pip install --user --upgrade "regina>=7.0"
  sage -python -m regina.test

One can also do this from **inside** SageMath (including from a
notebook) by::

  sage: %pip install --user "regina>=7.0"
  sage: import regina.test; regina.test.runTests()

Please report any technical problems via the `issue tracker`_ on the
`GitHub site`_ devoted to this repackaging of Regina.


Building from source
--------------------

If the available binaries do not work for you, you can try building
from source.  You will need have the development versions of the
libraries gmp, zlib, and bzip2 installed::

  git clone https://github.com/3-manifolds/regina_wheel
  cd regina_wheel
  python3 setup.py package_assemble
  python3 setup.py bdist_wheel
  python3 -m pip install dist/regina*.whl

This can easily take an hour or more.


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
.. _issue tracker: https://github.com/3-manifolds/regina_wheels/issues
.. _GitHub site: https://github.com/3-manifolds/regina_wheels/
.. _GNU General Public License, version 2: https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt

            

Raw data

            {
    "_id": null,
    "home_page": "http://github.com/3-manifolds/regina_wheels",
    "name": "regina",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "triangulations, topology",
    "author": "The Regina developers, Marc Culler, Nathan Dunfield, and Matthias Goerner",
    "author_email": "snappy-help@computop.org",
    "download_url": null,
    "platform": null,
    "description": "Self-contained Python packages of Regina\n========================================\n\nThe program `Regina`_ is a powerful tool for studying low-dimensional\ntopology. It comes with a full `Python`_ interface that lets one\ninteract with it programmatically without writing any C++ code. Our\ngoal here is to provide self-contained binaries (\"wheels\") of Regina's\nPython package that can be installed in seconds from Python's `PyPI`_\npackage repository using ``pip``.\n\nIt is offered for macOS (10.15 and newer) and Linux, but not\nWindows. To try it out, do::\n\n  python3 -m pip install --user --upgrade \"regina>=7.0\"\n  python3 -m regina.test\n\nOn older versions of Linux, e.g. Ubuntu 18.04, you may need to update\n``pip`` first via::\n\n  python3 -m pip install --user --upgrade pip wheel\n\nFor more on using Regina in Python see the `main docs`_.\n\nThese binaries are produced and maintained by Marc Culler, Nathan\nDunfield, and Matthias Goerner, though of course 99.9% of the code and\ncredit is due to Ben Burton and the other authors of Regina\nitself. This project evolved out of Goerner's `sageRegina`_\nbut works both with and without `SageMath`_. To install and test in\nSageMath do the following in a terminal window::\n\n  sage -pip install --user --upgrade \"regina>=7.0\"\n  sage -python -m regina.test\n\nOne can also do this from **inside** SageMath (including from a\nnotebook) by::\n\n  sage: %pip install --user \"regina>=7.0\"\n  sage: import regina.test; regina.test.runTests()\n\nPlease report any technical problems via the `issue tracker`_ on the\n`GitHub site`_ devoted to this repackaging of Regina.\n\n\nBuilding from source\n--------------------\n\nIf the available binaries do not work for you, you can try building\nfrom source.  You will need have the development versions of the\nlibraries gmp, zlib, and bzip2 installed::\n\n  git clone https://github.com/3-manifolds/regina_wheel\n  cd regina_wheel\n  python3 setup.py package_assemble\n  python3 setup.py bdist_wheel\n  python3 -m pip install dist/regina*.whl\n\nThis can easily take an hour or more.\n\n\nLicense\n-------\n\nCopyright Ben Burton, Ryan Budney, William Pettersson, Marc Culler,\nNathan M. Dunfield, Matthias Goerner, and others 1999-present. This\ncode is released under the `GNU General Public License, version 2`_ or\n(at your option) any later version as published by the Free Software\nFoundation.\n\n.. _Regina: https://regina-normal.github.io/\n.. _Python: https://python.org\n.. _PyPI: https://pypi.org\n.. _main docs: https://regina-normal.github.io/#docs\n.. _sageRegina: https://sageregina.unhyperbolic.org\n.. _SageMath: https://sagemath.org\n.. _issue tracker: https://github.com/3-manifolds/regina_wheels/issues\n.. _GitHub site: https://github.com/3-manifolds/regina_wheels/\n.. _GNU General Public License, version 2: https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt\n",
    "bugtrack_url": null,
    "license": "GPLv2+",
    "summary": "Regina-Normal",
    "version": "7.3.1.1",
    "project_urls": {
        "Homepage": "http://github.com/3-manifolds/regina_wheels"
    },
    "split_keywords": [
        "triangulations",
        " topology"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "57b1ec8d7574bb31368a720d3d7e8e466e6942a931e0e0e076ffc75db107a92f",
                "md5": "1ebefcfb5a18a22d3aac7c7af48d8ea6",
                "sha256": "e5a87c6b1d002cb08b25c15a2830aa1d2406b603ab7ee16145d1e2de566476ad"
            },
            "downloads": -1,
            "filename": "regina-7.3.1.1-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1ebefcfb5a18a22d3aac7c7af48d8ea6",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.6",
            "size": 18408173,
            "upload_time": "2025-07-14T02:10:42",
            "upload_time_iso_8601": "2025-07-14T02:10:42.830167Z",
            "url": "https://files.pythonhosted.org/packages/57/b1/ec8d7574bb31368a720d3d7e8e466e6942a931e0e0e076ffc75db107a92f/regina-7.3.1.1-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "edf82b0baaaa0b35677029ed78c505a7c236a9505bcaad300ae2a6b420ce1573",
                "md5": "b66d885c1a7d63890ff2879c3946001c",
                "sha256": "7453a1fa6bc0657162059a4fd51676098c6395245a84feb9980926aa525ebee9"
            },
            "downloads": -1,
            "filename": "regina-7.3.1.1-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "b66d885c1a7d63890ff2879c3946001c",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.6",
            "size": 17429904,
            "upload_time": "2025-07-14T02:10:55",
            "upload_time_iso_8601": "2025-07-14T02:10:55.609765Z",
            "url": "https://files.pythonhosted.org/packages/ed/f8/2b0baaaa0b35677029ed78c505a7c236a9505bcaad300ae2a6b420ce1573/regina-7.3.1.1-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "272cd359b39499ef297380fbef21108137633a7350ddf100ae7db10569108da6",
                "md5": "d826d67089f32899a0098f7b5da2b417",
                "sha256": "23eef139d4b9f8be1fde92f27fb2d1f817bcb58eab320b1ac709028b73f5290b"
            },
            "downloads": -1,
            "filename": "regina-7.3.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "d826d67089f32899a0098f7b5da2b417",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.6",
            "size": 16561221,
            "upload_time": "2025-07-14T02:11:07",
            "upload_time_iso_8601": "2025-07-14T02:11:07.614858Z",
            "url": "https://files.pythonhosted.org/packages/27/2c/d359b39499ef297380fbef21108137633a7350ddf100ae7db10569108da6/regina-7.3.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d9adc630f0551e260e0c174036cd91f20b069f6340dc65f4e0196a76915ec167",
                "md5": "0242794ca061c5defbf9349f12cc7c4e",
                "sha256": "8798d0e258c243f47d01f19c86fa5c9f913da3d770406a02a7d265916f7fd26c"
            },
            "downloads": -1,
            "filename": "regina-7.3.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0242794ca061c5defbf9349f12cc7c4e",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.6",
            "size": 17473474,
            "upload_time": "2025-07-14T02:11:19",
            "upload_time_iso_8601": "2025-07-14T02:11:19.046556Z",
            "url": "https://files.pythonhosted.org/packages/d9/ad/c630f0551e260e0c174036cd91f20b069f6340dc65f4e0196a76915ec167/regina-7.3.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9950ea89fd3f374141cc706c45603aab7966cbde3a6e96c4ff8a31db76219233",
                "md5": "5a91251c1589795994c75cbb4d443a8a",
                "sha256": "abe76fd9c810298cb8050d430b389973f767ba1bb1901c93264cd2cd31c04343"
            },
            "downloads": -1,
            "filename": "regina-7.3.1.1-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "5a91251c1589795994c75cbb4d443a8a",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.6",
            "size": 18411674,
            "upload_time": "2025-07-14T02:10:44",
            "upload_time_iso_8601": "2025-07-14T02:10:44.909254Z",
            "url": "https://files.pythonhosted.org/packages/99/50/ea89fd3f374141cc706c45603aab7966cbde3a6e96c4ff8a31db76219233/regina-7.3.1.1-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "db908ba86cd2744afa4f96490e62519273ed464a663738f9a46c9b7d98230c9f",
                "md5": "fc1108fb1c4cb9126c090f9600c5c9b3",
                "sha256": "e82234141c298d8142caedd7fd03ada9364e802fc6a2b3a25b3cde16a7701d48"
            },
            "downloads": -1,
            "filename": "regina-7.3.1.1-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "fc1108fb1c4cb9126c090f9600c5c9b3",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.6",
            "size": 17436403,
            "upload_time": "2025-07-14T02:10:57",
            "upload_time_iso_8601": "2025-07-14T02:10:57.747192Z",
            "url": "https://files.pythonhosted.org/packages/db/90/8ba86cd2744afa4f96490e62519273ed464a663738f9a46c9b7d98230c9f/regina-7.3.1.1-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e562f8ab8357109915239c5e68340c4dfc904d6eaf7ca914b4079948af833fe5",
                "md5": "aee352ee2402cb38279ebcb70c54ecc4",
                "sha256": "a346a36886d6959b04ca2cd3c7f9e0009a71f011853fec236ca47d464fc279b9"
            },
            "downloads": -1,
            "filename": "regina-7.3.1.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "aee352ee2402cb38279ebcb70c54ecc4",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.6",
            "size": 16585066,
            "upload_time": "2025-07-14T02:11:09",
            "upload_time_iso_8601": "2025-07-14T02:11:09.616561Z",
            "url": "https://files.pythonhosted.org/packages/e5/62/f8ab8357109915239c5e68340c4dfc904d6eaf7ca914b4079948af833fe5/regina-7.3.1.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a819c6c98c56cd1b02397d645abc03d110800f88b93bb7ce30944d130301b941",
                "md5": "a994b7ef48f4adad5666ff769427b723",
                "sha256": "727a2146e9342845b41bc287f7fc608a3beb687b0c0db6d9ef56e92cb6181421"
            },
            "downloads": -1,
            "filename": "regina-7.3.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a994b7ef48f4adad5666ff769427b723",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.6",
            "size": 17486674,
            "upload_time": "2025-07-14T02:11:21",
            "upload_time_iso_8601": "2025-07-14T02:11:21.235770Z",
            "url": "https://files.pythonhosted.org/packages/a8/19/c6c98c56cd1b02397d645abc03d110800f88b93bb7ce30944d130301b941/regina-7.3.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f462184aa801198a05a317010b3cf74b0174f5dacc6d0fbcba7c85bd20cd36f4",
                "md5": "381c2e5866fac8b259b83a1f6a7df1af",
                "sha256": "ee87cb52e3db3014371fa9acac3c2b5f20ab95f735d7043eee004950c5c2bea5"
            },
            "downloads": -1,
            "filename": "regina-7.3.1.1-cp312-cp312-macosx_10_13_x86_64.whl",
            "has_sig": false,
            "md5_digest": "381c2e5866fac8b259b83a1f6a7df1af",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.6",
            "size": 18946200,
            "upload_time": "2025-07-14T02:10:47",
            "upload_time_iso_8601": "2025-07-14T02:10:47.281841Z",
            "url": "https://files.pythonhosted.org/packages/f4/62/184aa801198a05a317010b3cf74b0174f5dacc6d0fbcba7c85bd20cd36f4/regina-7.3.1.1-cp312-cp312-macosx_10_13_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "32c785ffe960ea16b3299d83a2c703b16ee8f5406e58c3f8647a25e0d9d1c01b",
                "md5": "84141d7d140f388b11a015c9eca92a72",
                "sha256": "6adc8b2e522d9bf71404b5fdbd37dc27e38bc7c696ef8444329aba8bdc4c18e2"
            },
            "downloads": -1,
            "filename": "regina-7.3.1.1-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "84141d7d140f388b11a015c9eca92a72",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.6",
            "size": 18263754,
            "upload_time": "2025-07-14T02:10:59",
            "upload_time_iso_8601": "2025-07-14T02:10:59.744776Z",
            "url": "https://files.pythonhosted.org/packages/32/c7/85ffe960ea16b3299d83a2c703b16ee8f5406e58c3f8647a25e0d9d1c01b/regina-7.3.1.1-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8d407e590575e4a336fda4559dda17802a54b8592cf79febc7eef59fdeae4c33",
                "md5": "b4a98d48959bf171c408a93abeec2fd5",
                "sha256": "368f22146a08cc8d3f8ef96761626967bc62bc1af808dd7ac65926885f067156"
            },
            "downloads": -1,
            "filename": "regina-7.3.1.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "b4a98d48959bf171c408a93abeec2fd5",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.6",
            "size": 16923202,
            "upload_time": "2025-07-14T02:11:11",
            "upload_time_iso_8601": "2025-07-14T02:11:11.390057Z",
            "url": "https://files.pythonhosted.org/packages/8d/40/7e590575e4a336fda4559dda17802a54b8592cf79febc7eef59fdeae4c33/regina-7.3.1.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "76251c444d68b63cb1d2230817679e8e7d42a3329f60eb5ef321166dd1c03fc7",
                "md5": "7a9587c07ba311643b783d1a68a46db9",
                "sha256": "fa3b8a913d69055dbca8a0510ad5207d6dc51282330770eb6d92bc1fbbbb6749"
            },
            "downloads": -1,
            "filename": "regina-7.3.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7a9587c07ba311643b783d1a68a46db9",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.6",
            "size": 17854037,
            "upload_time": "2025-07-14T02:11:23",
            "upload_time_iso_8601": "2025-07-14T02:11:23.339690Z",
            "url": "https://files.pythonhosted.org/packages/76/25/1c444d68b63cb1d2230817679e8e7d42a3329f60eb5ef321166dd1c03fc7/regina-7.3.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "de83d3f441f0a1a038766c122f879501713c005014a373ddd06af90982201dcc",
                "md5": "af282311c257cf2fed0e99439cf6d68c",
                "sha256": "2febb7af0319204d0ab742ead5030f8208fe77b7bd90a51b95df841768cd3905"
            },
            "downloads": -1,
            "filename": "regina-7.3.1.1-cp313-cp313-macosx_10_13_x86_64.whl",
            "has_sig": false,
            "md5_digest": "af282311c257cf2fed0e99439cf6d68c",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.6",
            "size": 18946278,
            "upload_time": "2025-07-14T02:10:49",
            "upload_time_iso_8601": "2025-07-14T02:10:49.601074Z",
            "url": "https://files.pythonhosted.org/packages/de/83/d3f441f0a1a038766c122f879501713c005014a373ddd06af90982201dcc/regina-7.3.1.1-cp313-cp313-macosx_10_13_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "068ae99b01fe74fe682ca22d2689fd21369ae4fc0eb508785f624a29b6cef3d6",
                "md5": "a26545b84063c3b9a37778bd5128197f",
                "sha256": "cb2a3b1384d04619812715fd61904721cd90994996da64fdb0fc1220c366128b"
            },
            "downloads": -1,
            "filename": "regina-7.3.1.1-cp313-cp313-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "a26545b84063c3b9a37778bd5128197f",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.6",
            "size": 18260038,
            "upload_time": "2025-07-14T02:11:01",
            "upload_time_iso_8601": "2025-07-14T02:11:01.549130Z",
            "url": "https://files.pythonhosted.org/packages/06/8a/e99b01fe74fe682ca22d2689fd21369ae4fc0eb508785f624a29b6cef3d6/regina-7.3.1.1-cp313-cp313-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5c7eadf9ceb6bd2a7b757bbbfaba94bcfe3759885e7980b81ebb713191d8c096",
                "md5": "b090d30f39ad7d21eaf560ccae364833",
                "sha256": "80db2e3d027e99805c989affd4b911e4470502c79e55cff39e56767c7280b268"
            },
            "downloads": -1,
            "filename": "regina-7.3.1.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "b090d30f39ad7d21eaf560ccae364833",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.6",
            "size": 16924622,
            "upload_time": "2025-07-14T02:11:13",
            "upload_time_iso_8601": "2025-07-14T02:11:13.191856Z",
            "url": "https://files.pythonhosted.org/packages/5c/7e/adf9ceb6bd2a7b757bbbfaba94bcfe3759885e7980b81ebb713191d8c096/regina-7.3.1.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a303229face1cbb517de93868cbbcb88b032cd08db0eb78666aa1f8726c21acc",
                "md5": "bd5deb33b66bcfc673527148af180119",
                "sha256": "0fa4432da62be046af7f49da3099e5e8a1187b67a5869c933f88055920f1f098"
            },
            "downloads": -1,
            "filename": "regina-7.3.1.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "bd5deb33b66bcfc673527148af180119",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.6",
            "size": 17862637,
            "upload_time": "2025-07-14T02:11:25",
            "upload_time_iso_8601": "2025-07-14T02:11:25.208695Z",
            "url": "https://files.pythonhosted.org/packages/a3/03/229face1cbb517de93868cbbcb88b032cd08db0eb78666aa1f8726c21acc/regina-7.3.1.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b1647991d7a83904f0c87f7daac06f9cfb62b6cc6e54c00880c41aa1b959a5c8",
                "md5": "21be1905c9d39f86638e1c148123b6ef",
                "sha256": "1756215fd5f787fb623bed22b1fdb9f1cc480786d19f87a09e9841494741f9fa"
            },
            "downloads": -1,
            "filename": "regina-7.3.1.1-cp38-cp38-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "21be1905c9d39f86638e1c148123b6ef",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.6",
            "size": 18405966,
            "upload_time": "2025-07-14T02:10:51",
            "upload_time_iso_8601": "2025-07-14T02:10:51.420035Z",
            "url": "https://files.pythonhosted.org/packages/b1/64/7991d7a83904f0c87f7daac06f9cfb62b6cc6e54c00880c41aa1b959a5c8/regina-7.3.1.1-cp38-cp38-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "64a6205fd4ffd8e3c534c7510aa84d7af10a97fef9c49ee2a577b0901e99919f",
                "md5": "c751511289a6e770763b83443bb8ee0f",
                "sha256": "e5cd9f08c164ae7533a3e23e943891361705024e8a8f9d0ba17606652ce8b709"
            },
            "downloads": -1,
            "filename": "regina-7.3.1.1-cp38-cp38-macosx_11_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c751511289a6e770763b83443bb8ee0f",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.6",
            "size": 17332362,
            "upload_time": "2025-07-14T02:11:03",
            "upload_time_iso_8601": "2025-07-14T02:11:03.686086Z",
            "url": "https://files.pythonhosted.org/packages/64/a6/205fd4ffd8e3c534c7510aa84d7af10a97fef9c49ee2a577b0901e99919f/regina-7.3.1.1-cp38-cp38-macosx_11_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b7f0e9ab0cb2eb4b2c0416627bd000e7007acb3b20e28081267a42c3b4eab122",
                "md5": "84bf652f056057178123aff73ec53462",
                "sha256": "5f6d3c2efd9b546abf9c7ef3216a8ba2d4aae1dd4697032618e4e2bc5d1b61cc"
            },
            "downloads": -1,
            "filename": "regina-7.3.1.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "84bf652f056057178123aff73ec53462",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.6",
            "size": 16559897,
            "upload_time": "2025-07-14T02:11:15",
            "upload_time_iso_8601": "2025-07-14T02:11:15.122358Z",
            "url": "https://files.pythonhosted.org/packages/b7/f0/e9ab0cb2eb4b2c0416627bd000e7007acb3b20e28081267a42c3b4eab122/regina-7.3.1.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ac4c49b49d205941bf79abc6119020356c91235b88b26493c52f7832434937b6",
                "md5": "0a2740ff35e95e4cdb88d31da1c32e9d",
                "sha256": "2db04df95318c56c2c73609fa6c4d08b7ef6d15200c98b01f11eab139efec669"
            },
            "downloads": -1,
            "filename": "regina-7.3.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0a2740ff35e95e4cdb88d31da1c32e9d",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.6",
            "size": 17455717,
            "upload_time": "2025-07-14T02:11:27",
            "upload_time_iso_8601": "2025-07-14T02:11:27.390044Z",
            "url": "https://files.pythonhosted.org/packages/ac/4c/49b49d205941bf79abc6119020356c91235b88b26493c52f7832434937b6/regina-7.3.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ab3e7d982833b9f7b0847c84d91e43b7b38c2db912a16c92564d12af86a71b19",
                "md5": "f671b6dd94c6f9c6b3110b2c59024c6e",
                "sha256": "be724e23e6b351a2ddec318954f74b648b837250a26e5717347aed125e0fc4d4"
            },
            "downloads": -1,
            "filename": "regina-7.3.1.1-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f671b6dd94c6f9c6b3110b2c59024c6e",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.6",
            "size": 18409308,
            "upload_time": "2025-07-14T02:10:53",
            "upload_time_iso_8601": "2025-07-14T02:10:53.435494Z",
            "url": "https://files.pythonhosted.org/packages/ab/3e/7d982833b9f7b0847c84d91e43b7b38c2db912a16c92564d12af86a71b19/regina-7.3.1.1-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "179bac5915806abc54406b9f8c47b7c647a06f57c933b411f5e4bfe6dca35044",
                "md5": "69f6c22e81f7c934d849af89bfc9c3bc",
                "sha256": "6f165044db9163ef4b554b02b11177e509128c1da4c48bc20bdadfb3940450ce"
            },
            "downloads": -1,
            "filename": "regina-7.3.1.1-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "69f6c22e81f7c934d849af89bfc9c3bc",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.6",
            "size": 17429660,
            "upload_time": "2025-07-14T02:11:05",
            "upload_time_iso_8601": "2025-07-14T02:11:05.828496Z",
            "url": "https://files.pythonhosted.org/packages/17/9b/ac5915806abc54406b9f8c47b7c647a06f57c933b411f5e4bfe6dca35044/regina-7.3.1.1-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7c0f9de2bd9e786dcdc27d8ce28a3e51f2941515768b4ccfddf3177bd63a84d1",
                "md5": "fe2e454261705c45095c6e373eb217b1",
                "sha256": "aa3085794618a2901eadefd35e237e7402fcfd3654d642ad776fa6414a645c32"
            },
            "downloads": -1,
            "filename": "regina-7.3.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "fe2e454261705c45095c6e373eb217b1",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.6",
            "size": 16581850,
            "upload_time": "2025-07-14T02:11:17",
            "upload_time_iso_8601": "2025-07-14T02:11:17.319992Z",
            "url": "https://files.pythonhosted.org/packages/7c/0f/9de2bd9e786dcdc27d8ce28a3e51f2941515768b4ccfddf3177bd63a84d1/regina-7.3.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bb5d9a0d5fade940fba9606e7fc9763f85e1739e26126c9239217c37081f100f",
                "md5": "75440ce91c5ec195765fe40f68b6c460",
                "sha256": "28a368d0eb3e42c0bc3c0dac84942c4ec3ff11a0dfa7468137b902d4ebc6f93b"
            },
            "downloads": -1,
            "filename": "regina-7.3.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "75440ce91c5ec195765fe40f68b6c460",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.6",
            "size": 17490181,
            "upload_time": "2025-07-14T02:11:29",
            "upload_time_iso_8601": "2025-07-14T02:11:29.370478Z",
            "url": "https://files.pythonhosted.org/packages/bb/5d/9a0d5fade940fba9606e7fc9763f85e1739e26126c9239217c37081f100f/regina-7.3.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-14 02:10:42",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "3-manifolds",
    "github_project": "regina_wheels",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "regina"
}
        
Elapsed time: 1.42573s