ironcalc


Nameironcalc JSON
Version 0.3.0 PyPI version JSON
download
home_pageNone
SummaryCreate, edit and evaluate Excel spreadsheets
upload_time2025-01-29 23:01:09
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseNone
keywords xlsx spreadsheet
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # IronCalc python bindings

With IronCalc you can create, read and manipulate xlsx files.
You can manage sheets, add, remove, delete rename.
You can add cell values, retrieve them and most importantly you can evaluate spreadsheets.

## Installation

```bash
pip install ironcalc
```




## Compile and test

To compile this and test it:

```bash
$ python3 -m venv venv
$ source venv/bin/activate
$ pip install maturin
$ maturin develop
$ cd examples
examples $ python example.py
```

From there if you use `python` you can `import ironcalc`. You can either create a new file, read it from a JSON string or import from Excel.

Hopefully the API is straightforward.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "ironcalc",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "xlsx, spreadsheet",
    "author": null,
    "author_email": "Nicol\u00e1s Hatcher <nicolas@theuniverse.today>",
    "download_url": "https://files.pythonhosted.org/packages/0a/70/9a7286794bdd7b2c2635d98442fce876300392c1c2d72022c4ab77d3522c/ironcalc-0.3.0.tar.gz",
    "platform": null,
    "description": "# IronCalc python bindings\n\nWith IronCalc you can create, read and manipulate xlsx files.\nYou can manage sheets, add, remove, delete rename.\nYou can add cell values, retrieve them and most importantly you can evaluate spreadsheets.\n\n## Installation\n\n```bash\npip install ironcalc\n```\n\n\n\n\n## Compile and test\n\nTo compile this and test it:\n\n```bash\n$ python3 -m venv venv\n$ source venv/bin/activate\n$ pip install maturin\n$ maturin develop\n$ cd examples\nexamples $ python example.py\n```\n\nFrom there if you use `python` you can `import ironcalc`. You can either create a new file, read it from a JSON string or import from Excel.\n\nHopefully the API is straightforward.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Create, edit and evaluate Excel spreadsheets",
    "version": "0.3.0",
    "project_urls": {
        "Homepage": "https://www.ironcalc.com/",
        "Source": "https://github.com/ironcalc/ironcalc",
        "Tracker": "https://github.com/ironcalc/ironcalc/issues"
    },
    "split_keywords": [
        "xlsx",
        " spreadsheet"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "45231494e821d94ac4f2f60010b639c7a171fae3ff74adc224e2852053aaeecb",
                "md5": "ec8b18a9a0ff7fd1875b87d1b0b47666",
                "sha256": "39463acc8ecb731be9f1860388bc69d481e7e651a585b79ada2068e0ce62d8d1"
            },
            "downloads": -1,
            "filename": "ironcalc-0.3.0-cp310-cp310-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ec8b18a9a0ff7fd1875b87d1b0b47666",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 2078067,
            "upload_time": "2025-01-29T22:59:37",
            "upload_time_iso_8601": "2025-01-29T22:59:37.497604Z",
            "url": "https://files.pythonhosted.org/packages/45/23/1494e821d94ac4f2f60010b639c7a171fae3ff74adc224e2852053aaeecb/ironcalc-0.3.0-cp310-cp310-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3281b2dee1fea6553799e063ebb077a183ea261d9340b5161b9d89802730241c",
                "md5": "45ff968e5abfcc74969e2daa3041b5fe",
                "sha256": "c5bd13f4def3eb498db6bc1a4f0e9ed6df6b66978ea640f4817f70f12192d3cd"
            },
            "downloads": -1,
            "filename": "ironcalc-0.3.0-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "45ff968e5abfcc74969e2daa3041b5fe",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 1852046,
            "upload_time": "2025-01-29T22:59:39",
            "upload_time_iso_8601": "2025-01-29T22:59:39.461056Z",
            "url": "https://files.pythonhosted.org/packages/32/81/b2dee1fea6553799e063ebb077a183ea261d9340b5161b9d89802730241c/ironcalc-0.3.0-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4b9ca069522b39fd7f49469129a78c7ef3b8f9270ef2ff4e7f65630007e5ffc3",
                "md5": "4ea85099eef82a468cfbea90c418388b",
                "sha256": "46468ebe7f1d72ea65411fe56a180eb4707d4c7b2c980c9f9fe3e2ea14f7ee02"
            },
            "downloads": -1,
            "filename": "ironcalc-0.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "4ea85099eef82a468cfbea90c418388b",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 2080607,
            "upload_time": "2025-01-29T22:59:41",
            "upload_time_iso_8601": "2025-01-29T22:59:41.651149Z",
            "url": "https://files.pythonhosted.org/packages/4b/9c/a069522b39fd7f49469129a78c7ef3b8f9270ef2ff4e7f65630007e5ffc3/ironcalc-0.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e15fca6d443844c1076c23aa46be3cda2e653994f3d46e3a43b337f7fa1fd8a7",
                "md5": "2d911c6c5a69cf03106789c668c1b6ef",
                "sha256": "7b446e4305692b0535a2fa999dc64a74d09dce3f712e0b7915b07b4c47ad466c"
            },
            "downloads": -1,
            "filename": "ironcalc-0.3.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "2d911c6c5a69cf03106789c668c1b6ef",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 2065050,
            "upload_time": "2025-01-29T22:59:43",
            "upload_time_iso_8601": "2025-01-29T22:59:43.910374Z",
            "url": "https://files.pythonhosted.org/packages/e1/5f/ca6d443844c1076c23aa46be3cda2e653994f3d46e3a43b337f7fa1fd8a7/ironcalc-0.3.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "03c4bffcf7e6884b8e3cbe74813f69cb3f7acd011d070000f0b5c47c6d758e24",
                "md5": "ff752df438593ca7328383d4997337e6",
                "sha256": "e77fbf3a63be8970ec3282f2980f925b63df36c4abe4fada857188d417590352"
            },
            "downloads": -1,
            "filename": "ironcalc-0.3.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "ff752df438593ca7328383d4997337e6",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 2296108,
            "upload_time": "2025-01-29T22:59:46",
            "upload_time_iso_8601": "2025-01-29T22:59:46.341215Z",
            "url": "https://files.pythonhosted.org/packages/03/c4/bffcf7e6884b8e3cbe74813f69cb3f7acd011d070000f0b5c47c6d758e24/ironcalc-0.3.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8aee0b734f3c5f13effa559b96cbbd76066bc1d24409c851efc66c33947dc776",
                "md5": "3802a1733354d75a1eab9f0d14400ab7",
                "sha256": "77cf84ffb0c5b7de46d2bb7800e84f4aa57bab8bbb1a391d733c75fbb4b07244"
            },
            "downloads": -1,
            "filename": "ironcalc-0.3.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "3802a1733354d75a1eab9f0d14400ab7",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 2616862,
            "upload_time": "2025-01-29T22:59:47",
            "upload_time_iso_8601": "2025-01-29T22:59:47.925111Z",
            "url": "https://files.pythonhosted.org/packages/8a/ee/0b734f3c5f13effa559b96cbbd76066bc1d24409c851efc66c33947dc776/ironcalc-0.3.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "51b81c6ef5e7aa62ac8f2279c7b565dd16899b691cc9925ff1fa405622181a71",
                "md5": "d0a2bfff8d720d04102df617f7a949f5",
                "sha256": "0dd683287c8ecb0238738a1ba8ff799ed2c22140ff98677eca61d8db481f9fae"
            },
            "downloads": -1,
            "filename": "ironcalc-0.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d0a2bfff8d720d04102df617f7a949f5",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 2256317,
            "upload_time": "2025-01-29T22:59:50",
            "upload_time_iso_8601": "2025-01-29T22:59:50.215109Z",
            "url": "https://files.pythonhosted.org/packages/51/b8/1c6ef5e7aa62ac8f2279c7b565dd16899b691cc9925ff1fa405622181a71/ironcalc-0.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e8aaafcb8bde4ea81d7b79d2bfc09d5f0f4911da9782ab8e13d30a37eb58717e",
                "md5": "d9955e18ef53e4a07e217d4af8c639f9",
                "sha256": "bd077fe2a4e1a8308dac9403646a5125dca424b73fecc5a666d1031dd735d6cb"
            },
            "downloads": -1,
            "filename": "ironcalc-0.3.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "d9955e18ef53e4a07e217d4af8c639f9",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 2181526,
            "upload_time": "2025-01-29T22:59:52",
            "upload_time_iso_8601": "2025-01-29T22:59:52.101639Z",
            "url": "https://files.pythonhosted.org/packages/e8/aa/afcb8bde4ea81d7b79d2bfc09d5f0f4911da9782ab8e13d30a37eb58717e/ironcalc-0.3.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6b7bbeb422ef2ccaf143854797e796c963c168c7aca635eeddeb9080a8384573",
                "md5": "f9d96a82f17a1b49a6634e4229640aa9",
                "sha256": "709b309d03fdb8470b43e3a7c25e8d12e8446bd5bb464da1e1464230ec8b8fe6"
            },
            "downloads": -1,
            "filename": "ironcalc-0.3.0-cp310-cp310-win32.whl",
            "has_sig": false,
            "md5_digest": "f9d96a82f17a1b49a6634e4229640aa9",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 1672907,
            "upload_time": "2025-01-29T22:59:54",
            "upload_time_iso_8601": "2025-01-29T22:59:54.322073Z",
            "url": "https://files.pythonhosted.org/packages/6b/7b/beb422ef2ccaf143854797e796c963c168c7aca635eeddeb9080a8384573/ironcalc-0.3.0-cp310-cp310-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d0ebbb1a83d1690c9bed70ab39fd9d685883252042ac4e43bb84d8a800b6c78d",
                "md5": "42aa99b1ab7f4171efca9b913840a8ff",
                "sha256": "9f62aac63494d5c46f120b50b5f51af95b6d71571e0ec7aabf66139b9fe838f0"
            },
            "downloads": -1,
            "filename": "ironcalc-0.3.0-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "42aa99b1ab7f4171efca9b913840a8ff",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 1822091,
            "upload_time": "2025-01-29T22:59:55",
            "upload_time_iso_8601": "2025-01-29T22:59:55.841669Z",
            "url": "https://files.pythonhosted.org/packages/d0/eb/bb1a83d1690c9bed70ab39fd9d685883252042ac4e43bb84d8a800b6c78d/ironcalc-0.3.0-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "582d8c1d2d7e2027d4a818b2930054edbf5cf9c0aa2fcd7ff4955d42cafa0087",
                "md5": "65fcb5094d1edcc202bf03ad56d8b4ab",
                "sha256": "f07f20ce19f5c0b2586d668edd4bbff4030b5732e6baa5fce9b759eacff32d0d"
            },
            "downloads": -1,
            "filename": "ironcalc-0.3.0-cp311-cp311-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "65fcb5094d1edcc202bf03ad56d8b4ab",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 2077068,
            "upload_time": "2025-01-29T22:59:58",
            "upload_time_iso_8601": "2025-01-29T22:59:58.651594Z",
            "url": "https://files.pythonhosted.org/packages/58/2d/8c1d2d7e2027d4a818b2930054edbf5cf9c0aa2fcd7ff4955d42cafa0087/ironcalc-0.3.0-cp311-cp311-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0afe202ab32390880dbebd5b957e6d684198c81a205e8d0d9185eb1460ed57a6",
                "md5": "9842fc94810306b47c0668455d52f9d1",
                "sha256": "0a0e2e238edfb5632219ca2924b19f35f9af2466c4f1420d5a5fa057aa65f723"
            },
            "downloads": -1,
            "filename": "ironcalc-0.3.0-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "9842fc94810306b47c0668455d52f9d1",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 1850621,
            "upload_time": "2025-01-29T23:00:00",
            "upload_time_iso_8601": "2025-01-29T23:00:00.194736Z",
            "url": "https://files.pythonhosted.org/packages/0a/fe/202ab32390880dbebd5b957e6d684198c81a205e8d0d9185eb1460ed57a6/ironcalc-0.3.0-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6fa6ee9ac048cf0360f4d797c6d32496afa11a98aac1dc5d63f350b1ef1c63e1",
                "md5": "407b30a5854d6e92fcc0cc218226447e",
                "sha256": "09d9b12966d96c91fd61c07a089ebff26346a9ce964b88b20aefd7dc5b846747"
            },
            "downloads": -1,
            "filename": "ironcalc-0.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "407b30a5854d6e92fcc0cc218226447e",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 2080225,
            "upload_time": "2025-01-29T23:00:02",
            "upload_time_iso_8601": "2025-01-29T23:00:02.024819Z",
            "url": "https://files.pythonhosted.org/packages/6f/a6/ee9ac048cf0360f4d797c6d32496afa11a98aac1dc5d63f350b1ef1c63e1/ironcalc-0.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "054f1bd6b91e6bba4172a2a5a9b5001d640f7ee890c38b6d2a9e88912ffa2033",
                "md5": "13f0a118e150be453ab8f37479f162b1",
                "sha256": "1300511f255c03c678228ef9cda569dcbd86966bf37fb7b581f244c72c8d3678"
            },
            "downloads": -1,
            "filename": "ironcalc-0.3.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "13f0a118e150be453ab8f37479f162b1",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 2064592,
            "upload_time": "2025-01-29T23:00:04",
            "upload_time_iso_8601": "2025-01-29T23:00:04.186420Z",
            "url": "https://files.pythonhosted.org/packages/05/4f/1bd6b91e6bba4172a2a5a9b5001d640f7ee890c38b6d2a9e88912ffa2033/ironcalc-0.3.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "dbfbd209296d39bfc1b882e448a8431f9ec95f092d4c8f29533a8ccc1f22e555",
                "md5": "fd551c233a9e56b7bc6b956fa407b490",
                "sha256": "829d2634882fcc4850968f63adfcf15541e2a6e8c3f983fe82a4fd5106250e43"
            },
            "downloads": -1,
            "filename": "ironcalc-0.3.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "fd551c233a9e56b7bc6b956fa407b490",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 2295501,
            "upload_time": "2025-01-29T23:00:05",
            "upload_time_iso_8601": "2025-01-29T23:00:05.696021Z",
            "url": "https://files.pythonhosted.org/packages/db/fb/d209296d39bfc1b882e448a8431f9ec95f092d4c8f29533a8ccc1f22e555/ironcalc-0.3.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0868fea873bee6aa5ee8a36a8ab2156420bf009592b1fca6d1afc269d45eb6c2",
                "md5": "e1f1ef74f88b199bb3349d477ce18de0",
                "sha256": "d97762c8e48f3581670f5e4d7145aaef2a4d4e862daab9ea8f8f16645bb7822c"
            },
            "downloads": -1,
            "filename": "ironcalc-0.3.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "e1f1ef74f88b199bb3349d477ce18de0",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 2606577,
            "upload_time": "2025-01-29T23:00:07",
            "upload_time_iso_8601": "2025-01-29T23:00:07.784535Z",
            "url": "https://files.pythonhosted.org/packages/08/68/fea873bee6aa5ee8a36a8ab2156420bf009592b1fca6d1afc269d45eb6c2/ironcalc-0.3.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "59a6b72e5b8c1d447456652a60be4889a5a858450a9b471701fbc6d284ab6f93",
                "md5": "2a41bccbea19dbe053165421d328ffd6",
                "sha256": "65e6580d8e568ef79df589c62f49d1f4b83b46de8ad1b10ef253ced1bd278037"
            },
            "downloads": -1,
            "filename": "ironcalc-0.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2a41bccbea19dbe053165421d328ffd6",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 2255874,
            "upload_time": "2025-01-29T23:00:09",
            "upload_time_iso_8601": "2025-01-29T23:00:09.449449Z",
            "url": "https://files.pythonhosted.org/packages/59/a6/b72e5b8c1d447456652a60be4889a5a858450a9b471701fbc6d284ab6f93/ironcalc-0.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a34d235a0d24ed9fe098b789c614f4f9a605971eb510c4a12b4824088c6dcf38",
                "md5": "568807b94abc545b29135914b76d37d8",
                "sha256": "24a23d759697b5aaa44ff5f25180faa9302896c672b6d417beea9c3b36df49b7"
            },
            "downloads": -1,
            "filename": "ironcalc-0.3.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "568807b94abc545b29135914b76d37d8",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 2180806,
            "upload_time": "2025-01-29T23:00:11",
            "upload_time_iso_8601": "2025-01-29T23:00:11.524032Z",
            "url": "https://files.pythonhosted.org/packages/a3/4d/235a0d24ed9fe098b789c614f4f9a605971eb510c4a12b4824088c6dcf38/ironcalc-0.3.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "84f895646f91f489fe9c203da113f989efa6285d80d257c3dc1e06f2ed758814",
                "md5": "9212a170339c1d4aa3e5e4098ea096a0",
                "sha256": "c4e9983e976da972c3109fd9bb30a7f2cd33231bfcc2732c9137d18945658034"
            },
            "downloads": -1,
            "filename": "ironcalc-0.3.0-cp311-cp311-win32.whl",
            "has_sig": false,
            "md5_digest": "9212a170339c1d4aa3e5e4098ea096a0",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 1672533,
            "upload_time": "2025-01-29T23:00:13",
            "upload_time_iso_8601": "2025-01-29T23:00:13.692283Z",
            "url": "https://files.pythonhosted.org/packages/84/f8/95646f91f489fe9c203da113f989efa6285d80d257c3dc1e06f2ed758814/ironcalc-0.3.0-cp311-cp311-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "cf7d60a7b87f64232d5b1ac8d16fb8febb7fb2428560cd12673a6c7c4c19c2fc",
                "md5": "ec1890d89a330ab0e64e59542b164901",
                "sha256": "aa198eba9c5d8dc9010eaa24009cdf48ee74a8e4e92acb45a615cb2fe5730bf7"
            },
            "downloads": -1,
            "filename": "ironcalc-0.3.0-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "ec1890d89a330ab0e64e59542b164901",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 1821035,
            "upload_time": "2025-01-29T23:00:15",
            "upload_time_iso_8601": "2025-01-29T23:00:15.252552Z",
            "url": "https://files.pythonhosted.org/packages/cf/7d/60a7b87f64232d5b1ac8d16fb8febb7fb2428560cd12673a6c7c4c19c2fc/ironcalc-0.3.0-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4940b8688109dd458e3ba43880491f13aa5abedfbef792800d1f63f6eb5e9107",
                "md5": "4f5040a443c728d51b734e2b449883bd",
                "sha256": "d0be6648f18927f85f47a4af0237ff82997f259c9d06989e5635bc8525b5cd98"
            },
            "downloads": -1,
            "filename": "ironcalc-0.3.0-cp312-cp312-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4f5040a443c728d51b734e2b449883bd",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 2073843,
            "upload_time": "2025-01-29T23:00:16",
            "upload_time_iso_8601": "2025-01-29T23:00:16.777853Z",
            "url": "https://files.pythonhosted.org/packages/49/40/b8688109dd458e3ba43880491f13aa5abedfbef792800d1f63f6eb5e9107/ironcalc-0.3.0-cp312-cp312-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "40835d2897f8151c988ccd51691106a3ff3aa18a0a3cd71749865838206022ad",
                "md5": "165e24141a8229042a77382570d8850c",
                "sha256": "33860af270aa3be46c4d244143f087937834be5b6924e244e0b8df1ce042d7a3"
            },
            "downloads": -1,
            "filename": "ironcalc-0.3.0-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "165e24141a8229042a77382570d8850c",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 1846845,
            "upload_time": "2025-01-29T23:00:18",
            "upload_time_iso_8601": "2025-01-29T23:00:18.992459Z",
            "url": "https://files.pythonhosted.org/packages/40/83/5d2897f8151c988ccd51691106a3ff3aa18a0a3cd71749865838206022ad/ironcalc-0.3.0-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "feddeaf9eb515262981b6fa1c22da8567e7cd5d2f0a8b176a4c0519a7ebafec8",
                "md5": "284957e825c293d04896eef64009583c",
                "sha256": "67a4e13ed6d6eaa0d17440edca323f389dd9203fdb1f5276f236abbbfb184c54"
            },
            "downloads": -1,
            "filename": "ironcalc-0.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "284957e825c293d04896eef64009583c",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 2081510,
            "upload_time": "2025-01-29T23:00:20",
            "upload_time_iso_8601": "2025-01-29T23:00:20.496717Z",
            "url": "https://files.pythonhosted.org/packages/fe/dd/eaf9eb515262981b6fa1c22da8567e7cd5d2f0a8b176a4c0519a7ebafec8/ironcalc-0.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9d96eaafa4535484fe01011e43d64a016e209a8c1158cf899d5bc832bb4c818a",
                "md5": "c6106680bc03494884ed7032ccd8f238",
                "sha256": "6f5de19cfd54e52a7ea83faa3fbe8cfa8e01d950ff6f9abd26e794d4ceb89678"
            },
            "downloads": -1,
            "filename": "ironcalc-0.3.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "c6106680bc03494884ed7032ccd8f238",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 2065149,
            "upload_time": "2025-01-29T23:00:22",
            "upload_time_iso_8601": "2025-01-29T23:00:22.152605Z",
            "url": "https://files.pythonhosted.org/packages/9d/96/eaafa4535484fe01011e43d64a016e209a8c1158cf899d5bc832bb4c818a/ironcalc-0.3.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9b764d4fa40dc1d21dc914951e468a1a5e8f72ad95f5fa3d3b9d777c9641c9e0",
                "md5": "e3ef468039ccd2973eb5de6a2b328b70",
                "sha256": "b52e62c80482a38e1d852055da4756bf974a4d9a12a719f940423cbd95d4768f"
            },
            "downloads": -1,
            "filename": "ironcalc-0.3.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "e3ef468039ccd2973eb5de6a2b328b70",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 2297233,
            "upload_time": "2025-01-29T23:00:23",
            "upload_time_iso_8601": "2025-01-29T23:00:23.710586Z",
            "url": "https://files.pythonhosted.org/packages/9b/76/4d4fa40dc1d21dc914951e468a1a5e8f72ad95f5fa3d3b9d777c9641c9e0/ironcalc-0.3.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ce1f4371dad92288516f09e920aa4035713e27723c6f7bbf37d39cd8f9acc028",
                "md5": "c7c76b01f5c4aeae728a5b1c7b2cb941",
                "sha256": "e2ed887d78e0757e5820bff161f13fe5d5c14c28b8d13b7cd8682bab7eb6512c"
            },
            "downloads": -1,
            "filename": "ironcalc-0.3.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "c7c76b01f5c4aeae728a5b1c7b2cb941",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 2617355,
            "upload_time": "2025-01-29T23:00:25",
            "upload_time_iso_8601": "2025-01-29T23:00:25.313832Z",
            "url": "https://files.pythonhosted.org/packages/ce/1f/4371dad92288516f09e920aa4035713e27723c6f7bbf37d39cd8f9acc028/ironcalc-0.3.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6f856957053dc50322a315ceee2ab50703efd0a402049d5dd73543a8fdec5578",
                "md5": "61da6718aa1532af4c87c17c77b3dc7d",
                "sha256": "7550687b76aa66de03d0f10e03508d9013cd4586228147082da8cd83b662b6da"
            },
            "downloads": -1,
            "filename": "ironcalc-0.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "61da6718aa1532af4c87c17c77b3dc7d",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 2256958,
            "upload_time": "2025-01-29T23:00:28",
            "upload_time_iso_8601": "2025-01-29T23:00:28.021987Z",
            "url": "https://files.pythonhosted.org/packages/6f/85/6957053dc50322a315ceee2ab50703efd0a402049d5dd73543a8fdec5578/ironcalc-0.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5b9c0c01a087acefe84342059a8b250ceb38340ca57225a49f2a517c8a944739",
                "md5": "77c9053af6bd8a0ac2679e6d78825397",
                "sha256": "fd0e0b03cf7d04cac3c9d3b5e1c9df6af6ee124e0cab214cf4c39d60fdcc65e8"
            },
            "downloads": -1,
            "filename": "ironcalc-0.3.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "77c9053af6bd8a0ac2679e6d78825397",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 2181396,
            "upload_time": "2025-01-29T23:00:29",
            "upload_time_iso_8601": "2025-01-29T23:00:29.417471Z",
            "url": "https://files.pythonhosted.org/packages/5b/9c/0c01a087acefe84342059a8b250ceb38340ca57225a49f2a517c8a944739/ironcalc-0.3.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "688eb0ce0c740ebbfd81512400b91416314dfdf5be29dd6332dd7739e351db32",
                "md5": "813af2b026e6c3cda633c0d46dc716a1",
                "sha256": "a77bdeb8ff748c0f44e4a038e33801c1292f9a31f7dd9b24001a37622ac83c52"
            },
            "downloads": -1,
            "filename": "ironcalc-0.3.0-cp312-cp312-win32.whl",
            "has_sig": false,
            "md5_digest": "813af2b026e6c3cda633c0d46dc716a1",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 1672175,
            "upload_time": "2025-01-29T23:00:30",
            "upload_time_iso_8601": "2025-01-29T23:00:30.765885Z",
            "url": "https://files.pythonhosted.org/packages/68/8e/b0ce0c740ebbfd81512400b91416314dfdf5be29dd6332dd7739e351db32/ironcalc-0.3.0-cp312-cp312-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2a973fa1667ddb74248252fb52d0ed6804e432cb34fb1f8134bb8bc22c79053d",
                "md5": "b5f020e30ebc6a3254dbdaa410594198",
                "sha256": "172f082eb0e775e9cae8a880a57434338034e10245a3036f0ede50936e45d6e5"
            },
            "downloads": -1,
            "filename": "ironcalc-0.3.0-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "b5f020e30ebc6a3254dbdaa410594198",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 1820947,
            "upload_time": "2025-01-29T23:00:32",
            "upload_time_iso_8601": "2025-01-29T23:00:32.677086Z",
            "url": "https://files.pythonhosted.org/packages/2a/97/3fa1667ddb74248252fb52d0ed6804e432cb34fb1f8134bb8bc22c79053d/ironcalc-0.3.0-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d3effa9b7d54a99ebdcf1022bf761a0931acddeba5130768d66c2ca101990357",
                "md5": "b7e1d0aedd8734d1e9be91af41598426",
                "sha256": "c7a88534cafebfe96e94673c62fd873d9fc10a01f7a3a07dd6b96dc15fdc065b"
            },
            "downloads": -1,
            "filename": "ironcalc-0.3.0-cp313-cp313-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b7e1d0aedd8734d1e9be91af41598426",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 2073853,
            "upload_time": "2025-01-29T23:00:34",
            "upload_time_iso_8601": "2025-01-29T23:00:34.813369Z",
            "url": "https://files.pythonhosted.org/packages/d3/ef/fa9b7d54a99ebdcf1022bf761a0931acddeba5130768d66c2ca101990357/ironcalc-0.3.0-cp313-cp313-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "729ee0cd3a6410ae9cbe6843e0c210de8cd33e47826faa82e1d20428c8b9f0f5",
                "md5": "89a995be74027fe20edea364b0457bd5",
                "sha256": "655b758bcb3aa86b623eb4c5d95c6982b205c0bd6ab5e7872301980469c79b95"
            },
            "downloads": -1,
            "filename": "ironcalc-0.3.0-cp313-cp313-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "89a995be74027fe20edea364b0457bd5",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 1846608,
            "upload_time": "2025-01-29T23:00:36",
            "upload_time_iso_8601": "2025-01-29T23:00:36.219410Z",
            "url": "https://files.pythonhosted.org/packages/72/9e/e0cd3a6410ae9cbe6843e0c210de8cd33e47826faa82e1d20428c8b9f0f5/ironcalc-0.3.0-cp313-cp313-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "270cd3aaf54f6bfa33e6f1272862cd59c2e61cf9c823e02a148954493b840cc4",
                "md5": "a5e5a134e1cc52de7828ba06a507a76c",
                "sha256": "4e121b26df3ed6bb5e851985a78fdeac746e45984edb23659c447bc533b6f57c"
            },
            "downloads": -1,
            "filename": "ironcalc-0.3.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "a5e5a134e1cc52de7828ba06a507a76c",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 2081549,
            "upload_time": "2025-01-29T23:00:37",
            "upload_time_iso_8601": "2025-01-29T23:00:37.740303Z",
            "url": "https://files.pythonhosted.org/packages/27/0c/d3aaf54f6bfa33e6f1272862cd59c2e61cf9c823e02a148954493b840cc4/ironcalc-0.3.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b58e79a9e75b7d8c5ee38fe349ee06959cbc680f30b58128e6e6c4f674fd7a9c",
                "md5": "a9569b913ec7d75f89e35a0c32ddc754",
                "sha256": "d33c5c73c71325d9f936dc295d9668b7a327c9df2b86b6f55433efaa2ec474be"
            },
            "downloads": -1,
            "filename": "ironcalc-0.3.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "a9569b913ec7d75f89e35a0c32ddc754",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 2064802,
            "upload_time": "2025-01-29T23:00:39",
            "upload_time_iso_8601": "2025-01-29T23:00:39.240606Z",
            "url": "https://files.pythonhosted.org/packages/b5/8e/79a9e75b7d8c5ee38fe349ee06959cbc680f30b58128e6e6c4f674fd7a9c/ironcalc-0.3.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e7b9a1c35f27dab30f562676e679d5f136f60fb2bae421cbcc39b06d4e4b1ee8",
                "md5": "5d2a28205511142ba738b76026b4678a",
                "sha256": "0da15ac60c5f89d90cd25aef0c8a7fef6d466d2acc16ef633f28f93acf3e0679"
            },
            "downloads": -1,
            "filename": "ironcalc-0.3.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "5d2a28205511142ba738b76026b4678a",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 2297315,
            "upload_time": "2025-01-29T23:00:40",
            "upload_time_iso_8601": "2025-01-29T23:00:40.672299Z",
            "url": "https://files.pythonhosted.org/packages/e7/b9/a1c35f27dab30f562676e679d5f136f60fb2bae421cbcc39b06d4e4b1ee8/ironcalc-0.3.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "16887ca10300131eb53a8fd2a551311a83bb215c24aee17e4d556284544b21b3",
                "md5": "c92fc2f74616ee7493f1c74eebb65585",
                "sha256": "26bfcf7179e0b01be6d42d51fa1eaef9adecdc702bb4051905c90556e0109ec4"
            },
            "downloads": -1,
            "filename": "ironcalc-0.3.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "c92fc2f74616ee7493f1c74eebb65585",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 2617648,
            "upload_time": "2025-01-29T23:00:42",
            "upload_time_iso_8601": "2025-01-29T23:00:42.886965Z",
            "url": "https://files.pythonhosted.org/packages/16/88/7ca10300131eb53a8fd2a551311a83bb215c24aee17e4d556284544b21b3/ironcalc-0.3.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "590bd25c63b7d1fd7ef4d295d89c17d642327ab8b873ec3a5d58268bbde4892c",
                "md5": "e190a845294a38fc94cdb81243f4bd30",
                "sha256": "efb011531beb5b3e97f1e4cc779c57b7efcbbad5281bfbb8f31398009cee2d0d"
            },
            "downloads": -1,
            "filename": "ironcalc-0.3.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e190a845294a38fc94cdb81243f4bd30",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 2257020,
            "upload_time": "2025-01-29T23:00:44",
            "upload_time_iso_8601": "2025-01-29T23:00:44.456526Z",
            "url": "https://files.pythonhosted.org/packages/59/0b/d25c63b7d1fd7ef4d295d89c17d642327ab8b873ec3a5d58268bbde4892c/ironcalc-0.3.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8dd31406536e273814ee8ffa4de5b5838109a6db02c8850ccf11bb0bef57f490",
                "md5": "b91a04801825af8b67d80899fb9db96e",
                "sha256": "b69792c111dc8f556b449124c856315e864d682b41ec5ebad82287f801ce4322"
            },
            "downloads": -1,
            "filename": "ironcalc-0.3.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "b91a04801825af8b67d80899fb9db96e",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 2181649,
            "upload_time": "2025-01-29T23:00:47",
            "upload_time_iso_8601": "2025-01-29T23:00:47.177920Z",
            "url": "https://files.pythonhosted.org/packages/8d/d3/1406536e273814ee8ffa4de5b5838109a6db02c8850ccf11bb0bef57f490/ironcalc-0.3.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1680fc1c2c20651ad45d7dc435e9583604b002177ff77377955787219d8c0f2b",
                "md5": "ce978537a800edceaf71a2a6735fa1c4",
                "sha256": "ad2019fbd82d47207cff48c4fd9d5d72f1b8cb4f9b9caef3108e828eb1cc0f0a"
            },
            "downloads": -1,
            "filename": "ironcalc-0.3.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "ce978537a800edceaf71a2a6735fa1c4",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 2079719,
            "upload_time": "2025-01-29T23:00:50",
            "upload_time_iso_8601": "2025-01-29T23:00:50.254666Z",
            "url": "https://files.pythonhosted.org/packages/16/80/fc1c2c20651ad45d7dc435e9583604b002177ff77377955787219d8c0f2b/ironcalc-0.3.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "348c388f7ed36f3cfb563337bcd3cd8410290b8de69aee8b024d1af11eab720a",
                "md5": "7f43f2ce3c8eb1b94da471459c5f24b1",
                "sha256": "50d884486e6de274c42f61475f2f95ec388c2855ef8c92a074f51e9a2cd878c4"
            },
            "downloads": -1,
            "filename": "ironcalc-0.3.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "7f43f2ce3c8eb1b94da471459c5f24b1",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 2062766,
            "upload_time": "2025-01-29T23:00:51",
            "upload_time_iso_8601": "2025-01-29T23:00:51.898905Z",
            "url": "https://files.pythonhosted.org/packages/34/8c/388f7ed36f3cfb563337bcd3cd8410290b8de69aee8b024d1af11eab720a/ironcalc-0.3.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "57a4e9a9a84b56fd8c8e6b2705f559b583df2d4a45b64b80cd37879555d8d420",
                "md5": "792a4333cb0664db798158f2cb6d06a8",
                "sha256": "43e95251f0db3b7073d3b3a961f074e57ec57181f921531c6882a12fc119537c"
            },
            "downloads": -1,
            "filename": "ironcalc-0.3.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "792a4333cb0664db798158f2cb6d06a8",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 2294974,
            "upload_time": "2025-01-29T23:00:54",
            "upload_time_iso_8601": "2025-01-29T23:00:54.316591Z",
            "url": "https://files.pythonhosted.org/packages/57/a4/e9a9a84b56fd8c8e6b2705f559b583df2d4a45b64b80cd37879555d8d420/ironcalc-0.3.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a0acdfdca1f4993de7fe3da54bb30399b13544f4daff8fd89f101fa75f4c2fac",
                "md5": "c54a36f56e6521fbfa61d6e653f5a19b",
                "sha256": "77024a081f64c666acc6d915dde2933aeb3a026a9b56536daa64b7a8b7bbd16c"
            },
            "downloads": -1,
            "filename": "ironcalc-0.3.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "c54a36f56e6521fbfa61d6e653f5a19b",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 2617122,
            "upload_time": "2025-01-29T23:00:55",
            "upload_time_iso_8601": "2025-01-29T23:00:55.798438Z",
            "url": "https://files.pythonhosted.org/packages/a0/ac/dfdca1f4993de7fe3da54bb30399b13544f4daff8fd89f101fa75f4c2fac/ironcalc-0.3.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4a00f2e7bc7688861def07f15bdd5a6002686e99e7c5ee2d26f572022ab65697",
                "md5": "750f64aaa4ab2924f365a6279f6ea610",
                "sha256": "0935703e5dc167435907947440d03d7b31dc1e09480067e42bad0518e63e4257"
            },
            "downloads": -1,
            "filename": "ironcalc-0.3.0-cp313-cp313-win32.whl",
            "has_sig": false,
            "md5_digest": "750f64aaa4ab2924f365a6279f6ea610",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 1672336,
            "upload_time": "2025-01-29T23:00:48",
            "upload_time_iso_8601": "2025-01-29T23:00:48.738041Z",
            "url": "https://files.pythonhosted.org/packages/4a/00/f2e7bc7688861def07f15bdd5a6002686e99e7c5ee2d26f572022ab65697/ironcalc-0.3.0-cp313-cp313-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7fac59fdefc4bdc04dbda35b5570e381422cb2995521ae6744044161b679c25f",
                "md5": "8ae39143a8911f528f8c84da83f23367",
                "sha256": "57bdf9ebf7c371896f8ac9185ec2f6e765b760bc60604aeabdc60c2994ab136b"
            },
            "downloads": -1,
            "filename": "ironcalc-0.3.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "8ae39143a8911f528f8c84da83f23367",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.10",
            "size": 2080528,
            "upload_time": "2025-01-29T23:00:57",
            "upload_time_iso_8601": "2025-01-29T23:00:57.438886Z",
            "url": "https://files.pythonhosted.org/packages/7f/ac/59fdefc4bdc04dbda35b5570e381422cb2995521ae6744044161b679c25f/ironcalc-0.3.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "389faddb676f11a429d3c55e045a3e1a6f7cbbcd7a91e0c2e52469e01ee2e007",
                "md5": "d63261e6b520dc4b60a80bca74716dde",
                "sha256": "6cdd1c0653839f8a90cf83a7e678f39b6c89e9e362141e2bc781eb61ed61e3d0"
            },
            "downloads": -1,
            "filename": "ironcalc-0.3.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "d63261e6b520dc4b60a80bca74716dde",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.10",
            "size": 2064513,
            "upload_time": "2025-01-29T23:00:59",
            "upload_time_iso_8601": "2025-01-29T23:00:59.094091Z",
            "url": "https://files.pythonhosted.org/packages/38/9f/addb676f11a429d3c55e045a3e1a6f7cbbcd7a91e0c2e52469e01ee2e007/ironcalc-0.3.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "52cae9034d0432ed3ebe9b0edb7d5889c3647c94c1679b2d0aa41eb5181f4753",
                "md5": "b6be190f429bee115f952d260518990c",
                "sha256": "fcfe5bfcd4caf1b96321f36b51bb95a8f042121ff0d673e85435625ad5f08014"
            },
            "downloads": -1,
            "filename": "ironcalc-0.3.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "b6be190f429bee115f952d260518990c",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.10",
            "size": 2295887,
            "upload_time": "2025-01-29T23:01:00",
            "upload_time_iso_8601": "2025-01-29T23:01:00.822886Z",
            "url": "https://files.pythonhosted.org/packages/52/ca/e9034d0432ed3ebe9b0edb7d5889c3647c94c1679b2d0aa41eb5181f4753/ironcalc-0.3.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7b7a11eabb24b32ffd0cf17a2695cc1fd73fc9da3739ae42d47485e95f76f637",
                "md5": "0bb177b593699f825aa182a1af9587e0",
                "sha256": "2577332b81341349c19eb3e78aa09348769e2c07a6b2a99c4c2d2965a3f9b28e"
            },
            "downloads": -1,
            "filename": "ironcalc-0.3.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "0bb177b593699f825aa182a1af9587e0",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.10",
            "size": 2605994,
            "upload_time": "2025-01-29T23:01:03",
            "upload_time_iso_8601": "2025-01-29T23:01:03.009697Z",
            "url": "https://files.pythonhosted.org/packages/7b/7a/11eabb24b32ffd0cf17a2695cc1fd73fc9da3739ae42d47485e95f76f637/ironcalc-0.3.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "568e589a68736a763daf0b8398077ada190c8d8336a20b3eabe91d791a3a766b",
                "md5": "d029b4a3f984f16dcc7784e8a1b82449",
                "sha256": "89937fe2bf00f807b2b6c964adbaef9f3e69c3e48be7ec613d7d7e26cba5aecd"
            },
            "downloads": -1,
            "filename": "ironcalc-0.3.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d029b4a3f984f16dcc7784e8a1b82449",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.10",
            "size": 2256043,
            "upload_time": "2025-01-29T23:01:06",
            "upload_time_iso_8601": "2025-01-29T23:01:06.186424Z",
            "url": "https://files.pythonhosted.org/packages/56/8e/589a68736a763daf0b8398077ada190c8d8336a20b3eabe91d791a3a766b/ironcalc-0.3.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2dab8085d3e38c7894126a2f810a8a73b28e14f2220ce106b7404dfad3e41610",
                "md5": "44322b16af9429c9e273589c8ffcf2ef",
                "sha256": "624a548f544f9fb0c45f8a5882d0249419ebdb6849efe123712f2471d13fe6e8"
            },
            "downloads": -1,
            "filename": "ironcalc-0.3.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "44322b16af9429c9e273589c8ffcf2ef",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.10",
            "size": 2181531,
            "upload_time": "2025-01-29T23:01:07",
            "upload_time_iso_8601": "2025-01-29T23:01:07.903808Z",
            "url": "https://files.pythonhosted.org/packages/2d/ab/8085d3e38c7894126a2f810a8a73b28e14f2220ce106b7404dfad3e41610/ironcalc-0.3.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0a709a7286794bdd7b2c2635d98442fce876300392c1c2d72022c4ab77d3522c",
                "md5": "a5e7d63f59ff65e67077ddc32e0a87a4",
                "sha256": "c3471e0008b5c2586992c637f27df233adb893c97ee3965d60dda679f7f42937"
            },
            "downloads": -1,
            "filename": "ironcalc-0.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "a5e7d63f59ff65e67077ddc32e0a87a4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 1053273,
            "upload_time": "2025-01-29T23:01:09",
            "upload_time_iso_8601": "2025-01-29T23:01:09.311062Z",
            "url": "https://files.pythonhosted.org/packages/0a/70/9a7286794bdd7b2c2635d98442fce876300392c1c2d72022c4ab77d3522c/ironcalc-0.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-29 23:01:09",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ironcalc",
    "github_project": "ironcalc",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "ironcalc"
}
        
Elapsed time: 0.61680s