*****
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/cb/7b/6344cb6addf42a9e62076883f258dbe439869b31f9e5ade385bd128f6669/mocpy-0.17.1.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.1",
"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": "fc6b6fc79d27aed66dc4ac45741f180201866678df4a493087e43d7f5bf082ad",
"md5": "793941d8c7643331c7b2ef7a4bb68a67",
"sha256": "c1d58d49b2f65f7dcef8c9699c409bc090b4b99b0970f54e7320ed370e8bcb6c"
},
"downloads": -1,
"filename": "mocpy-0.17.1-cp310-cp310-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl",
"has_sig": false,
"md5_digest": "793941d8c7643331c7b2ef7a4bb68a67",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 2276986,
"upload_time": "2024-11-22T15:36:25",
"upload_time_iso_8601": "2024-11-22T15:36:25.773996Z",
"url": "https://files.pythonhosted.org/packages/fc/6b/6fc79d27aed66dc4ac45741f180201866678df4a493087e43d7f5bf082ad/mocpy-0.17.1-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": "62487095ac01c57d5f3cdc7688230b851bf80f9d6d6398ba7461b55486cb4e25",
"md5": "cc1d04bbc907333b78c4b007e9e81459",
"sha256": "d8b75ff24862081b23a28425e2411ca3c8d1bebd8ac64c4963712600c46b51a5"
},
"downloads": -1,
"filename": "mocpy-0.17.1-cp310-cp310-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "cc1d04bbc907333b78c4b007e9e81459",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 1145542,
"upload_time": "2024-11-22T15:36:54",
"upload_time_iso_8601": "2024-11-22T15:36:54.380900Z",
"url": "https://files.pythonhosted.org/packages/62/48/7095ac01c57d5f3cdc7688230b851bf80f9d6d6398ba7461b55486cb4e25/mocpy-0.17.1-cp310-cp310-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "0af1423ceb74633f3dcfc9ed6a9c551c4399e57e11394b57ff0ca2affa0d7e4a",
"md5": "e1dbe0d282d64fe5fc3d83f2440e343f",
"sha256": "f6bfe56d8a782e6ed49f7eec8b2066ce37c5740f74e80a03892ac22fdea5ca2a"
},
"downloads": -1,
"filename": "mocpy-0.17.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "e1dbe0d282d64fe5fc3d83f2440e343f",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 1237994,
"upload_time": "2024-11-22T15:59:03",
"upload_time_iso_8601": "2024-11-22T15:59:03.430203Z",
"url": "https://files.pythonhosted.org/packages/0a/f1/423ceb74633f3dcfc9ed6a9c551c4399e57e11394b57ff0ca2affa0d7e4a/mocpy-0.17.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "82b61675535de29980e24d4028112dfc8a5110491e359dbaf3405d8ffb623774",
"md5": "46b583e1e67893efdcc7b66a6b89ea10",
"sha256": "655adebb2527532bdd9b6c83e7c91795a8aac7c7b2a7b5a23961183af5f9d2ae"
},
"downloads": -1,
"filename": "mocpy-0.17.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "46b583e1e67893efdcc7b66a6b89ea10",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 1452487,
"upload_time": "2024-11-22T15:37:27",
"upload_time_iso_8601": "2024-11-22T15:37:27.522952Z",
"url": "https://files.pythonhosted.org/packages/82/b6/1675535de29980e24d4028112dfc8a5110491e359dbaf3405d8ffb623774/mocpy-0.17.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "dae0e89d4876d2025f24dca24e46ba82bd2e67e244628c792c2a6d0433490dbb",
"md5": "5f9944d1b0b88802acedba1b8af8d5ed",
"sha256": "ce9541abed55009ab57eaecd0e5f2ddd1fe450a83440d82ad5d43542e708102b"
},
"downloads": -1,
"filename": "mocpy-0.17.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "5f9944d1b0b88802acedba1b8af8d5ed",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 1288702,
"upload_time": "2024-11-22T15:36:28",
"upload_time_iso_8601": "2024-11-22T15:36:28.571525Z",
"url": "https://files.pythonhosted.org/packages/da/e0/e89d4876d2025f24dca24e46ba82bd2e67e244628c792c2a6d0433490dbb/mocpy-0.17.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "29b0dbae002100a4cf87eda18a6ade76cb109df4fc6826053fe72057b5927e4d",
"md5": "842272b61048ab1e51c04588325c2d53",
"sha256": "f7240b51148a0049971fa94c878eac0b7a8c85646a8e0dfa860c82f7e33061b7"
},
"downloads": -1,
"filename": "mocpy-0.17.1-cp310-cp310-manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "842272b61048ab1e51c04588325c2d53",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 1289196,
"upload_time": "2024-11-22T15:37:19",
"upload_time_iso_8601": "2024-11-22T15:37:19.312932Z",
"url": "https://files.pythonhosted.org/packages/29/b0/dbae002100a4cf87eda18a6ade76cb109df4fc6826053fe72057b5927e4d/mocpy-0.17.1-cp310-cp310-manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d44f563bffde10d378efb7c3b098d2a0dd0327e089e74bda80bf59ecaea60e30",
"md5": "e06825778fb06fedfb3274fba2341897",
"sha256": "73c3e59520ae3af9571a27655c61d9dfd71645303ace11d22897c2430ee2953d"
},
"downloads": -1,
"filename": "mocpy-0.17.1-cp310-cp310-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "e06825778fb06fedfb3274fba2341897",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 1780280,
"upload_time": "2024-11-22T15:59:10",
"upload_time_iso_8601": "2024-11-22T15:59:10.880369Z",
"url": "https://files.pythonhosted.org/packages/d4/4f/563bffde10d378efb7c3b098d2a0dd0327e089e74bda80bf59ecaea60e30/mocpy-0.17.1-cp310-cp310-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "5b83eb5c24b545bd8d31ad244e427cd66add076036b243a54cc177250e91c024",
"md5": "93796e467a163ec137773dee2836979f",
"sha256": "f856c2054cf45db1c29a8d204e0f70bb66602114c996f552d5f3533c556f5fd6"
},
"downloads": -1,
"filename": "mocpy-0.17.1-cp310-cp310-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "93796e467a163ec137773dee2836979f",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 1719850,
"upload_time": "2024-11-22T15:37:29",
"upload_time_iso_8601": "2024-11-22T15:37:29.631995Z",
"url": "https://files.pythonhosted.org/packages/5b/83/eb5c24b545bd8d31ad244e427cd66add076036b243a54cc177250e91c024/mocpy-0.17.1-cp310-cp310-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "aaa0c5c801b9df805771449d16b30a21d9a352b0c7aa7e3ba68d63371ade5b26",
"md5": "8eed48703ae5ca0a763ab025b7cc074c",
"sha256": "7f05dcc2ace87921e9cafadf7474824886b07ab8fe618e04fca44f7178932eb9"
},
"downloads": -1,
"filename": "mocpy-0.17.1-cp310-none-win_amd64.whl",
"has_sig": false,
"md5_digest": "8eed48703ae5ca0a763ab025b7cc074c",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 1053328,
"upload_time": "2024-11-22T15:37:00",
"upload_time_iso_8601": "2024-11-22T15:37:00.982122Z",
"url": "https://files.pythonhosted.org/packages/aa/a0/c5c801b9df805771449d16b30a21d9a352b0c7aa7e3ba68d63371ade5b26/mocpy-0.17.1-cp310-none-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b2a5e6524292945bb47f6e0ac780eeaedc3c4d0723ccaad23628fb22b5d1abaa",
"md5": "04bc7a25737b936bbf54d0ac478ef99c",
"sha256": "d3748d75de20126e0d902d1da006e3f95e9bc62f0239cce0a256ee6243bf5f79"
},
"downloads": -1,
"filename": "mocpy-0.17.1-cp311-cp311-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl",
"has_sig": false,
"md5_digest": "04bc7a25737b936bbf54d0ac478ef99c",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 2277639,
"upload_time": "2024-11-22T15:35:58",
"upload_time_iso_8601": "2024-11-22T15:35:58.251469Z",
"url": "https://files.pythonhosted.org/packages/b2/a5/e6524292945bb47f6e0ac780eeaedc3c4d0723ccaad23628fb22b5d1abaa/mocpy-0.17.1-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": "33f412fd7ed0a361326e878a63188eb78f7a237d38e0fb99f141de70aababb44",
"md5": "165121619d80d1a319384411673d81a7",
"sha256": "7bafc5b1ff108005a12bb6704b2bdb17bada1a01d49330025519f0ac88a31cf0"
},
"downloads": -1,
"filename": "mocpy-0.17.1-cp311-cp311-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "165121619d80d1a319384411673d81a7",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 1145570,
"upload_time": "2024-11-22T15:36:29",
"upload_time_iso_8601": "2024-11-22T15:36:29.164013Z",
"url": "https://files.pythonhosted.org/packages/33/f4/12fd7ed0a361326e878a63188eb78f7a237d38e0fb99f141de70aababb44/mocpy-0.17.1-cp311-cp311-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "f4a326c795bfbe1fb2b2bb6e244265ee7c06f704f495eab6550d01c961c0f066",
"md5": "478f463ed07959ae5aebcbc70c9d2ab6",
"sha256": "ffbcab321ea001bdf4c357595940fa75719d0c48bf456b5f3294f0239206cb3a"
},
"downloads": -1,
"filename": "mocpy-0.17.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "478f463ed07959ae5aebcbc70c9d2ab6",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 1237680,
"upload_time": "2024-11-22T16:03:34",
"upload_time_iso_8601": "2024-11-22T16:03:34.004551Z",
"url": "https://files.pythonhosted.org/packages/f4/a3/26c795bfbe1fb2b2bb6e244265ee7c06f704f495eab6550d01c961c0f066/mocpy-0.17.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c179b603e9df619e3477c8df271f59489fba224db0638a67419149e14c1fc481",
"md5": "89ee4460d767f3dc7115aa0774da2005",
"sha256": "e1bf274818030e8ab6252cc0ca0dd86a6cc8c1ea55584ae393c07ee62be94c1f"
},
"downloads": -1,
"filename": "mocpy-0.17.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "89ee4460d767f3dc7115aa0774da2005",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 1451901,
"upload_time": "2024-11-22T15:37:58",
"upload_time_iso_8601": "2024-11-22T15:37:58.159104Z",
"url": "https://files.pythonhosted.org/packages/c1/79/b603e9df619e3477c8df271f59489fba224db0638a67419149e14c1fc481/mocpy-0.17.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "49664a3eb00eb614241383b9654d0e7d104e85a9748f78d01a989770cbf16efa",
"md5": "6df8017a1c723c1a8b19e6dc03eb00d0",
"sha256": "78947c41245e0b1b0123b1a653b6405a3a244855caf4b0ab1d1471fcbaaad083"
},
"downloads": -1,
"filename": "mocpy-0.17.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "6df8017a1c723c1a8b19e6dc03eb00d0",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 1288459,
"upload_time": "2024-11-22T15:36:48",
"upload_time_iso_8601": "2024-11-22T15:36:48.579010Z",
"url": "https://files.pythonhosted.org/packages/49/66/4a3eb00eb614241383b9654d0e7d104e85a9748f78d01a989770cbf16efa/mocpy-0.17.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "851b02b5d011b26c3d2d398e0b45764023208def5a45f9c33c9f169ca2c4cf35",
"md5": "3f1664c4e22d7960aee7936ce2545d4f",
"sha256": "a2c12261cec8be809fc85d406d10285fb1337cd6250defba689e67bc061021ec"
},
"downloads": -1,
"filename": "mocpy-0.17.1-cp311-cp311-manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "3f1664c4e22d7960aee7936ce2545d4f",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 1288834,
"upload_time": "2024-11-22T15:37:37",
"upload_time_iso_8601": "2024-11-22T15:37:37.869427Z",
"url": "https://files.pythonhosted.org/packages/85/1b/02b5d011b26c3d2d398e0b45764023208def5a45f9c33c9f169ca2c4cf35/mocpy-0.17.1-cp311-cp311-manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "cb7f4fed454ace0b26c5ab326820f0fedd9e5f285955daeba066e3e62a4bdbc4",
"md5": "85377fec6c26cd339593fc0da28e4731",
"sha256": "f57b431eaa9cb43b19f3e26d8802227f4070bb43824792ebc4a2e8abf3aa7c86"
},
"downloads": -1,
"filename": "mocpy-0.17.1-cp311-cp311-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "85377fec6c26cd339593fc0da28e4731",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 1779992,
"upload_time": "2024-11-22T16:03:40",
"upload_time_iso_8601": "2024-11-22T16:03:40.525022Z",
"url": "https://files.pythonhosted.org/packages/cb/7f/4fed454ace0b26c5ab326820f0fedd9e5f285955daeba066e3e62a4bdbc4/mocpy-0.17.1-cp311-cp311-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "369e5e92014ecad007c2f4f962d8ed031d085523ded557a60a8a3bc167564f4e",
"md5": "e005011f4333958a56019a30fc048ce5",
"sha256": "c19f3145fb743ed34b7dc7c5d7a8c0eb2151ed5ea4ea7cc1e1cf307d6983bff2"
},
"downloads": -1,
"filename": "mocpy-0.17.1-cp311-cp311-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "e005011f4333958a56019a30fc048ce5",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 1719191,
"upload_time": "2024-11-22T15:38:00",
"upload_time_iso_8601": "2024-11-22T15:38:00.363836Z",
"url": "https://files.pythonhosted.org/packages/36/9e/5e92014ecad007c2f4f962d8ed031d085523ded557a60a8a3bc167564f4e/mocpy-0.17.1-cp311-cp311-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b213f422f3cd6c5288ab2073c9a391e4009386d90b9c1437cb1eb4398168054e",
"md5": "2cd30d3674e2fbbf5765bf868fed2282",
"sha256": "df139aca72f3e0b3aba4e1b2651447d9ccab974382ce6aa5315de685600f2dbe"
},
"downloads": -1,
"filename": "mocpy-0.17.1-cp311-none-win_amd64.whl",
"has_sig": false,
"md5_digest": "2cd30d3674e2fbbf5765bf868fed2282",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 1053307,
"upload_time": "2024-11-22T15:38:14",
"upload_time_iso_8601": "2024-11-22T15:38:14.562287Z",
"url": "https://files.pythonhosted.org/packages/b2/13/f422f3cd6c5288ab2073c9a391e4009386d90b9c1437cb1eb4398168054e/mocpy-0.17.1-cp311-none-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "628b490f8b667d53b75b2a7188424cd813ec4881092ac23af9fa179a98e07404",
"md5": "1681a6626795ddef8834c6b4fb4c36df",
"sha256": "0a0f274458351172a3cc0437612620a7067eeea411879e65964ed8aa03bab8b2"
},
"downloads": -1,
"filename": "mocpy-0.17.1-cp312-cp312-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl",
"has_sig": false,
"md5_digest": "1681a6626795ddef8834c6b4fb4c36df",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 2275571,
"upload_time": "2024-11-22T15:35:56",
"upload_time_iso_8601": "2024-11-22T15:35:56.391463Z",
"url": "https://files.pythonhosted.org/packages/62/8b/490f8b667d53b75b2a7188424cd813ec4881092ac23af9fa179a98e07404/mocpy-0.17.1-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": "70c66316abf43475150aaf69bd07ec075a27400ee8d472539b9c520720581c06",
"md5": "ed3ce7f66714daa5a1e6845d7b65f7ea",
"sha256": "563b8f03eed6fbf4326875d164c43190801bcc6fc35afe4d4fc2e49eb3cd1490"
},
"downloads": -1,
"filename": "mocpy-0.17.1-cp312-cp312-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "ed3ce7f66714daa5a1e6845d7b65f7ea",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 1145500,
"upload_time": "2024-11-22T15:36:28",
"upload_time_iso_8601": "2024-11-22T15:36:28.393631Z",
"url": "https://files.pythonhosted.org/packages/70/c6/6316abf43475150aaf69bd07ec075a27400ee8d472539b9c520720581c06/mocpy-0.17.1-cp312-cp312-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "75097a113cd267818396873f16504c58eee8e4f76e5228657cfdfb1cb3b87335",
"md5": "1e395790233e87f111eb7f8d9e612293",
"sha256": "9d4779b9b0b609054f89be0282c2edfd6a646db1506196224c9730e020dd0c6a"
},
"downloads": -1,
"filename": "mocpy-0.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "1e395790233e87f111eb7f8d9e612293",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 1236276,
"upload_time": "2024-11-22T16:08:08",
"upload_time_iso_8601": "2024-11-22T16:08:08.134110Z",
"url": "https://files.pythonhosted.org/packages/75/09/7a113cd267818396873f16504c58eee8e4f76e5228657cfdfb1cb3b87335/mocpy-0.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "789e1460027cbe5d310a0bf3a227f275c3b3529fcc65b066f2accb99ca8e7777",
"md5": "0f2c418cd50321e451bc695efb93a857",
"sha256": "755d788952b3c4c30ad9696ada87bbe670d074aafbceda9b93ae75eabbf3a112"
},
"downloads": -1,
"filename": "mocpy-0.17.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "0f2c418cd50321e451bc695efb93a857",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 1450478,
"upload_time": "2024-11-22T15:38:29",
"upload_time_iso_8601": "2024-11-22T15:38:29.956276Z",
"url": "https://files.pythonhosted.org/packages/78/9e/1460027cbe5d310a0bf3a227f275c3b3529fcc65b066f2accb99ca8e7777/mocpy-0.17.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "6bc9b7a26fa81c84ec9f7712573d683bd9dd009eb811548f43eae9edf2bbeebb",
"md5": "e630b52ee33a0dc6181fc07b0f4e116f",
"sha256": "d3e6d73ed8ad6ae94024c503fb11f46c0a52023b7b92ff2f59203e7b35dda0c6"
},
"downloads": -1,
"filename": "mocpy-0.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "e630b52ee33a0dc6181fc07b0f4e116f",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 1288151,
"upload_time": "2024-11-22T15:37:06",
"upload_time_iso_8601": "2024-11-22T15:37:06.417089Z",
"url": "https://files.pythonhosted.org/packages/6b/c9/b7a26fa81c84ec9f7712573d683bd9dd009eb811548f43eae9edf2bbeebb/mocpy-0.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "74cced4c7a2754a9699f8a08aed04f502dc270d94fc9b1fc13a3360c4f469e2e",
"md5": "7b93dbfa722d0eae44a95967591c2b2a",
"sha256": "933aefc565c5578e7b338fce4773dfa1ed64e9221f7dff7505a216be96d0f18b"
},
"downloads": -1,
"filename": "mocpy-0.17.1-cp312-cp312-manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "7b93dbfa722d0eae44a95967591c2b2a",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 1288546,
"upload_time": "2024-11-22T15:37:56",
"upload_time_iso_8601": "2024-11-22T15:37:56.314892Z",
"url": "https://files.pythonhosted.org/packages/74/cc/ed4c7a2754a9699f8a08aed04f502dc270d94fc9b1fc13a3360c4f469e2e/mocpy-0.17.1-cp312-cp312-manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "9ed9229b984a8aa0f16e29e3d5f6a36e6403a074e6242b5017e5ab8f236299ee",
"md5": "ced1e34801114b854f2ae89986d131db",
"sha256": "2f0bdd7249a6406a58b6d1b8bc2f7a4191dfaecb8196ae06235c88b48b7939ac"
},
"downloads": -1,
"filename": "mocpy-0.17.1-cp312-cp312-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "ced1e34801114b854f2ae89986d131db",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 1778556,
"upload_time": "2024-11-22T16:08:14",
"upload_time_iso_8601": "2024-11-22T16:08:14.735920Z",
"url": "https://files.pythonhosted.org/packages/9e/d9/229b984a8aa0f16e29e3d5f6a36e6403a074e6242b5017e5ab8f236299ee/mocpy-0.17.1-cp312-cp312-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "0cfe9c89054d096a1db985a2aab2189e73c3c66af7411cff667a0e5f581b8f90",
"md5": "4432cec75bf721898353d223b1619cb2",
"sha256": "a2ee74112160664693f729a70d4e5d203615cf51aa57a07c6ad18498d4340b74"
},
"downloads": -1,
"filename": "mocpy-0.17.1-cp312-cp312-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "4432cec75bf721898353d223b1619cb2",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 1717837,
"upload_time": "2024-11-22T15:38:32",
"upload_time_iso_8601": "2024-11-22T15:38:32.081203Z",
"url": "https://files.pythonhosted.org/packages/0c/fe/9c89054d096a1db985a2aab2189e73c3c66af7411cff667a0e5f581b8f90/mocpy-0.17.1-cp312-cp312-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "9b26c8aa1792fc9f3097e8779d82244b24ed223185854da0277d1baf638ec17d",
"md5": "1a7906805eed4655fc31c1a3db530ccd",
"sha256": "3519f2a08fd0372e6f742345bc3dfa3e0417a2d359ba186aa5dfb21978410e80"
},
"downloads": -1,
"filename": "mocpy-0.17.1-cp312-none-win_amd64.whl",
"has_sig": false,
"md5_digest": "1a7906805eed4655fc31c1a3db530ccd",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 1053746,
"upload_time": "2024-11-22T15:36:14",
"upload_time_iso_8601": "2024-11-22T15:36:14.628733Z",
"url": "https://files.pythonhosted.org/packages/9b/26/c8aa1792fc9f3097e8779d82244b24ed223185854da0277d1baf638ec17d/mocpy-0.17.1-cp312-none-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "62fc151bdc950d70027b862a19b1ae6dda7721e9dfa3695b2bd6b1d676c4efb4",
"md5": "00c8bdfbcb48f6cd775c03d62b48946e",
"sha256": "2eb02991c43bd4dfee157d5c43e4192b408b9d46ad6346f20713cd9d49ade9d2"
},
"downloads": -1,
"filename": "mocpy-0.17.1-cp313-cp313-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl",
"has_sig": false,
"md5_digest": "00c8bdfbcb48f6cd775c03d62b48946e",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 2274393,
"upload_time": "2024-11-22T15:36:03",
"upload_time_iso_8601": "2024-11-22T15:36:03.049419Z",
"url": "https://files.pythonhosted.org/packages/62/fc/151bdc950d70027b862a19b1ae6dda7721e9dfa3695b2bd6b1d676c4efb4/mocpy-0.17.1-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": "bbea18fc1b06a305018b93807effff64a883b4dd3eb20c3e521e7c11afb8ff6e",
"md5": "929191b5f092a66f7cb729af7f7ec4cc",
"sha256": "bcc2a0675cc271424a8d32c78d7bd5f14d19828c503a4b8dc8fe1eb451e28f43"
},
"downloads": -1,
"filename": "mocpy-0.17.1-cp313-cp313-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "929191b5f092a66f7cb729af7f7ec4cc",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 1145228,
"upload_time": "2024-11-22T15:36:36",
"upload_time_iso_8601": "2024-11-22T15:36:36.985421Z",
"url": "https://files.pythonhosted.org/packages/bb/ea/18fc1b06a305018b93807effff64a883b4dd3eb20c3e521e7c11afb8ff6e/mocpy-0.17.1-cp313-cp313-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ad957b680825278cc4c8ade240940526a52189cac7340d5a2bb395c4e34130d7",
"md5": "add68f2f85abf0f2f6d7c60f913da383",
"sha256": "76f66382fa296cca265e6a9d47f7f5288f38eaaa704d0b2435748c22c79fe58c"
},
"downloads": -1,
"filename": "mocpy-0.17.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "add68f2f85abf0f2f6d7c60f913da383",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 1235606,
"upload_time": "2024-11-22T16:12:39",
"upload_time_iso_8601": "2024-11-22T16:12:39.603975Z",
"url": "https://files.pythonhosted.org/packages/ad/95/7b680825278cc4c8ade240940526a52189cac7340d5a2bb395c4e34130d7/mocpy-0.17.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "0f9c247a8b9ebe5f335ea8dce7394947c1fdd0dfa1f04c950bdd764edc551e2a",
"md5": "c69cc3b9bcb6435e8c8c169b2575a3b2",
"sha256": "568172e946ab566c24b62829c2d562caf3917ab273c3b8ab53ab56ffd29a7c52"
},
"downloads": -1,
"filename": "mocpy-0.17.1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "c69cc3b9bcb6435e8c8c169b2575a3b2",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 1449572,
"upload_time": "2024-11-22T15:39:01",
"upload_time_iso_8601": "2024-11-22T15:39:01.909335Z",
"url": "https://files.pythonhosted.org/packages/0f/9c/247a8b9ebe5f335ea8dce7394947c1fdd0dfa1f04c950bdd764edc551e2a/mocpy-0.17.1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "cc47d8873947599b46c6cf005481a20f04153f605efc7b2bc2dab09f5798e0c1",
"md5": "96648e2bff69c5d895caeb3c766a30c1",
"sha256": "44cc53fb9adba23e8d96776a6be054e22493f58fac88f7ffcad8b9f3508a5e38"
},
"downloads": -1,
"filename": "mocpy-0.17.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "96648e2bff69c5d895caeb3c766a30c1",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 1287710,
"upload_time": "2024-11-22T15:37:24",
"upload_time_iso_8601": "2024-11-22T15:37:24.256468Z",
"url": "https://files.pythonhosted.org/packages/cc/47/d8873947599b46c6cf005481a20f04153f605efc7b2bc2dab09f5798e0c1/mocpy-0.17.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "30114dc1132168d6335153a45156801226575e66258d8d1fd0b0c963e60b57a5",
"md5": "bcb02446c70d3c14100c127950ab2cd4",
"sha256": "bc548c6fb6077e7a4f30330e1990672e4df1ec352a3ef3c2801e6104aafd4863"
},
"downloads": -1,
"filename": "mocpy-0.17.1-cp313-cp313-manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "bcb02446c70d3c14100c127950ab2cd4",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 1288088,
"upload_time": "2024-11-22T15:38:14",
"upload_time_iso_8601": "2024-11-22T15:38:14.367464Z",
"url": "https://files.pythonhosted.org/packages/30/11/4dc1132168d6335153a45156801226575e66258d8d1fd0b0c963e60b57a5/mocpy-0.17.1-cp313-cp313-manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "7b5345d10a77d896d42ac3b172fd8e713416ce9876fd89bac360b269c0d031e3",
"md5": "94b19995b1aeabd6a551e91743391a55",
"sha256": "dd3eb14efa6ad320cea5cfe64771dcc4b905c901f36c8ca863ed7e05c282c16c"
},
"downloads": -1,
"filename": "mocpy-0.17.1-cp313-cp313-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "94b19995b1aeabd6a551e91743391a55",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 1777990,
"upload_time": "2024-11-22T16:12:46",
"upload_time_iso_8601": "2024-11-22T16:12:46.912147Z",
"url": "https://files.pythonhosted.org/packages/7b/53/45d10a77d896d42ac3b172fd8e713416ce9876fd89bac360b269c0d031e3/mocpy-0.17.1-cp313-cp313-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "11d9cacd7a25f7b2eb9982adbf92cb917665dbfc5538b010f73636c3fafe46e7",
"md5": "064806894d5236167594b4cdfdf63dcc",
"sha256": "2979c634d9d94de642566081b234d09c8e8f5594ef5f61ef5b9016c5aeade914"
},
"downloads": -1,
"filename": "mocpy-0.17.1-cp313-cp313-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "064806894d5236167594b4cdfdf63dcc",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 1716880,
"upload_time": "2024-11-22T15:39:04",
"upload_time_iso_8601": "2024-11-22T15:39:04.166986Z",
"url": "https://files.pythonhosted.org/packages/11/d9/cacd7a25f7b2eb9982adbf92cb917665dbfc5538b010f73636c3fafe46e7/mocpy-0.17.1-cp313-cp313-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "bf5ee2c068e9fa473ec47c65c8cd228036205d5654cfb04b1a4726c2026b41d9",
"md5": "e243e21766670e714d3d72747561337e",
"sha256": "8f68841cc0718b16b35cef052af9698a44895471cbd97d2d82d0452a0beb99be"
},
"downloads": -1,
"filename": "mocpy-0.17.1-cp313-none-win_amd64.whl",
"has_sig": false,
"md5_digest": "e243e21766670e714d3d72747561337e",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 1053263,
"upload_time": "2024-11-22T15:38:11",
"upload_time_iso_8601": "2024-11-22T15:38:11.141865Z",
"url": "https://files.pythonhosted.org/packages/bf/5e/e2c068e9fa473ec47c65c8cd228036205d5654cfb04b1a4726c2026b41d9/mocpy-0.17.1-cp313-none-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "dbd7adb8b28c00b61c702c6ca30ce54a54ffaf5ab16ff7c9958682978b6aff98",
"md5": "db2ab7c190816d7e4fa3ecad9c5e8b96",
"sha256": "567128d57ed68038da128cfdc618e841fe840696425ffc4f4131df1f50de22be"
},
"downloads": -1,
"filename": "mocpy-0.17.1-cp38-cp38-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl",
"has_sig": false,
"md5_digest": "db2ab7c190816d7e4fa3ecad9c5e8b96",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 2277448,
"upload_time": "2024-11-22T15:36:14",
"upload_time_iso_8601": "2024-11-22T15:36:14.162841Z",
"url": "https://files.pythonhosted.org/packages/db/d7/adb8b28c00b61c702c6ca30ce54a54ffaf5ab16ff7c9958682978b6aff98/mocpy-0.17.1-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": "4483f19dd03a1679878392e17b6fe23a67edf9042ffcde47f40c795989527649",
"md5": "2f9c0a9411b6fd8823cbeb186c249bf3",
"sha256": "a5e183c9b966e7cf08ee3f53cbb9666e48ec52ced279e4134c4a9a01d4591aa3"
},
"downloads": -1,
"filename": "mocpy-0.17.1-cp38-cp38-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "2f9c0a9411b6fd8823cbeb186c249bf3",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 1146118,
"upload_time": "2024-11-22T15:36:41",
"upload_time_iso_8601": "2024-11-22T15:36:41.470578Z",
"url": "https://files.pythonhosted.org/packages/44/83/f19dd03a1679878392e17b6fe23a67edf9042ffcde47f40c795989527649/mocpy-0.17.1-cp38-cp38-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "26641d99422431b23ca6ff63b821365923dd7697f45af80922ca4c09904dedee",
"md5": "1a0557623886bdbe8ce405689baaac7e",
"sha256": "6438c4343d5054a0ed1e4943d5ef6e508bcf51edf1d75d751b09f9b889eecc43"
},
"downloads": -1,
"filename": "mocpy-0.17.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "1a0557623886bdbe8ce405689baaac7e",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 1238085,
"upload_time": "2024-11-22T15:49:56",
"upload_time_iso_8601": "2024-11-22T15:49:56.137872Z",
"url": "https://files.pythonhosted.org/packages/26/64/1d99422431b23ca6ff63b821365923dd7697f45af80922ca4c09904dedee/mocpy-0.17.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d38bf5438d711a5c7f7ba6c058f6e07b7f14cc1efc831e6b5164884633904ba5",
"md5": "4532bec1e065b46ba081530968581089",
"sha256": "47c3eae92f4d099c2174dc645983fe328780a6b2277c7c7b8a0357cf8273c665"
},
"downloads": -1,
"filename": "mocpy-0.17.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "4532bec1e065b46ba081530968581089",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 1453490,
"upload_time": "2024-11-22T15:36:23",
"upload_time_iso_8601": "2024-11-22T15:36:23.975951Z",
"url": "https://files.pythonhosted.org/packages/d3/8b/f5438d711a5c7f7ba6c058f6e07b7f14cc1efc831e6b5164884633904ba5/mocpy-0.17.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "22e76408a4eb7c5775b69dd8ef8d5dfa7273e72ee184fe9c75c635ace1887d42",
"md5": "06b0c8ab06bb215e36ee297c42e8bf8a",
"sha256": "7da509d6278fc8564c6b97362391f0a6774a31cd17abc7ebfce649174315d00d"
},
"downloads": -1,
"filename": "mocpy-0.17.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "06b0c8ab06bb215e36ee297c42e8bf8a",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 1288804,
"upload_time": "2024-11-22T15:35:49",
"upload_time_iso_8601": "2024-11-22T15:35:49.623077Z",
"url": "https://files.pythonhosted.org/packages/22/e7/6408a4eb7c5775b69dd8ef8d5dfa7273e72ee184fe9c75c635ace1887d42/mocpy-0.17.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "2b290f6f2d673881f4377408b0a96023228a983652fc44944be15e4d2a97702e",
"md5": "a2bdb16c18ad0f155c1c9f7c8d03b4e0",
"sha256": "36ca1bc9dbb6fefdde8a67700448ac5f751977fa19c2031b34b9d8ba996ff573"
},
"downloads": -1,
"filename": "mocpy-0.17.1-cp38-cp38-manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "a2bdb16c18ad0f155c1c9f7c8d03b4e0",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 1289106,
"upload_time": "2024-11-22T15:36:42",
"upload_time_iso_8601": "2024-11-22T15:36:42.983658Z",
"url": "https://files.pythonhosted.org/packages/2b/29/0f6f2d673881f4377408b0a96023228a983652fc44944be15e4d2a97702e/mocpy-0.17.1-cp38-cp38-manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d26d0ef556d91c8f172c1dc79686377cb239b356cfb73649744f2b7ff3b25114",
"md5": "a2917fd3a52b7d261768592e95377563",
"sha256": "5d2f853ef9c78d33b743f2e176114170305d0932d89d121aef2c370cd28612a4"
},
"downloads": -1,
"filename": "mocpy-0.17.1-cp38-cp38-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "a2917fd3a52b7d261768592e95377563",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 1780393,
"upload_time": "2024-11-22T15:50:03",
"upload_time_iso_8601": "2024-11-22T15:50:03.385753Z",
"url": "https://files.pythonhosted.org/packages/d2/6d/0ef556d91c8f172c1dc79686377cb239b356cfb73649744f2b7ff3b25114/mocpy-0.17.1-cp38-cp38-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "625094db7eb780885304337c6f176b9304caf9217ee3a90506e7799bf23820f2",
"md5": "94277b558e9e9f84e87382724d5cf237",
"sha256": "b427ca4f715006a9de0feb988478a89ee1e3bea55ea7b8c5e454dc3ff2da2755"
},
"downloads": -1,
"filename": "mocpy-0.17.1-cp38-cp38-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "94277b558e9e9f84e87382724d5cf237",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 1720825,
"upload_time": "2024-11-22T15:36:26",
"upload_time_iso_8601": "2024-11-22T15:36:26.078073Z",
"url": "https://files.pythonhosted.org/packages/62/50/94db7eb780885304337c6f176b9304caf9217ee3a90506e7799bf23820f2/mocpy-0.17.1-cp38-cp38-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "bfab1f3eeba42541ae55ddecdb1b2d120d22f8cb120dd561b886b6d89f0767ea",
"md5": "c363e7bc8f7bffce342dda49442c217d",
"sha256": "4c582446a33f3f7d18d6a7d1263408edcc21cb182fe143da8cd9b32243f588d6"
},
"downloads": -1,
"filename": "mocpy-0.17.1-cp38-none-win_amd64.whl",
"has_sig": false,
"md5_digest": "c363e7bc8f7bffce342dda49442c217d",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 1053596,
"upload_time": "2024-11-22T15:37:29",
"upload_time_iso_8601": "2024-11-22T15:37:29.847103Z",
"url": "https://files.pythonhosted.org/packages/bf/ab/1f3eeba42541ae55ddecdb1b2d120d22f8cb120dd561b886b6d89f0767ea/mocpy-0.17.1-cp38-none-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "6f58b6aceaf36288d23a2e3926ea383c4681e7ccf24d80798b6b124b652f5678",
"md5": "e682ea83f86666a5184e70a47d26ea11",
"sha256": "929675e9f450f5125096cdc6d128026348f6c20e808c97c91fdfe5c682bff506"
},
"downloads": -1,
"filename": "mocpy-0.17.1-cp39-cp39-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl",
"has_sig": false,
"md5_digest": "e682ea83f86666a5184e70a47d26ea11",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 2278045,
"upload_time": "2024-11-22T15:38:12",
"upload_time_iso_8601": "2024-11-22T15:38:12.795136Z",
"url": "https://files.pythonhosted.org/packages/6f/58/b6aceaf36288d23a2e3926ea383c4681e7ccf24d80798b6b124b652f5678/mocpy-0.17.1-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": "8c9a75999455268136e46a8acf952613bb834732f364c4598289e4b9b2949f32",
"md5": "24f3c7c812fe7d6d059d38e30d072a56",
"sha256": "c1879db05ec14de888b70f0a1357b2acedaf9fdc36210e86cb2031ff5d07fce3"
},
"downloads": -1,
"filename": "mocpy-0.17.1-cp39-cp39-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "24f3c7c812fe7d6d059d38e30d072a56",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 1146320,
"upload_time": "2024-11-22T15:38:44",
"upload_time_iso_8601": "2024-11-22T15:38:44.211711Z",
"url": "https://files.pythonhosted.org/packages/8c/9a/75999455268136e46a8acf952613bb834732f364c4598289e4b9b2949f32/mocpy-0.17.1-cp39-cp39-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "8b903412589b6c3c160626922ab7ac249d94ccbabf8ebe84743b0220029c12d4",
"md5": "ad51507b031e7a8ff2211e42259f3c43",
"sha256": "8b8c073aeb7a3d979c0d8ad148ca29fa0820fe9b6c257c1ea802c1ee859a8353"
},
"downloads": -1,
"filename": "mocpy-0.17.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "ad51507b031e7a8ff2211e42259f3c43",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 1238579,
"upload_time": "2024-11-22T15:54:31",
"upload_time_iso_8601": "2024-11-22T15:54:31.496870Z",
"url": "https://files.pythonhosted.org/packages/8b/90/3412589b6c3c160626922ab7ac249d94ccbabf8ebe84743b0220029c12d4/mocpy-0.17.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "6e183eadc2ee4d7681486c153db6b91783e816c1b74f94052a03f32efd4a3ffd",
"md5": "a7bd65e2af142486b111940c43f31dae",
"sha256": "90ec955fe953874ca24b86558e783497d318494c8ffdf1bfd260ebc62bf7fe29"
},
"downloads": -1,
"filename": "mocpy-0.17.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "a7bd65e2af142486b111940c43f31dae",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 1453949,
"upload_time": "2024-11-22T15:36:55",
"upload_time_iso_8601": "2024-11-22T15:36:55.336406Z",
"url": "https://files.pythonhosted.org/packages/6e/18/3eadc2ee4d7681486c153db6b91783e816c1b74f94052a03f32efd4a3ffd/mocpy-0.17.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a0b1235416fb4c4bbc5840c771f61402827e06f9e438b64b14f562ea20d57f04",
"md5": "810ce0df2b5f65d61406f01e58eca3b2",
"sha256": "711358aa7940700773472af8677d16e518e35c4b4d84ff415731572f775b14b3"
},
"downloads": -1,
"filename": "mocpy-0.17.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "810ce0df2b5f65d61406f01e58eca3b2",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 1289705,
"upload_time": "2024-11-22T15:36:09",
"upload_time_iso_8601": "2024-11-22T15:36:09.016351Z",
"url": "https://files.pythonhosted.org/packages/a0/b1/235416fb4c4bbc5840c771f61402827e06f9e438b64b14f562ea20d57f04/mocpy-0.17.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "222dc04832cf5588cec5052f6621fe57c49fd5dc0ed00fb8383f943f16253b7d",
"md5": "efdf43a1308face4cb9d57e408c97449",
"sha256": "5ca0adbc9065d88cb9c2556add55d58d04bd0414dca357724d061d7a882a935d"
},
"downloads": -1,
"filename": "mocpy-0.17.1-cp39-cp39-manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "efdf43a1308face4cb9d57e408c97449",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 1290019,
"upload_time": "2024-11-22T15:37:00",
"upload_time_iso_8601": "2024-11-22T15:37:00.576002Z",
"url": "https://files.pythonhosted.org/packages/22/2d/c04832cf5588cec5052f6621fe57c49fd5dc0ed00fb8383f943f16253b7d/mocpy-0.17.1-cp39-cp39-manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "da2be7610fcc347fd5c830a11397aa998e0b9c1aff4b9e888904982ddb9cac3e",
"md5": "47b6c2ad3cf99389d399dcd0014f3a87",
"sha256": "3aad705a61a8bd09d7b68adc47ad95e444fc3279ecad87fd4041e1a703e3c8ba"
},
"downloads": -1,
"filename": "mocpy-0.17.1-cp39-cp39-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "47b6c2ad3cf99389d399dcd0014f3a87",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 1780921,
"upload_time": "2024-11-22T15:54:38",
"upload_time_iso_8601": "2024-11-22T15:54:38.964816Z",
"url": "https://files.pythonhosted.org/packages/da/2b/e7610fcc347fd5c830a11397aa998e0b9c1aff4b9e888904982ddb9cac3e/mocpy-0.17.1-cp39-cp39-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "713c21a91fc6ea55835e0f98f79cc295333f173fd47cfbb1901382d8766faae8",
"md5": "3391914adc352b716b0a3f5b64ea7e85",
"sha256": "ee64fb3de27ffe0d719cefc156553f80218f4cdd55ead93d953f96333343bff8"
},
"downloads": -1,
"filename": "mocpy-0.17.1-cp39-cp39-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "3391914adc352b716b0a3f5b64ea7e85",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 1721280,
"upload_time": "2024-11-22T15:36:58",
"upload_time_iso_8601": "2024-11-22T15:36:58.599435Z",
"url": "https://files.pythonhosted.org/packages/71/3c/21a91fc6ea55835e0f98f79cc295333f173fd47cfbb1901382d8766faae8/mocpy-0.17.1-cp39-cp39-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "bda7c04372fc6c53ef34ad52e1c63a6feffb23c991d9779b88108f85163e5263",
"md5": "99d6ce32a33890a2562e779e3f745cdc",
"sha256": "b361d47ba5792cbf2824fcc55b20123db5b3146a08232c3c61d422a94cde2ade"
},
"downloads": -1,
"filename": "mocpy-0.17.1-cp39-none-win_amd64.whl",
"has_sig": false,
"md5_digest": "99d6ce32a33890a2562e779e3f745cdc",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 1053918,
"upload_time": "2024-11-22T15:36:04",
"upload_time_iso_8601": "2024-11-22T15:36:04.541857Z",
"url": "https://files.pythonhosted.org/packages/bd/a7/c04372fc6c53ef34ad52e1c63a6feffb23c991d9779b88108f85163e5263/mocpy-0.17.1-cp39-none-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "cb7b6344cb6addf42a9e62076883f258dbe439869b31f9e5ade385bd128f6669",
"md5": "0dd83c72baac5e43fe60ab494b5bc064",
"sha256": "2e2256b202ace0014846f788fa35b40dfd1785ff114f42c472bae442da805033"
},
"downloads": -1,
"filename": "mocpy-0.17.1.tar.gz",
"has_sig": false,
"md5_digest": "0dd83c72baac5e43fe60ab494b5bc064",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 90487,
"upload_time": "2024-11-22T15:35:51",
"upload_time_iso_8601": "2024-11-22T15:35:51.202207Z",
"url": "https://files.pythonhosted.org/packages/cb/7b/6344cb6addf42a9e62076883f258dbe439869b31f9e5ade385bd128f6669/mocpy-0.17.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-22 15:35:51",
"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"
}