mocpy


Namemocpy JSON
Version 0.17.0 PyPI version JSON
download
home_pageNone
SummaryMOC parsing and manipulation in Python
upload_time2024-10-17 13:54:29
maintainerNone
docs_urlNone
authorMatthieu Baumann <matthieu.baumann@astro.unistra.fr>, Thomas Boch <thomas.boch@astro.unistra.fr>, Manon Marchand <manon.marchand@astro.unistra.fr>, F.-X. Pineau <francois-xavier.pineau@astro.unistra.fr>
requires_python>=3.8
licenseBSD-3-Clause
keywords astronomy astrophysics healpix
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            *****
MOCPy
*****
|PyPI version| |Build/Test status| |Notebook Binder| |Doc|


.. figure:: ./docs/_static/MOCpy-light.svg
   :width: 200 px
   :alt: mocpy's logo

MOCPy is a Python library allowing easy creation and manipulation of MOCs (Multi-Order Coverage maps).

MOC is an IVOA standard  enabling description of arbitrary sky regions.
Based on the HEALPix sky tessellation, it maps regions on the sky
into hierarchically grouped predefined cells.

A support for TMOC (temporal MOC) has been added since version 0.4.0.
It allows creation, parsing and comparison of TMOCs.
The support for Frequency MOCs has been added since version 0.13.0

Space & Time coverages (STMOC) are an extension of MOC to add time information.
It is possible to get a TMOC by querying a STMOC with a MOC and/or get a MOC
by querying a STMOC with a TMOC.

Please check the mocpy's `documentation <https://cds-astro.github.io/mocpy/>`__
for more details about installing MOCPy and using it.

For a command line tool, see the `moc-cli <https://github.com/cds-astro/cds-moc-rust/tree/main/crates/cli>`__.

For more information about the MOCPy Rust core, see the `moc crate <https://crates.io/crates/moc>`__.

.. figure:: ./resources/readme.png
   :width: 500 px
   :align: center
   :alt: a moc plotted with mocpy

   *Rendered with MOCpy!*

.. |PyPI version| image:: https://badge.fury.io/py/mocpy.svg
    :target: https://badge.fury.io/py/MOCPy

.. |Build/Test status| image:: https://github.com/cds-astro/mocpy/actions/workflows/test.yml/badge.svg
    :target: https://github.com/cds-astro/mocpy/actions/workflows/test.yml

.. |Notebook Binder| image:: http://mybinder.org/badge.svg
    :target: https://mybinder.org/v2/gh/cds-astro/mocpy/master

.. |Doc| image:: https://img.shields.io/badge/Documentation-link-green.svg
    :target: https://cds-astro.github.io/mocpy/

Installation
------------

We strongly recommend to work in an environnement

Latest stable version
*********************

- from pip ``pip install mocpy``
- from conda ``conda install -c conda-forge mocpy``
- from this repository

Unreleased latest version
*************************

To install ``mocpy`` from this repository, make sure you have Python (https://www.python.org/downloads/)
and Rust (https://www.rust-lang.org/tools/install) on your machine. Then, run

.. code::

   pip install git+https://github.com/cds-astro/mocpy.git

To run the notebooks
********************

The example notebooks require additional dependencies. They can be installed with

.. code::

    pip install mocpy[notebooks]

For use in pyodide
******************

Wheels that run in pyodide can be downloaded from `this repository assets <https://github.com/cds-astro/mocpy/releases/download/v0.12.3/mocpy-0.12.3-cp310-cp310-emscripten_3_1_27_wasm32.whl>`__. This is not fully tested.


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "mocpy",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "astronomy, astrophysics, HEALPix",
    "author": "Matthieu Baumann <matthieu.baumann@astro.unistra.fr>, Thomas Boch <thomas.boch@astro.unistra.fr>, Manon Marchand <manon.marchand@astro.unistra.fr>, F.-X. Pineau <francois-xavier.pineau@astro.unistra.fr>",
    "author_email": "Matthieu Baumann <matthieu.baumann@astro.unistra.fr>, Thomas Boch <thomas.boch@astro.unistra.fr>, Manon Marchand <manon.marchand@astro.unistra.fr>, F.-X. Pineau <francois-xavier.pineau@astro.unistra.fr>",
    "download_url": "https://files.pythonhosted.org/packages/b9/bd/462d954dce02f0b309b186d1125e2804e74c9fbad839b6b75c4260ba8cfb/mocpy-0.17.0.tar.gz",
    "platform": null,
    "description": "*****\nMOCPy\n*****\n|PyPI version| |Build/Test status| |Notebook Binder| |Doc|\n\n\n.. figure:: ./docs/_static/MOCpy-light.svg\n   :width: 200 px\n   :alt: mocpy's logo\n\nMOCPy is a Python library allowing easy creation and manipulation of MOCs (Multi-Order Coverage maps).\n\nMOC is an IVOA standard  enabling description of arbitrary sky regions.\nBased on the HEALPix sky tessellation, it maps regions on the sky\ninto hierarchically grouped predefined cells.\n\nA support for TMOC (temporal MOC) has been added since version 0.4.0.\nIt allows creation, parsing and comparison of TMOCs.\nThe support for Frequency MOCs has been added since version 0.13.0\n\nSpace & Time coverages (STMOC) are an extension of MOC to add time information.\nIt is possible to get a TMOC by querying a STMOC with a MOC and/or get a MOC\nby querying a STMOC with a TMOC.\n\nPlease check the mocpy's `documentation <https://cds-astro.github.io/mocpy/>`__\nfor more details about installing MOCPy and using it.\n\nFor a command line tool, see the `moc-cli <https://github.com/cds-astro/cds-moc-rust/tree/main/crates/cli>`__.\n\nFor more information about the MOCPy Rust core, see the `moc crate <https://crates.io/crates/moc>`__.\n\n.. figure:: ./resources/readme.png\n   :width: 500 px\n   :align: center\n   :alt: a moc plotted with mocpy\n\n   *Rendered with MOCpy!*\n\n.. |PyPI version| image:: https://badge.fury.io/py/mocpy.svg\n    :target: https://badge.fury.io/py/MOCPy\n\n.. |Build/Test status| image:: https://github.com/cds-astro/mocpy/actions/workflows/test.yml/badge.svg\n    :target: https://github.com/cds-astro/mocpy/actions/workflows/test.yml\n\n.. |Notebook Binder| image:: http://mybinder.org/badge.svg\n    :target: https://mybinder.org/v2/gh/cds-astro/mocpy/master\n\n.. |Doc| image:: https://img.shields.io/badge/Documentation-link-green.svg\n    :target: https://cds-astro.github.io/mocpy/\n\nInstallation\n------------\n\nWe strongly recommend to work in an environnement\n\nLatest stable version\n*********************\n\n- from pip ``pip install mocpy``\n- from conda ``conda install -c conda-forge mocpy``\n- from this repository\n\nUnreleased latest version\n*************************\n\nTo install ``mocpy`` from this repository, make sure you have Python (https://www.python.org/downloads/)\nand Rust (https://www.rust-lang.org/tools/install) on your machine. Then, run\n\n.. code::\n\n   pip install git+https://github.com/cds-astro/mocpy.git\n\nTo run the notebooks\n********************\n\nThe example notebooks require additional dependencies. They can be installed with\n\n.. code::\n\n    pip install mocpy[notebooks]\n\nFor use in pyodide\n******************\n\nWheels that run in pyodide can be downloaded from `this repository assets <https://github.com/cds-astro/mocpy/releases/download/v0.12.3/mocpy-0.12.3-cp310-cp310-emscripten_3_1_27_wasm32.whl>`__. This is not fully tested.\n\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "MOC parsing and manipulation in Python",
    "version": "0.17.0",
    "project_urls": {
        "Changelog": "https://github.com/cds-astro/mocpy/blob/master/CHANGELOG.md",
        "Documentation": "https://cds-astro.github.io/mocpy/",
        "Issues": "https://github.com/cds-astro/mocpy/issues",
        "Repository": "https://github.com/cds-astro/mocpy"
    },
    "split_keywords": [
        "astronomy",
        " astrophysics",
        " healpix"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "df5add7dd4b21d05b2a7299796ea5aefd71a0be7adf554c0b91adc7672f6942c",
                "md5": "0aaf63f4f7c41b48e6522a39578d8b51",
                "sha256": "cc04785ce383f0970139460a5be9d6ca0c2ecb1f1bd723e3a843c0e6e7bacb1e"
            },
            "downloads": -1,
            "filename": "mocpy-0.17.0-cp310-cp310-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl",
            "has_sig": false,
            "md5_digest": "0aaf63f4f7c41b48e6522a39578d8b51",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 2282192,
            "upload_time": "2024-10-17T13:54:17",
            "upload_time_iso_8601": "2024-10-17T13:54:17.637779Z",
            "url": "https://files.pythonhosted.org/packages/df/5a/dd7dd4b21d05b2a7299796ea5aefd71a0be7adf554c0b91adc7672f6942c/mocpy-0.17.0-cp310-cp310-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "52fecbec44226a3d6e1b1cee3879f6825af3f219db675554227887dfc34255b7",
                "md5": "8fb71b89030908399a9564bb4d9bc32d",
                "sha256": "e197d142332c4e47643fd64b818b95166979069a4de16a7e39303e2d8d16dee9"
            },
            "downloads": -1,
            "filename": "mocpy-0.17.0-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "8fb71b89030908399a9564bb4d9bc32d",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1146118,
            "upload_time": "2024-10-17T13:54:48",
            "upload_time_iso_8601": "2024-10-17T13:54:48.118326Z",
            "url": "https://files.pythonhosted.org/packages/52/fe/cbec44226a3d6e1b1cee3879f6825af3f219db675554227887dfc34255b7/mocpy-0.17.0-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6f5baf68416bf1e6bed26ee5d86de7ce2d956027958b171a311269652e88d2c3",
                "md5": "0737775dbf836751697fe24d5c8966ac",
                "sha256": "86bd9f0a942d65728bed8fd8612fbaa0224cbdbd751bdeed396078df92a36642"
            },
            "downloads": -1,
            "filename": "mocpy-0.17.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "0737775dbf836751697fe24d5c8966ac",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1268052,
            "upload_time": "2024-10-17T14:16:23",
            "upload_time_iso_8601": "2024-10-17T14:16:23.172058Z",
            "url": "https://files.pythonhosted.org/packages/6f/5b/af68416bf1e6bed26ee5d86de7ce2d956027958b171a311269652e88d2c3/mocpy-0.17.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5f1a9a32b85308414f7ca13c51e7532d221f0cf31640efb53bf205a820e16b37",
                "md5": "5f303c6a162b099755bec13d9deb856d",
                "sha256": "5ba67769d1d60d28147bf27493d20f1af76a0905b740fb7f46961e9f001a6a61"
            },
            "downloads": -1,
            "filename": "mocpy-0.17.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "5f303c6a162b099755bec13d9deb856d",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1451136,
            "upload_time": "2024-10-17T13:56:10",
            "upload_time_iso_8601": "2024-10-17T13:56:10.628686Z",
            "url": "https://files.pythonhosted.org/packages/5f/1a/9a32b85308414f7ca13c51e7532d221f0cf31640efb53bf205a820e16b37/mocpy-0.17.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e909ff8f900a487d38587b256f2a367332db72d83f90e1a2bfe4d2d6954e7281",
                "md5": "118cccfa5a1370f9551cd109bd0f56ad",
                "sha256": "8fa01a82d9c76a4459f8b95d64887a063d6059922f2ebb984557f81aaf8778f3"
            },
            "downloads": -1,
            "filename": "mocpy-0.17.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "118cccfa5a1370f9551cd109bd0f56ad",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1293800,
            "upload_time": "2024-10-17T13:55:09",
            "upload_time_iso_8601": "2024-10-17T13:55:09.524121Z",
            "url": "https://files.pythonhosted.org/packages/e9/09/ff8f900a487d38587b256f2a367332db72d83f90e1a2bfe4d2d6954e7281/mocpy-0.17.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a3167eef2e8f27ff92317681e90e9c2f6b8ad4b577d773f7757beffab5cf33cb",
                "md5": "6dad56ff2ad64b39d6442e6f3e951495",
                "sha256": "5c41fb6b9dbe0dbbd53b2154b20aafab2288353f8d4d9e7af86d9f446e96994f"
            },
            "downloads": -1,
            "filename": "mocpy-0.17.0-cp310-cp310-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6dad56ff2ad64b39d6442e6f3e951495",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1294121,
            "upload_time": "2024-10-17T13:55:09",
            "upload_time_iso_8601": "2024-10-17T13:55:09.836631Z",
            "url": "https://files.pythonhosted.org/packages/a3/16/7eef2e8f27ff92317681e90e9c2f6b8ad4b577d773f7757beffab5cf33cb/mocpy-0.17.0-cp310-cp310-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c931daeb69d670f662b085d9ec6166db48ea97aea90b7f095c9b64c061472376",
                "md5": "43f3d794bb7ff56048925b5c9559fd89",
                "sha256": "ec5b1a9e0aa7655da52b4b4fd95f92cc0a387063b5a8eb2973fc9d2f5e99ee88"
            },
            "downloads": -1,
            "filename": "mocpy-0.17.0-cp310-cp310-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "43f3d794bb7ff56048925b5c9559fd89",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1809973,
            "upload_time": "2024-10-17T14:16:29",
            "upload_time_iso_8601": "2024-10-17T14:16:29.334989Z",
            "url": "https://files.pythonhosted.org/packages/c9/31/daeb69d670f662b085d9ec6166db48ea97aea90b7f095c9b64c061472376/mocpy-0.17.0-cp310-cp310-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f9f30a287fa9985d700d13ce3788914327274f5485c51585612e0a0fe0d76e07",
                "md5": "49db60e972ce56aad47a7baee088c7a8",
                "sha256": "da2e0b189bb08905f0157052668cbf202ec749ce7f568a46e433d3ca82f433b3"
            },
            "downloads": -1,
            "filename": "mocpy-0.17.0-cp310-cp310-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "49db60e972ce56aad47a7baee088c7a8",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1718421,
            "upload_time": "2024-10-17T13:56:16",
            "upload_time_iso_8601": "2024-10-17T13:56:16.191590Z",
            "url": "https://files.pythonhosted.org/packages/f9/f3/0a287fa9985d700d13ce3788914327274f5485c51585612e0a0fe0d76e07/mocpy-0.17.0-cp310-cp310-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7e920700b837a2abd3e03c1761b8f44558c020692fb6ddf981836fb3fdb0d124",
                "md5": "7786eff5b73476df47d20968d5aa2111",
                "sha256": "b5762c86da880a95704e595f918151c3e97fb2951270b230eeaf3599925b7330"
            },
            "downloads": -1,
            "filename": "mocpy-0.17.0-cp310-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "7786eff5b73476df47d20968d5aa2111",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1056428,
            "upload_time": "2024-10-17T13:55:53",
            "upload_time_iso_8601": "2024-10-17T13:55:53.772792Z",
            "url": "https://files.pythonhosted.org/packages/7e/92/0700b837a2abd3e03c1761b8f44558c020692fb6ddf981836fb3fdb0d124/mocpy-0.17.0-cp310-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "276f7852e2cf026ea1ed9a87d847c79e3c2a90f2eb543d0eae6146f1c5e2dce9",
                "md5": "539bae5aefe79d181d041bf889c3b89d",
                "sha256": "b240ceb8fc6456ca8467c0611728c6b593befb957b6ee3e2c76fc31bd79c028e"
            },
            "downloads": -1,
            "filename": "mocpy-0.17.0-cp311-cp311-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl",
            "has_sig": false,
            "md5_digest": "539bae5aefe79d181d041bf889c3b89d",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 2282480,
            "upload_time": "2024-10-17T13:54:14",
            "upload_time_iso_8601": "2024-10-17T13:54:14.806626Z",
            "url": "https://files.pythonhosted.org/packages/27/6f/7852e2cf026ea1ed9a87d847c79e3c2a90f2eb543d0eae6146f1c5e2dce9/mocpy-0.17.0-cp311-cp311-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3d70573a9972e0219f95b239f168f6c9f07010359d2321408ffb51e9d2f7419e",
                "md5": "738f80233a5cfd1e551ad30c8b19d09b",
                "sha256": "1f2e2fb3234ea2ae11d5328e23e5eec3e16c28d5d66ed83c78a716d23cb1b061"
            },
            "downloads": -1,
            "filename": "mocpy-0.17.0-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "738f80233a5cfd1e551ad30c8b19d09b",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1146185,
            "upload_time": "2024-10-17T13:54:41",
            "upload_time_iso_8601": "2024-10-17T13:54:41.027611Z",
            "url": "https://files.pythonhosted.org/packages/3d/70/573a9972e0219f95b239f168f6c9f07010359d2321408ffb51e9d2f7419e/mocpy-0.17.0-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "229b2ae4f63f92981d9afdd159655512b75ebda5c3c04cc809939ae98aeff4b4",
                "md5": "e08e01f8eea101ca1db0c22cb99ba5f6",
                "sha256": "8ad40a3fc01f8de11a944350f0e33924c6dc0e864c1807333bc2b8423176468b"
            },
            "downloads": -1,
            "filename": "mocpy-0.17.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "e08e01f8eea101ca1db0c22cb99ba5f6",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1268087,
            "upload_time": "2024-10-17T14:20:36",
            "upload_time_iso_8601": "2024-10-17T14:20:36.256836Z",
            "url": "https://files.pythonhosted.org/packages/22/9b/2ae4f63f92981d9afdd159655512b75ebda5c3c04cc809939ae98aeff4b4/mocpy-0.17.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ea9d2ed6d56ecd060acfe357eda04192ecfe21d6f67bb136304faa92997c0fa9",
                "md5": "1eaa1f47652c4c3661f5a86fd57fab2b",
                "sha256": "4fc12bd75c793b38ebe0340b697e6200b54ae566700d94ff8b2e504c5c188280"
            },
            "downloads": -1,
            "filename": "mocpy-0.17.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "1eaa1f47652c4c3661f5a86fd57fab2b",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1451809,
            "upload_time": "2024-10-17T13:56:47",
            "upload_time_iso_8601": "2024-10-17T13:56:47.733131Z",
            "url": "https://files.pythonhosted.org/packages/ea/9d/2ed6d56ecd060acfe357eda04192ecfe21d6f67bb136304faa92997c0fa9/mocpy-0.17.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e9b60360da32cfed037615ad5530130ac67a9f51b7fe5d91056058bf93cdf7ab",
                "md5": "7c57b17ac6f7fcd4261bc831da57a6fe",
                "sha256": "3323da3ecb87e8e98332c37b3d3ee6a9cbb058ceabc19d8319967395528bca97"
            },
            "downloads": -1,
            "filename": "mocpy-0.17.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7c57b17ac6f7fcd4261bc831da57a6fe",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1293841,
            "upload_time": "2024-10-17T13:55:30",
            "upload_time_iso_8601": "2024-10-17T13:55:30.314117Z",
            "url": "https://files.pythonhosted.org/packages/e9/b6/0360da32cfed037615ad5530130ac67a9f51b7fe5d91056058bf93cdf7ab/mocpy-0.17.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2026122231f61f5ccfe0be26d7d146c0434827e50a40c54c95cea1c9c1e503cc",
                "md5": "08797f9a5f01371bf8d275f358d1e3d3",
                "sha256": "a106845ddecf05bcf5fd7c72ae7351e333143f5be366903ed7472e4b8a14fbfb"
            },
            "downloads": -1,
            "filename": "mocpy-0.17.0-cp311-cp311-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "08797f9a5f01371bf8d275f358d1e3d3",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1294183,
            "upload_time": "2024-10-17T13:55:31",
            "upload_time_iso_8601": "2024-10-17T13:55:31.319664Z",
            "url": "https://files.pythonhosted.org/packages/20/26/122231f61f5ccfe0be26d7d146c0434827e50a40c54c95cea1c9c1e503cc/mocpy-0.17.0-cp311-cp311-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bcc4529780957c77d4d1fd60867b5193a0171aa867bcbdc34f0db2d02d004be8",
                "md5": "70ea59bfc738feba73fa8ad65a43ef26",
                "sha256": "9b9a1ed70b887c64ed18fbeb26b5541ab22ba3a5819abcb9c16effe16e3be213"
            },
            "downloads": -1,
            "filename": "mocpy-0.17.0-cp311-cp311-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "70ea59bfc738feba73fa8ad65a43ef26",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1810048,
            "upload_time": "2024-10-17T14:20:42",
            "upload_time_iso_8601": "2024-10-17T14:20:42.836716Z",
            "url": "https://files.pythonhosted.org/packages/bc/c4/529780957c77d4d1fd60867b5193a0171aa867bcbdc34f0db2d02d004be8/mocpy-0.17.0-cp311-cp311-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5cdc948ec4e3a17549e443869ab35c317900b500ee05bc56b39f6e59f18fbe0c",
                "md5": "48eb70ba3ab4c7def54d0ea98559e52d",
                "sha256": "7a645b0dd1948d6cdb50bc46a163574298acccd9b7c31601d900a38cad9de990"
            },
            "downloads": -1,
            "filename": "mocpy-0.17.0-cp311-cp311-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "48eb70ba3ab4c7def54d0ea98559e52d",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1719060,
            "upload_time": "2024-10-17T13:56:50",
            "upload_time_iso_8601": "2024-10-17T13:56:50.531742Z",
            "url": "https://files.pythonhosted.org/packages/5c/dc/948ec4e3a17549e443869ab35c317900b500ee05bc56b39f6e59f18fbe0c/mocpy-0.17.0-cp311-cp311-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f0d43b5f539090f67bb5c1084efd4a1cd232a3915956040e7eb88b0109441fc9",
                "md5": "2c5ea186efd430cbb7b15f25f317f0a9",
                "sha256": "938345584ef7e8d4b79ab90d3e6cb50afae3ddc3a9cceeabf4aa48dfce11bc71"
            },
            "downloads": -1,
            "filename": "mocpy-0.17.0-cp311-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "2c5ea186efd430cbb7b15f25f317f0a9",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1056490,
            "upload_time": "2024-10-17T13:55:02",
            "upload_time_iso_8601": "2024-10-17T13:55:02.965803Z",
            "url": "https://files.pythonhosted.org/packages/f0/d4/3b5f539090f67bb5c1084efd4a1cd232a3915956040e7eb88b0109441fc9/mocpy-0.17.0-cp311-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ec6d3eaf6e4c3284196465e6b8ac02221977b459f90696f01a7eac2a188953fe",
                "md5": "3da90cefcbbd4042d91841d8f9132c75",
                "sha256": "e13dd37fb7fe4735a64cfe05d0c0e388ee5b03a4cb10a3a4048f9e0c8f6f6bad"
            },
            "downloads": -1,
            "filename": "mocpy-0.17.0-cp312-cp312-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl",
            "has_sig": false,
            "md5_digest": "3da90cefcbbd4042d91841d8f9132c75",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 2284060,
            "upload_time": "2024-10-17T13:54:21",
            "upload_time_iso_8601": "2024-10-17T13:54:21.591401Z",
            "url": "https://files.pythonhosted.org/packages/ec/6d/3eaf6e4c3284196465e6b8ac02221977b459f90696f01a7eac2a188953fe/mocpy-0.17.0-cp312-cp312-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "903213020f41f56a84732756f3c66f8f556e04ca85f89ccf674e4250ded78eff",
                "md5": "279fea818b5d3f22ecf3bd528922896a",
                "sha256": "14192d7bbb57e0369914d2342aac57f9a6d410dbac6df111039bbb158b16979c"
            },
            "downloads": -1,
            "filename": "mocpy-0.17.0-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "279fea818b5d3f22ecf3bd528922896a",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1146669,
            "upload_time": "2024-10-17T13:54:54",
            "upload_time_iso_8601": "2024-10-17T13:54:54.558643Z",
            "url": "https://files.pythonhosted.org/packages/90/32/13020f41f56a84732756f3c66f8f556e04ca85f89ccf674e4250ded78eff/mocpy-0.17.0-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a99ba672638ea3fe8682d3393855dbb028a4a9c3340fa061082d4ef5b490ad96",
                "md5": "051be2689c212391be03ec2d1c78adcb",
                "sha256": "d007e69b35de47d92f2f561530ca1cd4c918f79f6a4f3e09e6d2fe45cf696020"
            },
            "downloads": -1,
            "filename": "mocpy-0.17.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "051be2689c212391be03ec2d1c78adcb",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1265344,
            "upload_time": "2024-10-17T14:24:53",
            "upload_time_iso_8601": "2024-10-17T14:24:53.496238Z",
            "url": "https://files.pythonhosted.org/packages/a9/9b/a672638ea3fe8682d3393855dbb028a4a9c3340fa061082d4ef5b490ad96/mocpy-0.17.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f928998c24b48b0560644b13025fcce52960b7b838d6a77cb4536645981b247b",
                "md5": "f7aee78afc12305d212b94504882edb9",
                "sha256": "4e42a2a34b296415f9acd29d6bda4fc7ff1560342cf013c929871eef276d4ca8"
            },
            "downloads": -1,
            "filename": "mocpy-0.17.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "f7aee78afc12305d212b94504882edb9",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1448591,
            "upload_time": "2024-10-17T13:57:20",
            "upload_time_iso_8601": "2024-10-17T13:57:20.145909Z",
            "url": "https://files.pythonhosted.org/packages/f9/28/998c24b48b0560644b13025fcce52960b7b838d6a77cb4536645981b247b/mocpy-0.17.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "72fbc075aef3ff8781aaf7f72db88de00bf690bb0262210faa86bac013a690dc",
                "md5": "7a85234a9d9d49b11af4a3bc52d9a805",
                "sha256": "524fefa76db49bdd8befc897756cbfab9875e4fbe192f8e8b19d4d0c36f0d99e"
            },
            "downloads": -1,
            "filename": "mocpy-0.17.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7a85234a9d9d49b11af4a3bc52d9a805",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1294703,
            "upload_time": "2024-10-17T13:55:50",
            "upload_time_iso_8601": "2024-10-17T13:55:50.294544Z",
            "url": "https://files.pythonhosted.org/packages/72/fb/c075aef3ff8781aaf7f72db88de00bf690bb0262210faa86bac013a690dc/mocpy-0.17.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f853e8d1094d3eaddba66bf514789ae6ae7ef4e9429c11662bf169e5b3d92f03",
                "md5": "394d00ab7f89fc1d7279a16a9b43d69e",
                "sha256": "31141cd7a6083a9b730a14f958ef1c00e24b41f8ebbecfbed0aff1baaff2d35e"
            },
            "downloads": -1,
            "filename": "mocpy-0.17.0-cp312-cp312-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "394d00ab7f89fc1d7279a16a9b43d69e",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1294977,
            "upload_time": "2024-10-17T13:55:50",
            "upload_time_iso_8601": "2024-10-17T13:55:50.951885Z",
            "url": "https://files.pythonhosted.org/packages/f8/53/e8d1094d3eaddba66bf514789ae6ae7ef4e9429c11662bf169e5b3d92f03/mocpy-0.17.0-cp312-cp312-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f0f6fc1fea13bce58a4ba4bbb498b5f1f3c5fd287ed02dd44453b88274b1d484",
                "md5": "fa892eb297ab6970b4c81183a3c817bd",
                "sha256": "01a3e6f4890210b33dcc4435240a6539fd29aaa1e4eda7e13fb587f580b77879"
            },
            "downloads": -1,
            "filename": "mocpy-0.17.0-cp312-cp312-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "fa892eb297ab6970b4c81183a3c817bd",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1807165,
            "upload_time": "2024-10-17T14:25:00",
            "upload_time_iso_8601": "2024-10-17T14:25:00.069463Z",
            "url": "https://files.pythonhosted.org/packages/f0/f6/fc1fea13bce58a4ba4bbb498b5f1f3c5fd287ed02dd44453b88274b1d484/mocpy-0.17.0-cp312-cp312-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "733838b3f7d5da6af6c228b32bbba38d4f0edae8c9d3ed62758f925da6fe160e",
                "md5": "eeaff026c03bfabe2dffc80071b80a6f",
                "sha256": "c9ad831c7a5b392e9af53114425bf7e6220eb722c2cbd3bddf3fd9325126216b"
            },
            "downloads": -1,
            "filename": "mocpy-0.17.0-cp312-cp312-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "eeaff026c03bfabe2dffc80071b80a6f",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1715675,
            "upload_time": "2024-10-17T13:57:22",
            "upload_time_iso_8601": "2024-10-17T13:57:22.401922Z",
            "url": "https://files.pythonhosted.org/packages/73/38/38b3f7d5da6af6c228b32bbba38d4f0edae8c9d3ed62758f925da6fe160e/mocpy-0.17.0-cp312-cp312-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "80056d37cb5d4a7bdd8d3015d7b80b8ba7f4c2a876c61ade372eccac22e90360",
                "md5": "7888612309a55610595f549bf59027fa",
                "sha256": "35b123ff7a39271e064c14ec20564b692f530da7e0702404e92b591b5225ea42"
            },
            "downloads": -1,
            "filename": "mocpy-0.17.0-cp312-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "7888612309a55610595f549bf59027fa",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1055610,
            "upload_time": "2024-10-17T13:55:23",
            "upload_time_iso_8601": "2024-10-17T13:55:23.357170Z",
            "url": "https://files.pythonhosted.org/packages/80/05/6d37cb5d4a7bdd8d3015d7b80b8ba7f4c2a876c61ade372eccac22e90360/mocpy-0.17.0-cp312-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "33287ed463a57d5b7ffc8e7069c9739f225dd6de0bba7bc039a62ec3fa35b448",
                "md5": "54a687dfad2574e1a2745f9c3fd091bc",
                "sha256": "86b2801c13fc34c71361a7c070355780f5bf150adaaba4b3432fecb3e5e35aa3"
            },
            "downloads": -1,
            "filename": "mocpy-0.17.0-cp313-cp313-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl",
            "has_sig": false,
            "md5_digest": "54a687dfad2574e1a2745f9c3fd091bc",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 2283576,
            "upload_time": "2024-10-17T13:54:36",
            "upload_time_iso_8601": "2024-10-17T13:54:36.814648Z",
            "url": "https://files.pythonhosted.org/packages/33/28/7ed463a57d5b7ffc8e7069c9739f225dd6de0bba7bc039a62ec3fa35b448/mocpy-0.17.0-cp313-cp313-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "52b9b75badd25c911fd2e88b5a8ebe1877a181b883f91c8dc92159d328ff45ae",
                "md5": "2e309eca388b45f9f8694be0697932d7",
                "sha256": "8510d14b65570819c14c3687ef07c7f4b7f5cdb343d5202350fb966302b9f133"
            },
            "downloads": -1,
            "filename": "mocpy-0.17.0-cp313-cp313-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "2e309eca388b45f9f8694be0697932d7",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 1146414,
            "upload_time": "2024-10-17T13:55:17",
            "upload_time_iso_8601": "2024-10-17T13:55:17.032820Z",
            "url": "https://files.pythonhosted.org/packages/52/b9/b75badd25c911fd2e88b5a8ebe1877a181b883f91c8dc92159d328ff45ae/mocpy-0.17.0-cp313-cp313-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5ee54623b8bc28fbb0031175b14445d71237e394d1b127305b1a93287fc85f03",
                "md5": "30adb957c602ea8f0801c63175e4f65c",
                "sha256": "17110a67c1d14a887b16fd1a43d2e915af564dab6828df546b1d1c34debf345b"
            },
            "downloads": -1,
            "filename": "mocpy-0.17.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "30adb957c602ea8f0801c63175e4f65c",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 1264660,
            "upload_time": "2024-10-17T14:29:09",
            "upload_time_iso_8601": "2024-10-17T14:29:09.870720Z",
            "url": "https://files.pythonhosted.org/packages/5e/e5/4623b8bc28fbb0031175b14445d71237e394d1b127305b1a93287fc85f03/mocpy-0.17.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bf9c91a75872ea884485c201c3cbc615d7abdd0f5ae09dcc9e7e82bd6fc7fd7f",
                "md5": "16b744f6f852fcbf0378913ddb9b103e",
                "sha256": "a94070bc7fa43fd2a2684c19c0c86f3321fa09e98cba03c984af8a49215fc036"
            },
            "downloads": -1,
            "filename": "mocpy-0.17.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "16b744f6f852fcbf0378913ddb9b103e",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 1448297,
            "upload_time": "2024-10-17T13:57:51",
            "upload_time_iso_8601": "2024-10-17T13:57:51.895161Z",
            "url": "https://files.pythonhosted.org/packages/bf/9c/91a75872ea884485c201c3cbc615d7abdd0f5ae09dcc9e7e82bd6fc7fd7f/mocpy-0.17.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3d2050727ded7af1739289d85e9c798658170277cb6fb527299237ae40844fe3",
                "md5": "fbfccf8db54a010c746ce061a3bac55d",
                "sha256": "39a843ffad8ae610c9fc195b72bde75be59a67be60477cca7ffbfd6b65baac05"
            },
            "downloads": -1,
            "filename": "mocpy-0.17.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "fbfccf8db54a010c746ce061a3bac55d",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 1293958,
            "upload_time": "2024-10-17T13:56:11",
            "upload_time_iso_8601": "2024-10-17T13:56:11.153114Z",
            "url": "https://files.pythonhosted.org/packages/3d/20/50727ded7af1739289d85e9c798658170277cb6fb527299237ae40844fe3/mocpy-0.17.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "85045764d0cfce3dcfac1695cb525677ce5c8c6b0255076236f105b457aa5fb2",
                "md5": "eecfbfd88b3f691715c1997a40ff4a6c",
                "sha256": "ac24503371f0402c6d4e468b36101ea96e5cd37d66e006c46e8d91a947fd8b08"
            },
            "downloads": -1,
            "filename": "mocpy-0.17.0-cp313-cp313-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "eecfbfd88b3f691715c1997a40ff4a6c",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 1294260,
            "upload_time": "2024-10-17T13:56:13",
            "upload_time_iso_8601": "2024-10-17T13:56:13.021199Z",
            "url": "https://files.pythonhosted.org/packages/85/04/5764d0cfce3dcfac1695cb525677ce5c8c6b0255076236f105b457aa5fb2/mocpy-0.17.0-cp313-cp313-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "95838d0bf258c93b025eeae0ac158aa612307a8c85da941188f7fc4dea407cb3",
                "md5": "1b625360d97662ea8708294e055aa7c6",
                "sha256": "50634b6b2be63b7c305659780bcf6787473bfa818e4b6233512eb991fc5b1c25"
            },
            "downloads": -1,
            "filename": "mocpy-0.17.0-cp313-cp313-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "1b625360d97662ea8708294e055aa7c6",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 1806599,
            "upload_time": "2024-10-17T14:29:15",
            "upload_time_iso_8601": "2024-10-17T14:29:15.956968Z",
            "url": "https://files.pythonhosted.org/packages/95/83/8d0bf258c93b025eeae0ac158aa612307a8c85da941188f7fc4dea407cb3/mocpy-0.17.0-cp313-cp313-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5d23b38ee3237ce5aa879121e6761d3c33aec23703453d7dda6cb4cb94a26c70",
                "md5": "e16b95b018c44c15303c980a6113c481",
                "sha256": "fa4b20e14139a3bbbabaf405a99db0d18a4dd86b351ace9577e88d9a5b97227a"
            },
            "downloads": -1,
            "filename": "mocpy-0.17.0-cp313-cp313-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "e16b95b018c44c15303c980a6113c481",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 1715339,
            "upload_time": "2024-10-17T13:57:54",
            "upload_time_iso_8601": "2024-10-17T13:57:54.037519Z",
            "url": "https://files.pythonhosted.org/packages/5d/23/b38ee3237ce5aa879121e6761d3c33aec23703453d7dda6cb4cb94a26c70/mocpy-0.17.0-cp313-cp313-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6d4727b96a23d9a7c39e583c129d9a76a00c3b023db3d60cc5cdf3760dbbac87",
                "md5": "3208421bee3b36bf6f59330943e8ed3a",
                "sha256": "4ed9b921df83232ab4377fd15ea943d5072f80d45ecf5cfe5bcdc0b9d547d758"
            },
            "downloads": -1,
            "filename": "mocpy-0.17.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "3208421bee3b36bf6f59330943e8ed3a",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 1264664,
            "upload_time": "2024-10-17T14:33:26",
            "upload_time_iso_8601": "2024-10-17T14:33:26.802615Z",
            "url": "https://files.pythonhosted.org/packages/6d/47/27b96a23d9a7c39e583c129d9a76a00c3b023db3d60cc5cdf3760dbbac87/mocpy-0.17.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "eeb5da113620edbc3c2abf3e574c9aa02c2abf302fbf4563f0e479fc48a817bb",
                "md5": "c0b72df767a8b5095e8c8aeb361a66d6",
                "sha256": "62540b9c7b2c39bcabd58d128c98b30392a7aafa338ed25cabee0ab8d72b6a7d"
            },
            "downloads": -1,
            "filename": "mocpy-0.17.0-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "c0b72df767a8b5095e8c8aeb361a66d6",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 1448303,
            "upload_time": "2024-10-17T13:58:23",
            "upload_time_iso_8601": "2024-10-17T13:58:23.878355Z",
            "url": "https://files.pythonhosted.org/packages/ee/b5/da113620edbc3c2abf3e574c9aa02c2abf302fbf4563f0e479fc48a817bb/mocpy-0.17.0-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "71083b6af6ab36e75232739741f47c555d2fc7e4b8495e076c348b6cbf4a06a3",
                "md5": "f2d4960877a07633cceae160ba22d3ef",
                "sha256": "5256bf26eef2b5e9ddfb5e52354fcc5df80c67505237aa1f88959f0d9c65a0c9"
            },
            "downloads": -1,
            "filename": "mocpy-0.17.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f2d4960877a07633cceae160ba22d3ef",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 1293962,
            "upload_time": "2024-10-17T13:56:37",
            "upload_time_iso_8601": "2024-10-17T13:56:37.680060Z",
            "url": "https://files.pythonhosted.org/packages/71/08/3b6af6ab36e75232739741f47c555d2fc7e4b8495e076c348b6cbf4a06a3/mocpy-0.17.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3e21058ef93657229f7975ec68eda3bf3efa35af2d15d238bad0137caae2c402",
                "md5": "ab191f2171e15ad41b2568f2da31a37d",
                "sha256": "455dc62bb60774e8cbb9691343656ac53b0c1565a7dc53e965b86b8b60ee1a0f"
            },
            "downloads": -1,
            "filename": "mocpy-0.17.0-cp313-cp313t-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ab191f2171e15ad41b2568f2da31a37d",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 1294264,
            "upload_time": "2024-10-17T13:56:37",
            "upload_time_iso_8601": "2024-10-17T13:56:37.630313Z",
            "url": "https://files.pythonhosted.org/packages/3e/21/058ef93657229f7975ec68eda3bf3efa35af2d15d238bad0137caae2c402/mocpy-0.17.0-cp313-cp313t-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "04773de4ee30a59452b21f0d0e63327d334ca5d5723eb5a121e4910151f4c660",
                "md5": "385e9a3954a735a8e4de5b6ee0eacbea",
                "sha256": "f829c58ee5e518c49fb3c0a87e6a32482654bce36bc1c40221adf615a0856970"
            },
            "downloads": -1,
            "filename": "mocpy-0.17.0-cp313-cp313t-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "385e9a3954a735a8e4de5b6ee0eacbea",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 1806602,
            "upload_time": "2024-10-17T14:33:33",
            "upload_time_iso_8601": "2024-10-17T14:33:33.463595Z",
            "url": "https://files.pythonhosted.org/packages/04/77/3de4ee30a59452b21f0d0e63327d334ca5d5723eb5a121e4910151f4c660/mocpy-0.17.0-cp313-cp313t-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "918a31d21911db480cd4430659276b5fbcdff5229281f287083b84d5e3577b87",
                "md5": "6e0d67bb7d7641d6680ea2cba4098241",
                "sha256": "eae052a9cc28a2e0c0b7f83435e6370aa8486af142d5efeb55a0da2b88568be7"
            },
            "downloads": -1,
            "filename": "mocpy-0.17.0-cp313-cp313t-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "6e0d67bb7d7641d6680ea2cba4098241",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 1715342,
            "upload_time": "2024-10-17T13:58:26",
            "upload_time_iso_8601": "2024-10-17T13:58:26.380206Z",
            "url": "https://files.pythonhosted.org/packages/91/8a/31d21911db480cd4430659276b5fbcdff5229281f287083b84d5e3577b87/mocpy-0.17.0-cp313-cp313t-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "81d4cc175ee2edf3a9e71be69c8e381ae8e906f83a665f1b934e4f65d219d0e6",
                "md5": "ebf9dd180aa2d61cf722f4a304d39499",
                "sha256": "61df3353f24c00ae2bb9907a9ab849d2c606d0d1c6bcaa2027ceb4547cf31f66"
            },
            "downloads": -1,
            "filename": "mocpy-0.17.0-cp38-cp38-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl",
            "has_sig": false,
            "md5_digest": "ebf9dd180aa2d61cf722f4a304d39499",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 2282660,
            "upload_time": "2024-10-17T13:54:52",
            "upload_time_iso_8601": "2024-10-17T13:54:52.464476Z",
            "url": "https://files.pythonhosted.org/packages/81/d4/cc175ee2edf3a9e71be69c8e381ae8e906f83a665f1b934e4f65d219d0e6/mocpy-0.17.0-cp38-cp38-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d2849c03c28b51be15576f53fcf1afb0473686d47937c8b19b233ea75e671374",
                "md5": "9ff18477a245ac92924ae3824651e58c",
                "sha256": "70a96953f231b0a93400ffc917dd0ee4b7f7d67daf9457a9f4450400099c97e3"
            },
            "downloads": -1,
            "filename": "mocpy-0.17.0-cp38-cp38-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "9ff18477a245ac92924ae3824651e58c",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1146691,
            "upload_time": "2024-10-17T13:55:22",
            "upload_time_iso_8601": "2024-10-17T13:55:22.615126Z",
            "url": "https://files.pythonhosted.org/packages/d2/84/9c03c28b51be15576f53fcf1afb0473686d47937c8b19b233ea75e671374/mocpy-0.17.0-cp38-cp38-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "80dd6d5b6b7af88dc01ac624bc0cf7a0064b263acc696b88c057875e45a5d0d7",
                "md5": "26aec6628b76606286ae288177ae7b2c",
                "sha256": "a8ffd58c245bc638755882caeadaf5c551222ce40a8d3275c8f6a6dc8bed65a0"
            },
            "downloads": -1,
            "filename": "mocpy-0.17.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "26aec6628b76606286ae288177ae7b2c",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1268569,
            "upload_time": "2024-10-17T14:07:53",
            "upload_time_iso_8601": "2024-10-17T14:07:53.439174Z",
            "url": "https://files.pythonhosted.org/packages/80/dd/6d5b6b7af88dc01ac624bc0cf7a0064b263acc696b88c057875e45a5d0d7/mocpy-0.17.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "127c1c3f331f5a48ca1203f0c4cd9fbef963a73071b82cb652399058788571f9",
                "md5": "fc2d7b1bb30bcf84ad38a4864ed2d348",
                "sha256": "7e293f0f4543181641b5feb10ba49e43dc5951fdd84c6de54c123e49cebd7adc"
            },
            "downloads": -1,
            "filename": "mocpy-0.17.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "fc2d7b1bb30bcf84ad38a4864ed2d348",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1452268,
            "upload_time": "2024-10-17T13:55:06",
            "upload_time_iso_8601": "2024-10-17T13:55:06.954093Z",
            "url": "https://files.pythonhosted.org/packages/12/7c/1c3f331f5a48ca1203f0c4cd9fbef963a73071b82cb652399058788571f9/mocpy-0.17.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3d17bf11f0a6f4a0642fea6333dd425b711bf312cd4fcfd4422668f227eb5756",
                "md5": "e929011bc8dba890a8888038fe0572fd",
                "sha256": "4afb3f5ca08e4f67b533fc6a9a77b5bf7ff12aeac83bb0d1bef53abc5e5c202f"
            },
            "downloads": -1,
            "filename": "mocpy-0.17.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e929011bc8dba890a8888038fe0572fd",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1295134,
            "upload_time": "2024-10-17T13:54:28",
            "upload_time_iso_8601": "2024-10-17T13:54:28.361735Z",
            "url": "https://files.pythonhosted.org/packages/3d/17/bf11f0a6f4a0642fea6333dd425b711bf312cd4fcfd4422668f227eb5756/mocpy-0.17.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f74ecf220285c72919e991275f7c8ee847be4ccc3f82d41fdcc1a7d7fa5cbdfe",
                "md5": "6d26a7df38bedfc65774e14c9a28dc15",
                "sha256": "ac4cfe4a88bf71658e4b8408bb3a9c715ab2250e9c071c1246064819dcc87079"
            },
            "downloads": -1,
            "filename": "mocpy-0.17.0-cp38-cp38-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6d26a7df38bedfc65774e14c9a28dc15",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1295359,
            "upload_time": "2024-10-17T13:54:31",
            "upload_time_iso_8601": "2024-10-17T13:54:31.140389Z",
            "url": "https://files.pythonhosted.org/packages/f7/4e/cf220285c72919e991275f7c8ee847be4ccc3f82d41fdcc1a7d7fa5cbdfe/mocpy-0.17.0-cp38-cp38-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5c008e28b3b153acfa30860733ecc3d63cf4153a112d6d7356e3a4ff04871bcf",
                "md5": "349357353ebf2d2d4c226502d75cba01",
                "sha256": "0539dea5b7a382c7c4d112ada78259e1b7728a1f0ffbd41df999e6c617e24505"
            },
            "downloads": -1,
            "filename": "mocpy-0.17.0-cp38-cp38-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "349357353ebf2d2d4c226502d75cba01",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1810503,
            "upload_time": "2024-10-17T14:07:59",
            "upload_time_iso_8601": "2024-10-17T14:07:59.984457Z",
            "url": "https://files.pythonhosted.org/packages/5c/00/8e28b3b153acfa30860733ecc3d63cf4153a112d6d7356e3a4ff04871bcf/mocpy-0.17.0-cp38-cp38-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "41db46c0888759f78aa25b614beddccc22e2eb0dd6d7e6668c8a1a6826bba77d",
                "md5": "9c7c9614ed0f73b581f5b68926256913",
                "sha256": "be1a26eb377466e8a28f8b7db0cd8c3a320b50727a07ac219c7ff85dc344bed9"
            },
            "downloads": -1,
            "filename": "mocpy-0.17.0-cp38-cp38-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "9c7c9614ed0f73b581f5b68926256913",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1719626,
            "upload_time": "2024-10-17T13:55:09",
            "upload_time_iso_8601": "2024-10-17T13:55:09.085011Z",
            "url": "https://files.pythonhosted.org/packages/41/db/46c0888759f78aa25b614beddccc22e2eb0dd6d7e6668c8a1a6826bba77d/mocpy-0.17.0-cp38-cp38-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3e6e62362a573ca7ccc9f3fd280bc27b8abe5aa116fbb677af2d1f50ee65a27e",
                "md5": "324cc1dfa7db6c19390ed1b527e2b57b",
                "sha256": "fb1fd3ac00e82c9ccc2bc464e1a38d62e266341f8fe1c83d7becfd936a73950f"
            },
            "downloads": -1,
            "filename": "mocpy-0.17.0-cp38-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "324cc1dfa7db6c19390ed1b527e2b57b",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1056881,
            "upload_time": "2024-10-17T13:56:02",
            "upload_time_iso_8601": "2024-10-17T13:56:02.941950Z",
            "url": "https://files.pythonhosted.org/packages/3e/6e/62362a573ca7ccc9f3fd280bc27b8abe5aa116fbb677af2d1f50ee65a27e/mocpy-0.17.0-cp38-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9489be9bc12f488efe39b4a233373a734d88db63156d4a1fe64ca1bbdf7109ab",
                "md5": "d6de47d8b4f164ada4dcea308544f4f1",
                "sha256": "e6f8f21add558e3a33632bf319cf77f1a4cbea573200e03f84056e047b2d04c4"
            },
            "downloads": -1,
            "filename": "mocpy-0.17.0-cp39-cp39-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl",
            "has_sig": false,
            "md5_digest": "d6de47d8b4f164ada4dcea308544f4f1",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 2282868,
            "upload_time": "2024-10-17T13:56:51",
            "upload_time_iso_8601": "2024-10-17T13:56:51.865896Z",
            "url": "https://files.pythonhosted.org/packages/94/89/be9bc12f488efe39b4a233373a734d88db63156d4a1fe64ca1bbdf7109ab/mocpy-0.17.0-cp39-cp39-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "394b2c77498d3ddfa02bce01909a186f2a8a807f82d12ac32eb47973a62d90c0",
                "md5": "042361d5c6d7f085fa9947771a3218f4",
                "sha256": "35589889ebffa999ba2544dec4c40b79c3ce78e444a5f59c076e83a2f4064d76"
            },
            "downloads": -1,
            "filename": "mocpy-0.17.0-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "042361d5c6d7f085fa9947771a3218f4",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1146503,
            "upload_time": "2024-10-17T13:57:33",
            "upload_time_iso_8601": "2024-10-17T13:57:33.705272Z",
            "url": "https://files.pythonhosted.org/packages/39/4b/2c77498d3ddfa02bce01909a186f2a8a807f82d12ac32eb47973a62d90c0/mocpy-0.17.0-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "722265cf0551eb27e1b61eb41b7ccc952eca11d6abd3cba55af24d961857033e",
                "md5": "56658212c7739f2418ac8e76a2daff78",
                "sha256": "c9412ac1282658bcb668ab8b6cb843abb02159e3071b9e01a44dc3f29055daca"
            },
            "downloads": -1,
            "filename": "mocpy-0.17.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "56658212c7739f2418ac8e76a2daff78",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1269021,
            "upload_time": "2024-10-17T14:12:09",
            "upload_time_iso_8601": "2024-10-17T14:12:09.687074Z",
            "url": "https://files.pythonhosted.org/packages/72/22/65cf0551eb27e1b61eb41b7ccc952eca11d6abd3cba55af24d961857033e/mocpy-0.17.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1fdc1f71c6e72033713abb22ebead080b9785b1b1244b66add19ed0692322d25",
                "md5": "67ba24832aa6285f284e6f2313fa1bdb",
                "sha256": "0f5c9603492015c3611db84e9ad362fa94e55a75f281e91b606316f94cabf154"
            },
            "downloads": -1,
            "filename": "mocpy-0.17.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "67ba24832aa6285f284e6f2313fa1bdb",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1452683,
            "upload_time": "2024-10-17T13:55:38",
            "upload_time_iso_8601": "2024-10-17T13:55:38.309189Z",
            "url": "https://files.pythonhosted.org/packages/1f/dc/1f71c6e72033713abb22ebead080b9785b1b1244b66add19ed0692322d25/mocpy-0.17.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2082566c2b275ffa207d6ea2ba4998b2a7346f90c9064190e8caa6e0e49af3a1",
                "md5": "2ad1c3cb8b64a1eba2bc77ce3437ea9a",
                "sha256": "783743ea51ab3e31cfa4d59ba653b41006c370ee3fa2406d7b51b9f6e2979c39"
            },
            "downloads": -1,
            "filename": "mocpy-0.17.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2ad1c3cb8b64a1eba2bc77ce3437ea9a",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1295015,
            "upload_time": "2024-10-17T13:54:49",
            "upload_time_iso_8601": "2024-10-17T13:54:49.682138Z",
            "url": "https://files.pythonhosted.org/packages/20/82/566c2b275ffa207d6ea2ba4998b2a7346f90c9064190e8caa6e0e49af3a1/mocpy-0.17.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7ee77c5f8d58a11d5757992240006996d2d1f2f665749c4add0c7a474b639452",
                "md5": "b1bcaa97c11511dcfa92dcae7d9db2c9",
                "sha256": "1f6d8ebb02ab362a5a2f632ad9924f0a220eb96e99ef8e77bb6f9086b95684ac"
            },
            "downloads": -1,
            "filename": "mocpy-0.17.0-cp39-cp39-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b1bcaa97c11511dcfa92dcae7d9db2c9",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1295409,
            "upload_time": "2024-10-17T13:54:50",
            "upload_time_iso_8601": "2024-10-17T13:54:50.330152Z",
            "url": "https://files.pythonhosted.org/packages/7e/e7/7c5f8d58a11d5757992240006996d2d1f2f665749c4add0c7a474b639452/mocpy-0.17.0-cp39-cp39-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5f5839da6002c3db2d75fe21a29ffdf686a12e580dd802991d7a3c0692a5d50c",
                "md5": "b038da268dc56e7ae27bb0c9967ba266",
                "sha256": "929138ba4a6d2f834b0f9e96d084913d30f69d69494fd03ab025fc098920a17c"
            },
            "downloads": -1,
            "filename": "mocpy-0.17.0-cp39-cp39-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "b038da268dc56e7ae27bb0c9967ba266",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1811016,
            "upload_time": "2024-10-17T14:12:16",
            "upload_time_iso_8601": "2024-10-17T14:12:16.581199Z",
            "url": "https://files.pythonhosted.org/packages/5f/58/39da6002c3db2d75fe21a29ffdf686a12e580dd802991d7a3c0692a5d50c/mocpy-0.17.0-cp39-cp39-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "11f48f48e0a6a1075408c4f7e0fb5de56cffdd59a74c71c93a5b02885af0536d",
                "md5": "26e3a87915d1e79f1641e57a6b4777c2",
                "sha256": "16371ac965d1429c593f4e639559c7670094fdb62f27506613519b8e54232889"
            },
            "downloads": -1,
            "filename": "mocpy-0.17.0-cp39-cp39-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "26e3a87915d1e79f1641e57a6b4777c2",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1719994,
            "upload_time": "2024-10-17T13:55:40",
            "upload_time_iso_8601": "2024-10-17T13:55:40.491160Z",
            "url": "https://files.pythonhosted.org/packages/11/f4/8f48e0a6a1075408c4f7e0fb5de56cffdd59a74c71c93a5b02885af0536d/mocpy-0.17.0-cp39-cp39-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "dbcbce0b7bfdfe0ac871a64725861db67497969ff9d810caa9cb7f8bed01e96f",
                "md5": "b4c56f562ee14117099032ce1416f877",
                "sha256": "951f165b2938dbe8cdc0349add973aaa7d9a61b05a0c861d6ed98b20bccba0f7"
            },
            "downloads": -1,
            "filename": "mocpy-0.17.0-cp39-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "b4c56f562ee14117099032ce1416f877",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1056861,
            "upload_time": "2024-10-17T13:55:50",
            "upload_time_iso_8601": "2024-10-17T13:55:50.774847Z",
            "url": "https://files.pythonhosted.org/packages/db/cb/ce0b7bfdfe0ac871a64725861db67497969ff9d810caa9cb7f8bed01e96f/mocpy-0.17.0-cp39-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b9bd462d954dce02f0b309b186d1125e2804e74c9fbad839b6b75c4260ba8cfb",
                "md5": "28f3ae4d6f08e697d729ae5b4e7ae9e0",
                "sha256": "1a4876fd1d5c5bfe00ea1165f47afabc0081389aa7911c71ad03ef272a992268"
            },
            "downloads": -1,
            "filename": "mocpy-0.17.0.tar.gz",
            "has_sig": false,
            "md5_digest": "28f3ae4d6f08e697d729ae5b4e7ae9e0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 90074,
            "upload_time": "2024-10-17T13:54:29",
            "upload_time_iso_8601": "2024-10-17T13:54:29.598566Z",
            "url": "https://files.pythonhosted.org/packages/b9/bd/462d954dce02f0b309b186d1125e2804e74c9fbad839b6b75c4260ba8cfb/mocpy-0.17.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-17 13:54:29",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "cds-astro",
    "github_project": "mocpy",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "mocpy"
}
        
Elapsed time: 0.45274s