arraymap


Namearraymap JSON
Version 0.4.0 PyPI version JSON
download
home_pagehttps://github.com/static-frame/arraymap
SummaryDictionary-like lookup from NumPy array values to their integer positions
upload_time2024-11-21 03:04:22
maintainerNone
docs_urlNone
authorChristopher Ariza, Brandt Bucher
requires_python>=3.9
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            

.. image:: https://img.shields.io/pypi/pyversions/arraymap.svg
  :target: https://pypi.org/project/arraymap

.. image:: https://img.shields.io/pypi/v/arraymap.svg
  :target: https://pypi.org/project/arraymap

.. image:: https://img.shields.io/github/actions/workflow/status/static-frame/arraymap/ci.yml?branch=master&label=build&logo=Github
  :target: https://github.com/static-frame/arraymap/actions/workflows/ci.yml



arraymap
============

The ArrayMap library provides dictionary-like lookup from NumPy array values to their integer positions. The hash table design and C implementation is based on [AutoMap](https://github.com/brandtbucher/automap), with extensive additions for direct support of NumPy arrays.


Code: https://github.com/static-frame/arraymap

Packages: https://pypi.org/project/arraymap



Dependencies
--------------

ArrayMap requires the following:

- Python >= 3.9
- NumPy >= 1.19.5



What is New in ArrayMap
-------------------------

0.4.0
........

Now building wheels for Python 3.13.


0.3.0
........

Now building with NumPy 2.0.


0.2.2
........

Restored functional wheels for Mac OS ``x86_64``.


0.2.1
........

Restored functional wheels for Mac OS ``x86_64``.


0.2.0
........

Now building wheels for 3.12.

Now building functional wheels for Mac OS ``arm64`` / Apple Silicon.


0.1.9
........

Improvements to ``PyObject`` struct layout and other internal refactoring.


0.1.8
........

Corrected issue when using ``get_all()`` and ``get_any()`` on ``FrozenAutoMap`` backed by numerical arrays with less than 64-bit element size.


0.1.7
........

Corrected issue when creating a ``FrozenAutoMap`` from a ``datetime64`` array that has duplicates.


0.1.6
........

Implemented ``get_all()`` and ``get_any()`` for optimized lookup of multiple keys from arrays or lists.

Implemented full support for ``np.datetime64`` arrays.


0.1.5
........

Improved handling for Unicode elements that contain non-terminal NULL strings.


0.1.4
........

Corrected comparison in lookup of Unicode elements.


0.1.3
........

Updated ``classifiers``, ``install_requires`` with ``setuptools``.


0.1.2
........

Corrected segfault resulting from initialization from generators that raise.


0.1.1
........

Added `__version__` to module; releasing wheels.


0.1.0
........

Initial release with NumPy integration.


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/static-frame/arraymap",
    "name": "arraymap",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": "Christopher Ariza, Brandt Bucher",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/6c/89/1d8b77225282b1a37029755ff53f63b1566bab8da1ac0e88f2fb8187c490/arraymap-0.4.0.tar.gz",
    "platform": null,
    "description": "\n\n.. image:: https://img.shields.io/pypi/pyversions/arraymap.svg\n  :target: https://pypi.org/project/arraymap\n\n.. image:: https://img.shields.io/pypi/v/arraymap.svg\n  :target: https://pypi.org/project/arraymap\n\n.. image:: https://img.shields.io/github/actions/workflow/status/static-frame/arraymap/ci.yml?branch=master&label=build&logo=Github\n  :target: https://github.com/static-frame/arraymap/actions/workflows/ci.yml\n\n\n\narraymap\n============\n\nThe ArrayMap library provides dictionary-like lookup from NumPy array values to their integer positions. The hash table design and C implementation is based on [AutoMap](https://github.com/brandtbucher/automap), with extensive additions for direct support of NumPy arrays.\n\n\nCode: https://github.com/static-frame/arraymap\n\nPackages: https://pypi.org/project/arraymap\n\n\n\nDependencies\n--------------\n\nArrayMap requires the following:\n\n- Python >= 3.9\n- NumPy >= 1.19.5\n\n\n\nWhat is New in ArrayMap\n-------------------------\n\n0.4.0\n........\n\nNow building wheels for Python 3.13.\n\n\n0.3.0\n........\n\nNow building with NumPy 2.0.\n\n\n0.2.2\n........\n\nRestored functional wheels for Mac OS ``x86_64``.\n\n\n0.2.1\n........\n\nRestored functional wheels for Mac OS ``x86_64``.\n\n\n0.2.0\n........\n\nNow building wheels for 3.12.\n\nNow building functional wheels for Mac OS ``arm64`` / Apple Silicon.\n\n\n0.1.9\n........\n\nImprovements to ``PyObject`` struct layout and other internal refactoring.\n\n\n0.1.8\n........\n\nCorrected issue when using ``get_all()`` and ``get_any()`` on ``FrozenAutoMap`` backed by numerical arrays with less than 64-bit element size.\n\n\n0.1.7\n........\n\nCorrected issue when creating a ``FrozenAutoMap`` from a ``datetime64`` array that has duplicates.\n\n\n0.1.6\n........\n\nImplemented ``get_all()`` and ``get_any()`` for optimized lookup of multiple keys from arrays or lists.\n\nImplemented full support for ``np.datetime64`` arrays.\n\n\n0.1.5\n........\n\nImproved handling for Unicode elements that contain non-terminal NULL strings.\n\n\n0.1.4\n........\n\nCorrected comparison in lookup of Unicode elements.\n\n\n0.1.3\n........\n\nUpdated ``classifiers``, ``install_requires`` with ``setuptools``.\n\n\n0.1.2\n........\n\nCorrected segfault resulting from initialization from generators that raise.\n\n\n0.1.1\n........\n\nAdded `__version__` to module; releasing wheels.\n\n\n0.1.0\n........\n\nInitial release with NumPy integration.\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Dictionary-like lookup from NumPy array values to their integer positions",
    "version": "0.4.0",
    "project_urls": {
        "Homepage": "https://github.com/static-frame/arraymap"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "13be041fe28f2dbd5dba28a1a5312c8ae7e060382b147206333036c84db69201",
                "md5": "6ba2a841580ce79d4dcb43c6ee7d0189",
                "sha256": "b821d44831cf9fdbde4bbf87d47bccb57fc4d912f0b327554a3c5b2a2c45c7df"
            },
            "downloads": -1,
            "filename": "arraymap-0.4.0-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6ba2a841580ce79d4dcb43c6ee7d0189",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 37097,
            "upload_time": "2024-11-21T03:03:37",
            "upload_time_iso_8601": "2024-11-21T03:03:37.050003Z",
            "url": "https://files.pythonhosted.org/packages/13/be/041fe28f2dbd5dba28a1a5312c8ae7e060382b147206333036c84db69201/arraymap-0.4.0-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5ca09063bd1b9e2c8880164626339333758c71cc2aff5ff115930860988e828b",
                "md5": "7ca05b12228628080cdf0e76ff34e6f3",
                "sha256": "eece486f225e17337896bc3a40301d23b04a54ba5fe4b10ffe5ea102f6f60917"
            },
            "downloads": -1,
            "filename": "arraymap-0.4.0-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "7ca05b12228628080cdf0e76ff34e6f3",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 34201,
            "upload_time": "2024-11-21T03:03:39",
            "upload_time_iso_8601": "2024-11-21T03:03:39.862684Z",
            "url": "https://files.pythonhosted.org/packages/5c/a0/9063bd1b9e2c8880164626339333758c71cc2aff5ff115930860988e828b/arraymap-0.4.0-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1787c6b09901463a4c715148dc2e3eda2af8be5ca054efb458ded8f3e42c3776",
                "md5": "fef32a2195c584f98fd7e9303294ad44",
                "sha256": "5f4c70c25956664075476ed0d69b32d3fae00f85925955a87aa7edf76abba90f"
            },
            "downloads": -1,
            "filename": "arraymap-0.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "fef32a2195c584f98fd7e9303294ad44",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 123233,
            "upload_time": "2024-11-21T03:03:40",
            "upload_time_iso_8601": "2024-11-21T03:03:40.858436Z",
            "url": "https://files.pythonhosted.org/packages/17/87/c6b09901463a4c715148dc2e3eda2af8be5ca054efb458ded8f3e42c3776/arraymap-0.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dda75b7ea6c0ba85c939ac25ed800fb5db15f89032731d2e132e8727471bd9c3",
                "md5": "c82dd5f126ec69883f7987ad0c2f4b39",
                "sha256": "767d8db3c7fcdb23cfba9d120b0cd4eda9bb928c79a5b9468893550bbc162d03"
            },
            "downloads": -1,
            "filename": "arraymap-0.4.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "c82dd5f126ec69883f7987ad0c2f4b39",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 124981,
            "upload_time": "2024-11-21T03:03:41",
            "upload_time_iso_8601": "2024-11-21T03:03:41.790197Z",
            "url": "https://files.pythonhosted.org/packages/dd/a7/5b7ea6c0ba85c939ac25ed800fb5db15f89032731d2e132e8727471bd9c3/arraymap-0.4.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4895d5c3f9ac846ba485ea4fda542878ccfc52141d0ccf4e23af34c4059fd80c",
                "md5": "ec98c5ea7654c18c88ea5ed9378faf51",
                "sha256": "d7145aff47cc373e33c1abe951fe1cc03f8321e22f4242546c2c4e57cabd9c7a"
            },
            "downloads": -1,
            "filename": "arraymap-0.4.0-cp310-cp310-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "ec98c5ea7654c18c88ea5ed9378faf51",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 137805,
            "upload_time": "2024-11-21T03:03:43",
            "upload_time_iso_8601": "2024-11-21T03:03:43.281979Z",
            "url": "https://files.pythonhosted.org/packages/48/95/d5c3f9ac846ba485ea4fda542878ccfc52141d0ccf4e23af34c4059fd80c/arraymap-0.4.0-cp310-cp310-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "aa536c1bae9844ea09c7af3c1e323fb551f49bd21eb4eb7710ba45c08860bf19",
                "md5": "7668b6ee54367932735fe7a6db7bea9f",
                "sha256": "5790f1067127f2edd463f326f4a7e02ed8ee78dfd03c47bb27def2574069f92c"
            },
            "downloads": -1,
            "filename": "arraymap-0.4.0-cp310-cp310-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7668b6ee54367932735fe7a6db7bea9f",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 128758,
            "upload_time": "2024-11-21T03:03:45",
            "upload_time_iso_8601": "2024-11-21T03:03:45.282115Z",
            "url": "https://files.pythonhosted.org/packages/aa/53/6c1bae9844ea09c7af3c1e323fb551f49bd21eb4eb7710ba45c08860bf19/arraymap-0.4.0-cp310-cp310-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0a015bcc090fbbbd5d3785aba60f896f59bd3ca250b8175424a027fa2d5ffe20",
                "md5": "465df4e6b97c0ee8a5286825c092265c",
                "sha256": "53d9e87f8eb5675194eff36ea467d81a0175a7ecc4fbf5c443390098adeb64d6"
            },
            "downloads": -1,
            "filename": "arraymap-0.4.0-cp310-cp310-win32.whl",
            "has_sig": false,
            "md5_digest": "465df4e6b97c0ee8a5286825c092265c",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 21753,
            "upload_time": "2024-11-21T03:03:46",
            "upload_time_iso_8601": "2024-11-21T03:03:46.853913Z",
            "url": "https://files.pythonhosted.org/packages/0a/01/5bcc090fbbbd5d3785aba60f896f59bd3ca250b8175424a027fa2d5ffe20/arraymap-0.4.0-cp310-cp310-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "94632db8d38b433055a1d3fc42fa0654c81fc93665b469b4a323ffdfe123a5ee",
                "md5": "e935d3d2534895e5ece8e7337c90b1c8",
                "sha256": "abe82ea5129542a2ae498d767527c1321b54668c3e859b50cfc8fcadbfd5bcb2"
            },
            "downloads": -1,
            "filename": "arraymap-0.4.0-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "e935d3d2534895e5ece8e7337c90b1c8",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 22964,
            "upload_time": "2024-11-21T03:03:47",
            "upload_time_iso_8601": "2024-11-21T03:03:47.747133Z",
            "url": "https://files.pythonhosted.org/packages/94/63/2db8d38b433055a1d3fc42fa0654c81fc93665b469b4a323ffdfe123a5ee/arraymap-0.4.0-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "385bfc480eb4db2fbc310e99479aafef20de6675032ea3746b2946ac573f62ab",
                "md5": "ba27cd4c14e01c7e004b1b48c16f6da1",
                "sha256": "aeca7f3226ba939c191aafb056e10bf1acc2d84103fbacc00f2bfaea88baf43d"
            },
            "downloads": -1,
            "filename": "arraymap-0.4.0-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ba27cd4c14e01c7e004b1b48c16f6da1",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 37091,
            "upload_time": "2024-11-21T03:03:49",
            "upload_time_iso_8601": "2024-11-21T03:03:49.457099Z",
            "url": "https://files.pythonhosted.org/packages/38/5b/fc480eb4db2fbc310e99479aafef20de6675032ea3746b2946ac573f62ab/arraymap-0.4.0-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9002ba4f3ab40025409e054e2b3aef286340eeb47892cee6260b9dbb86724973",
                "md5": "c3e7fa3be7487d88eb3f84ac7bf184a5",
                "sha256": "bca93db2bde4dfc8bd8527fe04d33cfd46b6866da37348b1f5cd76b35c7693b4"
            },
            "downloads": -1,
            "filename": "arraymap-0.4.0-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "c3e7fa3be7487d88eb3f84ac7bf184a5",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 34200,
            "upload_time": "2024-11-21T03:03:50",
            "upload_time_iso_8601": "2024-11-21T03:03:50.315993Z",
            "url": "https://files.pythonhosted.org/packages/90/02/ba4f3ab40025409e054e2b3aef286340eeb47892cee6260b9dbb86724973/arraymap-0.4.0-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2d2570e82af91b309ae1ae08055a2a849147a4f23b7bd8abec0ddbf866ac0342",
                "md5": "4c3313eada13a17816a36c50e8897478",
                "sha256": "13d927f49712f71b8c1627d2e65ad0d0dca4d69591366660d175eace6f9c3297"
            },
            "downloads": -1,
            "filename": "arraymap-0.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4c3313eada13a17816a36c50e8897478",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 125666,
            "upload_time": "2024-11-21T03:03:51",
            "upload_time_iso_8601": "2024-11-21T03:03:51.208625Z",
            "url": "https://files.pythonhosted.org/packages/2d/25/70e82af91b309ae1ae08055a2a849147a4f23b7bd8abec0ddbf866ac0342/arraymap-0.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cf50ce05f61cd2f54810dab1d03b31679a27fc0ba4b643f5c8ef4e693e165585",
                "md5": "fcefbdddd864939fc19caaf58cbad5ad",
                "sha256": "66a354c4d2eda3f5060403c466ac5a262893e52cfa7962b14dc83d531cbba2b9"
            },
            "downloads": -1,
            "filename": "arraymap-0.4.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "fcefbdddd864939fc19caaf58cbad5ad",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 127912,
            "upload_time": "2024-11-21T03:03:52",
            "upload_time_iso_8601": "2024-11-21T03:03:52.193903Z",
            "url": "https://files.pythonhosted.org/packages/cf/50/ce05f61cd2f54810dab1d03b31679a27fc0ba4b643f5c8ef4e693e165585/arraymap-0.4.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6f74e6e625334e0c388ba0cee55cf875327e073f2d8ee42b6e0badba43ea73bc",
                "md5": "29b701c72f7d910645052bdaaf24d128",
                "sha256": "8d428adc3e720507dd3cceab944ca7a581251a5a6862ad7ee9e38b3d35d8bd23"
            },
            "downloads": -1,
            "filename": "arraymap-0.4.0-cp311-cp311-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "29b701c72f7d910645052bdaaf24d128",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 139978,
            "upload_time": "2024-11-21T03:03:53",
            "upload_time_iso_8601": "2024-11-21T03:03:53.762292Z",
            "url": "https://files.pythonhosted.org/packages/6f/74/e6e625334e0c388ba0cee55cf875327e073f2d8ee42b6e0badba43ea73bc/arraymap-0.4.0-cp311-cp311-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b09daa7d4fa5936bd47d23a2ef0729c7418b64e20edb8a83b2163cb052c48ffc",
                "md5": "28a9a4f260cb884ace6d252fd6284721",
                "sha256": "d8a3ece4d20dcee320a84ee3eb119b2164c90e5921a6da5a46e261d5dcf5a31b"
            },
            "downloads": -1,
            "filename": "arraymap-0.4.0-cp311-cp311-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "28a9a4f260cb884ace6d252fd6284721",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 130953,
            "upload_time": "2024-11-21T03:03:54",
            "upload_time_iso_8601": "2024-11-21T03:03:54.945767Z",
            "url": "https://files.pythonhosted.org/packages/b0/9d/aa7d4fa5936bd47d23a2ef0729c7418b64e20edb8a83b2163cb052c48ffc/arraymap-0.4.0-cp311-cp311-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ce127621012b714fa4f158053ae6b363825790ea112a807629af519fa11a90ba",
                "md5": "92981e81a8a2e1024a703927b0573128",
                "sha256": "77e192a1e243ec674a5492be922c4cfd4d3d0f2cf5429762c7916d8c319bfe28"
            },
            "downloads": -1,
            "filename": "arraymap-0.4.0-cp311-cp311-win32.whl",
            "has_sig": false,
            "md5_digest": "92981e81a8a2e1024a703927b0573128",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 21750,
            "upload_time": "2024-11-21T03:03:56",
            "upload_time_iso_8601": "2024-11-21T03:03:56.038250Z",
            "url": "https://files.pythonhosted.org/packages/ce/12/7621012b714fa4f158053ae6b363825790ea112a807629af519fa11a90ba/arraymap-0.4.0-cp311-cp311-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "68843e807d5d21a578b823ae7bae1aa593a802f673e6a4a8fda471c6b0d02d88",
                "md5": "60dc91c39dec6997b9b10de311b03ed6",
                "sha256": "c48997309283d277ca6a3df0b4fed3e82c76493323676293e86709c06c14bae1"
            },
            "downloads": -1,
            "filename": "arraymap-0.4.0-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "60dc91c39dec6997b9b10de311b03ed6",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 22944,
            "upload_time": "2024-11-21T03:03:56",
            "upload_time_iso_8601": "2024-11-21T03:03:56.863063Z",
            "url": "https://files.pythonhosted.org/packages/68/84/3e807d5d21a578b823ae7bae1aa593a802f673e6a4a8fda471c6b0d02d88/arraymap-0.4.0-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "10b448e2e2af97407719f6018e11e8fc1eea0e1eefbd6d1f56e6f375a6908d29",
                "md5": "b1cda7051a8fd2964863e88f8c72e489",
                "sha256": "e0965fefaa824ec19e6aea5452a57697437d9ea1ddb47e00c72b395e36b7091f"
            },
            "downloads": -1,
            "filename": "arraymap-0.4.0-cp312-cp312-macosx_10_13_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b1cda7051a8fd2964863e88f8c72e489",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 37221,
            "upload_time": "2024-11-21T03:03:57",
            "upload_time_iso_8601": "2024-11-21T03:03:57.699608Z",
            "url": "https://files.pythonhosted.org/packages/10/b4/48e2e2af97407719f6018e11e8fc1eea0e1eefbd6d1f56e6f375a6908d29/arraymap-0.4.0-cp312-cp312-macosx_10_13_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2cf3150d4b79ec665b4e2653123bbb6b6076c208bc0df88d0b1230543337e4aa",
                "md5": "99e8a9f7045b4cbbceee2bcc4755f0f6",
                "sha256": "b11998bac83429061e0588f8251b12a9cbfe8af25547d8968555309d5b878992"
            },
            "downloads": -1,
            "filename": "arraymap-0.4.0-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "99e8a9f7045b4cbbceee2bcc4755f0f6",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 34276,
            "upload_time": "2024-11-21T03:03:58",
            "upload_time_iso_8601": "2024-11-21T03:03:58.553590Z",
            "url": "https://files.pythonhosted.org/packages/2c/f3/150d4b79ec665b4e2653123bbb6b6076c208bc0df88d0b1230543337e4aa/arraymap-0.4.0-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6d48b68d3033c933be516d6e15df62c518ede0755605a42dcde9bba5b5826292",
                "md5": "3c7b579700fc25aea972cc8a0da262f0",
                "sha256": "e77458a3e038e052103b59e76607ebb66e26e55ad0761fd351591eca1f7a7bfd"
            },
            "downloads": -1,
            "filename": "arraymap-0.4.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3c7b579700fc25aea972cc8a0da262f0",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 127624,
            "upload_time": "2024-11-21T03:03:59",
            "upload_time_iso_8601": "2024-11-21T03:03:59.409045Z",
            "url": "https://files.pythonhosted.org/packages/6d/48/b68d3033c933be516d6e15df62c518ede0755605a42dcde9bba5b5826292/arraymap-0.4.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0a2e0145d6ec6925c202d16fbba9d5e3f59c89e5dfa23b69ac924f57ccb70b55",
                "md5": "ee6134e9085c5441f5fa5f1538cbb99f",
                "sha256": "69f5dbf9758bf2cb45b2a7f5540c8feedeb930ad4635b5617505fd2ec1876a8c"
            },
            "downloads": -1,
            "filename": "arraymap-0.4.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "ee6134e9085c5441f5fa5f1538cbb99f",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 125390,
            "upload_time": "2024-11-21T03:04:00",
            "upload_time_iso_8601": "2024-11-21T03:04:00.490274Z",
            "url": "https://files.pythonhosted.org/packages/0a/2e/0145d6ec6925c202d16fbba9d5e3f59c89e5dfa23b69ac924f57ccb70b55/arraymap-0.4.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1f498ddfdd32abd807d8ec370f8aecdc36fc73081e1a66fd75206212474281e7",
                "md5": "67460cdcab400b1a39b390a534ccc333",
                "sha256": "d306b7519d8711d20e2ccbd896b764e1c1baf1f6ff6da00b437c2051bcfdfc28"
            },
            "downloads": -1,
            "filename": "arraymap-0.4.0-cp312-cp312-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "67460cdcab400b1a39b390a534ccc333",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 137276,
            "upload_time": "2024-11-21T03:04:01",
            "upload_time_iso_8601": "2024-11-21T03:04:01.509965Z",
            "url": "https://files.pythonhosted.org/packages/1f/49/8ddfdd32abd807d8ec370f8aecdc36fc73081e1a66fd75206212474281e7/arraymap-0.4.0-cp312-cp312-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "37d71849bcb34fbdb333e17366718fe1358ff7c7bc6bab64bcca534b88865b94",
                "md5": "44b88f811ffd95d7cb06c2c8fca3b65c",
                "sha256": "b71f71fc0306865eb42f3f656142cfe0a853f6de95c93440334d4f06aebe3372"
            },
            "downloads": -1,
            "filename": "arraymap-0.4.0-cp312-cp312-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "44b88f811ffd95d7cb06c2c8fca3b65c",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 131064,
            "upload_time": "2024-11-21T03:04:03",
            "upload_time_iso_8601": "2024-11-21T03:04:03.122504Z",
            "url": "https://files.pythonhosted.org/packages/37/d7/1849bcb34fbdb333e17366718fe1358ff7c7bc6bab64bcca534b88865b94/arraymap-0.4.0-cp312-cp312-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2145854dab356e1adec4e5f0d143e804b9d6f6160e4f21a4cc6dc40655ce11b7",
                "md5": "e4c0f9a1a6140787017be6e26334f91f",
                "sha256": "ece04d252eef3c751451f9f1d0201863185ed56bd200ff30d9346f5dfef81a47"
            },
            "downloads": -1,
            "filename": "arraymap-0.4.0-cp312-cp312-win32.whl",
            "has_sig": false,
            "md5_digest": "e4c0f9a1a6140787017be6e26334f91f",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 21505,
            "upload_time": "2024-11-21T03:04:04",
            "upload_time_iso_8601": "2024-11-21T03:04:04.158599Z",
            "url": "https://files.pythonhosted.org/packages/21/45/854dab356e1adec4e5f0d143e804b9d6f6160e4f21a4cc6dc40655ce11b7/arraymap-0.4.0-cp312-cp312-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "38ab6496bed9cc88c59298c59c1a90a6404d9b45cc4129cc59266f9a34574cfc",
                "md5": "4fa16c029e82b0d8aec55f13c11dd2f8",
                "sha256": "cd1e1973af51dfd1c0112bd821df73877c14797d9e8458ceba4abc78fd905106"
            },
            "downloads": -1,
            "filename": "arraymap-0.4.0-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "4fa16c029e82b0d8aec55f13c11dd2f8",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 23073,
            "upload_time": "2024-11-21T03:04:05",
            "upload_time_iso_8601": "2024-11-21T03:04:05.000268Z",
            "url": "https://files.pythonhosted.org/packages/38/ab/6496bed9cc88c59298c59c1a90a6404d9b45cc4129cc59266f9a34574cfc/arraymap-0.4.0-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "94206886beff6830d3236c570b5e7daa2ea2c2e7cd08748a891e9648c90591aa",
                "md5": "741cc3c88d42376abb39cbdad383134a",
                "sha256": "610966e7eef5c62ebf64d4ce26f7f53ba0ae24ec54cbe8b3de5f85b2fc2eab8d"
            },
            "downloads": -1,
            "filename": "arraymap-0.4.0-cp313-cp313-macosx_10_13_x86_64.whl",
            "has_sig": false,
            "md5_digest": "741cc3c88d42376abb39cbdad383134a",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 35972,
            "upload_time": "2024-11-21T03:04:05",
            "upload_time_iso_8601": "2024-11-21T03:04:05.853842Z",
            "url": "https://files.pythonhosted.org/packages/94/20/6886beff6830d3236c570b5e7daa2ea2c2e7cd08748a891e9648c90591aa/arraymap-0.4.0-cp313-cp313-macosx_10_13_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3535350663a4e6df79fa79b43a665ed089c18d1d451a4d54564feea31aae1fe9",
                "md5": "afb5d0370a59fe90cc3094bc3e1704f2",
                "sha256": "eb8a5fc9b4a08f0f46ca25648230569229b4d968ba3a3229e56ccf9f45604ca7"
            },
            "downloads": -1,
            "filename": "arraymap-0.4.0-cp313-cp313-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "afb5d0370a59fe90cc3094bc3e1704f2",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 33019,
            "upload_time": "2024-11-21T03:04:06",
            "upload_time_iso_8601": "2024-11-21T03:04:06.790114Z",
            "url": "https://files.pythonhosted.org/packages/35/35/350663a4e6df79fa79b43a665ed089c18d1d451a4d54564feea31aae1fe9/arraymap-0.4.0-cp313-cp313-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d60caa3782a960c25309be1741a13482b0a5162b2a5f037315ec6e40ac3d3120",
                "md5": "82eba795cfbf953dfac6a29c37c80603",
                "sha256": "7b644b7c6e704778a62d5238b105b6a6c32f3c28fc950d69106c0bf6f80eb41a"
            },
            "downloads": -1,
            "filename": "arraymap-0.4.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "82eba795cfbf953dfac6a29c37c80603",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 125737,
            "upload_time": "2024-11-21T03:04:07",
            "upload_time_iso_8601": "2024-11-21T03:04:07.680955Z",
            "url": "https://files.pythonhosted.org/packages/d6/0c/aa3782a960c25309be1741a13482b0a5162b2a5f037315ec6e40ac3d3120/arraymap-0.4.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0aa412ca0fc7d539e788165d22bc0d132e77797ca303718a207b75a367b4be1a",
                "md5": "5466a3a62caa172bda6d8ab97214d4dc",
                "sha256": "aa62fcc868de33c6b80d81b9e17ba63b4cdaa81906c929d64a44ebbbf89c2cb7"
            },
            "downloads": -1,
            "filename": "arraymap-0.4.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "5466a3a62caa172bda6d8ab97214d4dc",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 123479,
            "upload_time": "2024-11-21T03:04:08",
            "upload_time_iso_8601": "2024-11-21T03:04:08.652906Z",
            "url": "https://files.pythonhosted.org/packages/0a/a4/12ca0fc7d539e788165d22bc0d132e77797ca303718a207b75a367b4be1a/arraymap-0.4.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "100345cbd024f3fcf09a7b54e22775cbb28c0e331c8d402a37b7b69d0690484b",
                "md5": "d3bf5871cbaf401ef31e46585a41e32e",
                "sha256": "6583ec941fd8a464da4189fe0026b8385986c8dcfac4633b2a78e46b445240ec"
            },
            "downloads": -1,
            "filename": "arraymap-0.4.0-cp313-cp313-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "d3bf5871cbaf401ef31e46585a41e32e",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 136541,
            "upload_time": "2024-11-21T03:04:09",
            "upload_time_iso_8601": "2024-11-21T03:04:09.798248Z",
            "url": "https://files.pythonhosted.org/packages/10/03/45cbd024f3fcf09a7b54e22775cbb28c0e331c8d402a37b7b69d0690484b/arraymap-0.4.0-cp313-cp313-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0d7a5ab6e89aeb59cf4d0bb89db75d327c999e840fb938dc9cc050afebb2c332",
                "md5": "8f59cd1bbbe5924b53a1b634c5e720f7",
                "sha256": "8a40913d6307a30bb78847beac8dc16152c8060c41bf3a5b61d2f2c3f6831b11"
            },
            "downloads": -1,
            "filename": "arraymap-0.4.0-cp313-cp313-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8f59cd1bbbe5924b53a1b634c5e720f7",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 130123,
            "upload_time": "2024-11-21T03:04:10",
            "upload_time_iso_8601": "2024-11-21T03:04:10.870384Z",
            "url": "https://files.pythonhosted.org/packages/0d/7a/5ab6e89aeb59cf4d0bb89db75d327c999e840fb938dc9cc050afebb2c332/arraymap-0.4.0-cp313-cp313-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f5c4589bb16daa26e170954807435ac886b79d3eed6b46913d27d1554c9f8c4f",
                "md5": "40849fbdcf02de5cd2f00974e7a86761",
                "sha256": "8f720a8ef1869f42426bf2dece41b5f78ba991db5fea057feb49607865ff6461"
            },
            "downloads": -1,
            "filename": "arraymap-0.4.0-cp313-cp313-win32.whl",
            "has_sig": false,
            "md5_digest": "40849fbdcf02de5cd2f00974e7a86761",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 21504,
            "upload_time": "2024-11-21T03:04:11",
            "upload_time_iso_8601": "2024-11-21T03:04:11.832464Z",
            "url": "https://files.pythonhosted.org/packages/f5/c4/589bb16daa26e170954807435ac886b79d3eed6b46913d27d1554c9f8c4f/arraymap-0.4.0-cp313-cp313-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8854d50f49e597ed735348df2c8ad6ffb22c667da394cde8adb97ff7bfeeab6b",
                "md5": "031122c21725246bee271eb0582cb463",
                "sha256": "fee87921a69d02cfe798691221962192bc4fd3fb530b9752003bc44e4b7f3f0b"
            },
            "downloads": -1,
            "filename": "arraymap-0.4.0-cp313-cp313-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "031122c21725246bee271eb0582cb463",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 23062,
            "upload_time": "2024-11-21T03:04:12",
            "upload_time_iso_8601": "2024-11-21T03:04:12.700447Z",
            "url": "https://files.pythonhosted.org/packages/88/54/d50f49e597ed735348df2c8ad6ffb22c667da394cde8adb97ff7bfeeab6b/arraymap-0.4.0-cp313-cp313-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d2938b7e424add066a0f9a9bd477050d84c2e15dc18dc50015e7350d90a55581",
                "md5": "3e43f674f3153b97147c1bacbe2f7fab",
                "sha256": "ca9c8f22f86e5212f1ebf0da206fb1dbd85bc40ca32901f02d839b5ae8b8104a"
            },
            "downloads": -1,
            "filename": "arraymap-0.4.0-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3e43f674f3153b97147c1bacbe2f7fab",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 37089,
            "upload_time": "2024-11-21T03:04:13",
            "upload_time_iso_8601": "2024-11-21T03:04:13.631859Z",
            "url": "https://files.pythonhosted.org/packages/d2/93/8b7e424add066a0f9a9bd477050d84c2e15dc18dc50015e7350d90a55581/arraymap-0.4.0-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "21037ab8dd53bab0ea0b204dbaad4d009f066f2443949c8bdb9738b76893da44",
                "md5": "6b98fecc59de053f3bc5797df77facc1",
                "sha256": "4bb7e56426acb4413e70640e712a970396c55052a5743093490c17e8a1f1aa2c"
            },
            "downloads": -1,
            "filename": "arraymap-0.4.0-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "6b98fecc59de053f3bc5797df77facc1",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 34193,
            "upload_time": "2024-11-21T03:04:14",
            "upload_time_iso_8601": "2024-11-21T03:04:14.515933Z",
            "url": "https://files.pythonhosted.org/packages/21/03/7ab8dd53bab0ea0b204dbaad4d009f066f2443949c8bdb9738b76893da44/arraymap-0.4.0-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4fff062c0cf39200a0468c612839914b722f1ac496237c7d439b4b2aa9b90775",
                "md5": "e625b0bb554c2b848c66e5001cfd6db4",
                "sha256": "7850469f0c7e8fbf447c93f003518af9e62ffadf19218bc2ece8c601594096a1"
            },
            "downloads": -1,
            "filename": "arraymap-0.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e625b0bb554c2b848c66e5001cfd6db4",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 121296,
            "upload_time": "2024-11-21T03:04:15",
            "upload_time_iso_8601": "2024-11-21T03:04:15.410731Z",
            "url": "https://files.pythonhosted.org/packages/4f/ff/062c0cf39200a0468c612839914b722f1ac496237c7d439b4b2aa9b90775/arraymap-0.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5086e7d30a404594379b42c9272092bea9dfff95104dbce59f486b21683e1e1e",
                "md5": "d2f70b2b32b2fed9f9cc9a19c887bf27",
                "sha256": "578e88e6d52d80016db1cee808df5bada1ec97108503d7cab9b77443c64296d6"
            },
            "downloads": -1,
            "filename": "arraymap-0.4.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "d2f70b2b32b2fed9f9cc9a19c887bf27",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 123420,
            "upload_time": "2024-11-21T03:04:16",
            "upload_time_iso_8601": "2024-11-21T03:04:16.472913Z",
            "url": "https://files.pythonhosted.org/packages/50/86/e7d30a404594379b42c9272092bea9dfff95104dbce59f486b21683e1e1e/arraymap-0.4.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "97d410815106d0d06cf62ec765b8f932b1125a2642c3d2b619a1661b46427814",
                "md5": "9c7f5e574319b6b44517265b6a281e91",
                "sha256": "b713ef0d54deaaf356466a4338b07c431fd37a1c930aec9d4d331299ded63d91"
            },
            "downloads": -1,
            "filename": "arraymap-0.4.0-cp39-cp39-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "9c7f5e574319b6b44517265b6a281e91",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 135886,
            "upload_time": "2024-11-21T03:04:17",
            "upload_time_iso_8601": "2024-11-21T03:04:17.490994Z",
            "url": "https://files.pythonhosted.org/packages/97/d4/10815106d0d06cf62ec765b8f932b1125a2642c3d2b619a1661b46427814/arraymap-0.4.0-cp39-cp39-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "150e67c319472da6bc0c543e8c89833c4752e750cdeed511a0fd7f3db2cbec7a",
                "md5": "08f5392e2b5b4f3a868707a44f2b230f",
                "sha256": "fecde93f81909d39cdd24804f4e12caa071aa31b13f10dee1b503668fdce9fcf"
            },
            "downloads": -1,
            "filename": "arraymap-0.4.0-cp39-cp39-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "08f5392e2b5b4f3a868707a44f2b230f",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 126503,
            "upload_time": "2024-11-21T03:04:19",
            "upload_time_iso_8601": "2024-11-21T03:04:19.430084Z",
            "url": "https://files.pythonhosted.org/packages/15/0e/67c319472da6bc0c543e8c89833c4752e750cdeed511a0fd7f3db2cbec7a/arraymap-0.4.0-cp39-cp39-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6a32a9f32642d1f19a4ffc69b6c3bbbc767f00b0535f1c286233303d4db1803a",
                "md5": "d78eb50d436e9ddf71e0739099478c1c",
                "sha256": "4874dcd73c402a99ea205232331e7fe895937e53c4604f6667121ba404126601"
            },
            "downloads": -1,
            "filename": "arraymap-0.4.0-cp39-cp39-win32.whl",
            "has_sig": false,
            "md5_digest": "d78eb50d436e9ddf71e0739099478c1c",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 21771,
            "upload_time": "2024-11-21T03:04:20",
            "upload_time_iso_8601": "2024-11-21T03:04:20.386315Z",
            "url": "https://files.pythonhosted.org/packages/6a/32/a9f32642d1f19a4ffc69b6c3bbbc767f00b0535f1c286233303d4db1803a/arraymap-0.4.0-cp39-cp39-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1974089445bfd9e5c55d5a1dbedabf4da4df47ac5de9f4bb202227a7935402af",
                "md5": "b23d310aa332e8bc870fd7e08d5d659f",
                "sha256": "d6b4b097cf5eddd0ba3460a2a45c2238080801ea8024491c16cce5369765ea7c"
            },
            "downloads": -1,
            "filename": "arraymap-0.4.0-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "b23d310aa332e8bc870fd7e08d5d659f",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 22954,
            "upload_time": "2024-11-21T03:04:21",
            "upload_time_iso_8601": "2024-11-21T03:04:21.305081Z",
            "url": "https://files.pythonhosted.org/packages/19/74/089445bfd9e5c55d5a1dbedabf4da4df47ac5de9f4bb202227a7935402af/arraymap-0.4.0-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6c891d8b77225282b1a37029755ff53f63b1566bab8da1ac0e88f2fb8187c490",
                "md5": "c011fcb2c5c16c9cba29c2036318a757",
                "sha256": "af1aa15f9f0c799888326561275052b4ea709b0a3a2ff58d01c55a447f8b1213"
            },
            "downloads": -1,
            "filename": "arraymap-0.4.0.tar.gz",
            "has_sig": false,
            "md5_digest": "c011fcb2c5c16c9cba29c2036318a757",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 24770,
            "upload_time": "2024-11-21T03:04:22",
            "upload_time_iso_8601": "2024-11-21T03:04:22.204554Z",
            "url": "https://files.pythonhosted.org/packages/6c/89/1d8b77225282b1a37029755ff53f63b1566bab8da1ac0e88f2fb8187c490/arraymap-0.4.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-21 03:04:22",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "static-frame",
    "github_project": "arraymap",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "arraymap"
}
        
Elapsed time: 0.41248s