e57


Namee57 JSON
Version 0.2.0a1 PyPI version JSON
download
home_pageNone
SummaryRead e57 files to Python. E57 is a compact, non-proprietary point cloud format that's defined by the ASTM E2807 standard. This format is widely adopted by 3D design applications.
upload_time2024-10-26 07:19:25
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseNone
keywords pointcloud
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![PyPI](https://img.shields.io/pypi/v/e57.svg)](https://pypi.org/project/e57)
![GitHub](https://img.shields.io/github/actions/workflow/status/dancergraham/e57-python/CI.yml?branch=main)
![Python Version from PEP 621 TOML](https://img.shields.io/python/required-version-toml?tomlFilePath=https://raw.githubusercontent.com/dancergraham/e57-python/main/pyproject.toml)

# E57 Python Library

E57 is a compact, non-proprietary point cloud format that's defined by the ASTM E2807 standard. This format is widely adopted by 3D design applications.

This python library wraps the [rust e57 library](https://github.com/cry-inc/e57) to provide file reading

- [x] Proof of concept xml reading
- [x] Read e57 point coordinates to numpy array - see `read_points` method.
- [x] Read color field to numpy array.
- [x] Read intensity to numpy array.
- [ ] Read other fields to numpy array.
- [ ] Write to e57 (format ?)

## Getting Started

`pip install e57`

```python
>>> import e57
>>> pc = e57.read_points(r"pointcloud.e57")
>>> pc.points
array([[-23.25304444, -28.17607415, -13.44830654],
       [-23.28290139, -28.02118905, -13.44237764],
       [-23.26799723, -27.9039115 , -13.43430738],
       ...,
       [ 23.2458152 ,  25.4866642 ,  12.45043932],
       [ 23.22830673,  25.58055374,  12.49285875],
       [ 23.25270363,  25.45909652,  12.54284554]])
>>> pc.color
array(([0.3019608 , 0.3529412 , 0.23137255],
       [0.21176471, 0.26666668, 0.12941177],
       [0.21960784, 0.27058825, 0.13333334],
       ...,
       [0.5803922 , 0.58431375, 0.49019608],
       [0.41568628, 0.43529412, 0.33333334],
       [0.21568628, 0.25882354, 0.1254902 ]], dtype=float32)
```

We need a tutorial - could you write one based on our tests?

## Contributing

All contributions welcome - feature requests, bug reports, documentation, sample files, tests, rust code, python code, sharing the project online / via social media, ...

## Testing

`python -m pytest`


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "e57",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "pointcloud",
    "author": null,
    "author_email": "Graham Knapp <graham.knapp@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/fb/09/ff15286a7eb617d3bbae21a3e7b7f97406781a3b683b67f6218619960d89/e57-0.2.0a1.tar.gz",
    "platform": null,
    "description": "[![PyPI](https://img.shields.io/pypi/v/e57.svg)](https://pypi.org/project/e57)\n![GitHub](https://img.shields.io/github/actions/workflow/status/dancergraham/e57-python/CI.yml?branch=main)\n![Python Version from PEP 621 TOML](https://img.shields.io/python/required-version-toml?tomlFilePath=https://raw.githubusercontent.com/dancergraham/e57-python/main/pyproject.toml)\n\n# E57 Python Library\n\nE57 is a compact, non-proprietary point cloud format that's defined by the ASTM E2807 standard. This format is widely adopted by 3D design applications.\n\nThis python library wraps the [rust e57 library](https://github.com/cry-inc/e57) to provide file reading\n\n- [x] Proof of concept xml reading\n- [x] Read e57 point coordinates to numpy array - see `read_points` method.\n- [x] Read color field to numpy array.\n- [x] Read intensity to numpy array.\n- [ ] Read other fields to numpy array.\n- [ ] Write to e57 (format ?)\n\n## Getting Started\n\n`pip install e57`\n\n```python\n>>> import e57\n>>> pc = e57.read_points(r\"pointcloud.e57\")\n>>> pc.points\narray([[-23.25304444, -28.17607415, -13.44830654],\n       [-23.28290139, -28.02118905, -13.44237764],\n       [-23.26799723, -27.9039115 , -13.43430738],\n       ...,\n       [ 23.2458152 ,  25.4866642 ,  12.45043932],\n       [ 23.22830673,  25.58055374,  12.49285875],\n       [ 23.25270363,  25.45909652,  12.54284554]])\n>>> pc.color\narray(([0.3019608 , 0.3529412 , 0.23137255],\n       [0.21176471, 0.26666668, 0.12941177],\n       [0.21960784, 0.27058825, 0.13333334],\n       ...,\n       [0.5803922 , 0.58431375, 0.49019608],\n       [0.41568628, 0.43529412, 0.33333334],\n       [0.21568628, 0.25882354, 0.1254902 ]], dtype=float32)\n```\n\nWe need a tutorial - could you write one based on our tests?\n\n## Contributing\n\nAll contributions welcome - feature requests, bug reports, documentation, sample files, tests, rust code, python code, sharing the project online / via social media, ...\n\n## Testing\n\n`python -m pytest`\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Read e57 files to Python. E57 is a compact, non-proprietary point cloud format that's defined by the ASTM E2807 standard. This format is widely adopted by 3D design applications.",
    "version": "0.2.0a1",
    "project_urls": {
        "repository": "https://github.com/dancergraham/e57-python"
    },
    "split_keywords": [
        "pointcloud"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8d284af9df77a5754ea2031114fa3e7bcbc1e05064862ac993df8482c76ef1c1",
                "md5": "efd390ce3fc958807998c95b3b6d89fa",
                "sha256": "33da561a1dee6ac514bc10e4a78d6835271e21251fdd8c8dd6f927f371484470"
            },
            "downloads": -1,
            "filename": "e57-0.2.0a1-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "efd390ce3fc958807998c95b3b6d89fa",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 387357,
            "upload_time": "2024-10-26T07:18:32",
            "upload_time_iso_8601": "2024-10-26T07:18:32.430353Z",
            "url": "https://files.pythonhosted.org/packages/8d/28/4af9df77a5754ea2031114fa3e7bcbc1e05064862ac993df8482c76ef1c1/e57-0.2.0a1-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1f9734255eb9d1afc22ae92697d206507ac8771c27c96e6a30ebe96c655a2081",
                "md5": "633813d176f3c8d345e40831127a9b15",
                "sha256": "011ceafbd5b2a6905c74cc38f0951f4e72bbd6ee8b278f614d3eb4bf349d12d5"
            },
            "downloads": -1,
            "filename": "e57-0.2.0a1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "633813d176f3c8d345e40831127a9b15",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 445976,
            "upload_time": "2024-10-26T07:17:50",
            "upload_time_iso_8601": "2024-10-26T07:17:50.260379Z",
            "url": "https://files.pythonhosted.org/packages/1f/97/34255eb9d1afc22ae92697d206507ac8771c27c96e6a30ebe96c655a2081/e57-0.2.0a1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8b61efcc0a7640de9d9c7969e5aa11913e51f75ffdc4a366e50b77c650ddeb80",
                "md5": "37db11cdb87584608c918542d7c4b985",
                "sha256": "7d7510473e5715760b3cb2ae09935468148293eb0739d8402a06a9d2ab1d0b22"
            },
            "downloads": -1,
            "filename": "e57-0.2.0a1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "37db11cdb87584608c918542d7c4b985",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 445830,
            "upload_time": "2024-10-26T07:18:21",
            "upload_time_iso_8601": "2024-10-26T07:18:21.381226Z",
            "url": "https://files.pythonhosted.org/packages/8b/61/efcc0a7640de9d9c7969e5aa11913e51f75ffdc4a366e50b77c650ddeb80/e57-0.2.0a1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "991cdc1028bbe5bd8850de961ff15c79cea77ad046ccfc644b81ceac64ca6be1",
                "md5": "4d6361afe389a8d507302b673609b4bd",
                "sha256": "9d5e502f0c6749965b151582891d25c4926e06f9dbbc29245e5d621daae06d9c"
            },
            "downloads": -1,
            "filename": "e57-0.2.0a1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "4d6361afe389a8d507302b673609b4bd",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 462542,
            "upload_time": "2024-10-26T07:18:07",
            "upload_time_iso_8601": "2024-10-26T07:18:07.354271Z",
            "url": "https://files.pythonhosted.org/packages/99/1c/dc1028bbe5bd8850de961ff15c79cea77ad046ccfc644b81ceac64ca6be1/e57-0.2.0a1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e56209b320c7ba238b7ab7d51caf5dc8785e8a373a617a254a7f95de55e8e5e5",
                "md5": "cb50b857194898dd7c645a5952ae3202",
                "sha256": "3db1fac59de906e4063c6e055745303d0f7faca878d7bdc636fb2bc29cae1d1c"
            },
            "downloads": -1,
            "filename": "e57-0.2.0a1-cp310-cp310-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "cb50b857194898dd7c645a5952ae3202",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 631646,
            "upload_time": "2024-10-26T07:18:41",
            "upload_time_iso_8601": "2024-10-26T07:18:41.605676Z",
            "url": "https://files.pythonhosted.org/packages/e5/62/09b320c7ba238b7ab7d51caf5dc8785e8a373a617a254a7f95de55e8e5e5/e57-0.2.0a1-cp310-cp310-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e8bf3d617bc831e4e5f7e6b1b590fcff104d0ce0b478e475c9e2bab5860e3b02",
                "md5": "d81450038ab63cc63748f241cba1b33e",
                "sha256": "59dc98998e273695c2a67d5de742c184bfb09c456f349a9630fc84a34da47521"
            },
            "downloads": -1,
            "filename": "e57-0.2.0a1-cp310-cp310-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "d81450038ab63cc63748f241cba1b33e",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 629608,
            "upload_time": "2024-10-26T07:18:54",
            "upload_time_iso_8601": "2024-10-26T07:18:54.967617Z",
            "url": "https://files.pythonhosted.org/packages/e8/bf/3d617bc831e4e5f7e6b1b590fcff104d0ce0b478e475c9e2bab5860e3b02/e57-0.2.0a1-cp310-cp310-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4f6684b7dd1e21554599f31266468485e029c21d665801d6652fcf8cb4a940b9",
                "md5": "2065eef7440da93520b4f2c91374e06b",
                "sha256": "9857c8e50e9d7b2032343c8213d7c3d63edda2c33402dc6f11d41816956a9ee2"
            },
            "downloads": -1,
            "filename": "e57-0.2.0a1-cp310-cp310-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2065eef7440da93520b4f2c91374e06b",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 612007,
            "upload_time": "2024-10-26T07:19:10",
            "upload_time_iso_8601": "2024-10-26T07:19:10.079804Z",
            "url": "https://files.pythonhosted.org/packages/4f/66/84b7dd1e21554599f31266468485e029c21d665801d6652fcf8cb4a940b9/e57-0.2.0a1-cp310-cp310-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d987ec4d92c25abdac9e017747db0b78badbfacd7c2bc4e2b30c120d1b3a525a",
                "md5": "78647a6097a16033f5d12cbeca3f1f69",
                "sha256": "4c10af73f13119e7be85f9248c720c3b150c8d2eebd1d055e19586c86d38fe21"
            },
            "downloads": -1,
            "filename": "e57-0.2.0a1-cp310-none-win32.whl",
            "has_sig": false,
            "md5_digest": "78647a6097a16033f5d12cbeca3f1f69",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 275036,
            "upload_time": "2024-10-26T07:19:35",
            "upload_time_iso_8601": "2024-10-26T07:19:35.098831Z",
            "url": "https://files.pythonhosted.org/packages/d9/87/ec4d92c25abdac9e017747db0b78badbfacd7c2bc4e2b30c120d1b3a525a/e57-0.2.0a1-cp310-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "18b22bc041f3d94cb73d97f77d26f7492e89f77462e06044600e39933f99ab09",
                "md5": "59e2c7926d0b3be87e00da2886f69f8a",
                "sha256": "4c51f0e2a61d5f15b747c59edb6a576b0821ee909768bc14c4ea7490b65caff0"
            },
            "downloads": -1,
            "filename": "e57-0.2.0a1-cp310-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "59e2c7926d0b3be87e00da2886f69f8a",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 294400,
            "upload_time": "2024-10-26T07:19:26",
            "upload_time_iso_8601": "2024-10-26T07:19:26.520521Z",
            "url": "https://files.pythonhosted.org/packages/18/b2/2bc041f3d94cb73d97f77d26f7492e89f77462e06044600e39933f99ab09/e57-0.2.0a1-cp310-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "16ef49f77b8ad6eb495bc494594b866ed0e8e27932093d926569f18b511736d5",
                "md5": "f76a4fba4afef1f442ef8b2e4f87976f",
                "sha256": "0f52c6c2b374086d5a82224b179602cd837495fdcedb3ac916bb54a1e964aaa0"
            },
            "downloads": -1,
            "filename": "e57-0.2.0a1-cp311-cp311-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f76a4fba4afef1f442ef8b2e4f87976f",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 405167,
            "upload_time": "2024-10-26T07:18:38",
            "upload_time_iso_8601": "2024-10-26T07:18:38.746855Z",
            "url": "https://files.pythonhosted.org/packages/16/ef/49f77b8ad6eb495bc494594b866ed0e8e27932093d926569f18b511736d5/e57-0.2.0a1-cp311-cp311-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2619c6bc64e6da8097d78de049cf72b56e99cecac56aa9e03394ea3fd50e9ec9",
                "md5": "151d65fa99f5e68b4c2b4c0f704ec586",
                "sha256": "440afedd28bbcbdfbbf43ac9466b26879b4a14c0636601c0c794b41223bdec97"
            },
            "downloads": -1,
            "filename": "e57-0.2.0a1-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "151d65fa99f5e68b4c2b4c0f704ec586",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 387250,
            "upload_time": "2024-10-26T07:18:33",
            "upload_time_iso_8601": "2024-10-26T07:18:33.773296Z",
            "url": "https://files.pythonhosted.org/packages/26/19/c6bc64e6da8097d78de049cf72b56e99cecac56aa9e03394ea3fd50e9ec9/e57-0.2.0a1-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1f9045c4b86287830be94cfd4acb68b7320a554430ade10625dc6fa1dfd48d6e",
                "md5": "cd2403e8a680dabbc291591dc8ca2937",
                "sha256": "7164a3c82b2fe183f9856a0e2aee83038ec5b702a95596c7d735c63a82ed9715"
            },
            "downloads": -1,
            "filename": "e57-0.2.0a1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "cd2403e8a680dabbc291591dc8ca2937",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 446106,
            "upload_time": "2024-10-26T07:17:52",
            "upload_time_iso_8601": "2024-10-26T07:17:52.136943Z",
            "url": "https://files.pythonhosted.org/packages/1f/90/45c4b86287830be94cfd4acb68b7320a554430ade10625dc6fa1dfd48d6e/e57-0.2.0a1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "91dcaecbfad10cd2f20a71fafd3686db12d5da6d2eeac4d241541564625ed5fb",
                "md5": "89cbc3ee1e85be870f514a5f6c3b3c01",
                "sha256": "b33d27badfb0098b187bf9a58a16220a6619bcc4dbc328dfb40e7703f2f0d5c3"
            },
            "downloads": -1,
            "filename": "e57-0.2.0a1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "89cbc3ee1e85be870f514a5f6c3b3c01",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 445293,
            "upload_time": "2024-10-26T07:18:22",
            "upload_time_iso_8601": "2024-10-26T07:18:22.739810Z",
            "url": "https://files.pythonhosted.org/packages/91/dc/aecbfad10cd2f20a71fafd3686db12d5da6d2eeac4d241541564625ed5fb/e57-0.2.0a1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5b41333582a796fc3fda41ec050fd30bbcacb8c5a182e07fb752165d47e881a0",
                "md5": "abc77c08e0f6eb5675a8fee1809970ae",
                "sha256": "f9ceb446381045782709f11f09dfcfe98751e7d399d50cdda30bc8441108e594"
            },
            "downloads": -1,
            "filename": "e57-0.2.0a1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "abc77c08e0f6eb5675a8fee1809970ae",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 463251,
            "upload_time": "2024-10-26T07:18:09",
            "upload_time_iso_8601": "2024-10-26T07:18:09.432101Z",
            "url": "https://files.pythonhosted.org/packages/5b/41/333582a796fc3fda41ec050fd30bbcacb8c5a182e07fb752165d47e881a0/e57-0.2.0a1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "15501a4700d38d4834813c7dcc4bbee22fd1a8705bd241bcc0a70ab2f3fd6f30",
                "md5": "1fc0ab448443a0a38d492f3e620bd334",
                "sha256": "3d9be992553723aa886a02efe92c1e121a55569adf74776e6dee40d83730c1ba"
            },
            "downloads": -1,
            "filename": "e57-0.2.0a1-cp311-cp311-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "1fc0ab448443a0a38d492f3e620bd334",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 631496,
            "upload_time": "2024-10-26T07:18:42",
            "upload_time_iso_8601": "2024-10-26T07:18:42.860833Z",
            "url": "https://files.pythonhosted.org/packages/15/50/1a4700d38d4834813c7dcc4bbee22fd1a8705bd241bcc0a70ab2f3fd6f30/e57-0.2.0a1-cp311-cp311-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "707f19d3f4e765c2b5391db22c33b8817ee58cf072dc3d2a681a3a13d8d1a297",
                "md5": "b5b36fea052cb9f1e4a9266e6bdffabe",
                "sha256": "2edddc7e0b2b4d485ca4e319fe34e290a67713498f529f482b12b9e0eacbc9b6"
            },
            "downloads": -1,
            "filename": "e57-0.2.0a1-cp311-cp311-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "b5b36fea052cb9f1e4a9266e6bdffabe",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 630624,
            "upload_time": "2024-10-26T07:18:56",
            "upload_time_iso_8601": "2024-10-26T07:18:56.185915Z",
            "url": "https://files.pythonhosted.org/packages/70/7f/19d3f4e765c2b5391db22c33b8817ee58cf072dc3d2a681a3a13d8d1a297/e57-0.2.0a1-cp311-cp311-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1f0ff910cf5910a5692f6ee46a24cd048922cba3cf2a558f7fdcd3abab67947a",
                "md5": "b1cf4f851fa6b08fd2fe789a524a8294",
                "sha256": "1e3a2bcb325b565744561c19238dab340bda116ba40aa7ac0486cdfbf91b87e6"
            },
            "downloads": -1,
            "filename": "e57-0.2.0a1-cp311-cp311-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b1cf4f851fa6b08fd2fe789a524a8294",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 611978,
            "upload_time": "2024-10-26T07:19:11",
            "upload_time_iso_8601": "2024-10-26T07:19:11.388144Z",
            "url": "https://files.pythonhosted.org/packages/1f/0f/f910cf5910a5692f6ee46a24cd048922cba3cf2a558f7fdcd3abab67947a/e57-0.2.0a1-cp311-cp311-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "58472405b58d255736ad1616213407e533ba1d28f5eca5e8e01c626f6ccb904f",
                "md5": "4495899743261ba17fd2192f12770938",
                "sha256": "6e1b3ab4be131ec182330e3d77766e3d8e5595a01e6b555f2e5d3daa63d49806"
            },
            "downloads": -1,
            "filename": "e57-0.2.0a1-cp311-none-win32.whl",
            "has_sig": false,
            "md5_digest": "4495899743261ba17fd2192f12770938",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 274882,
            "upload_time": "2024-10-26T07:19:36",
            "upload_time_iso_8601": "2024-10-26T07:19:36.800295Z",
            "url": "https://files.pythonhosted.org/packages/58/47/2405b58d255736ad1616213407e533ba1d28f5eca5e8e01c626f6ccb904f/e57-0.2.0a1-cp311-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1ca07478331fca4c221d8858a24b4c6ca6c3b0a74575ac4682878948cf522ac9",
                "md5": "bf72090697cf8d1522aabb0975402390",
                "sha256": "42afd67a210b8b9c79dcf3220f4d1d433ba0c6a909a9bb8314ca2fff13612287"
            },
            "downloads": -1,
            "filename": "e57-0.2.0a1-cp311-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "bf72090697cf8d1522aabb0975402390",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 294517,
            "upload_time": "2024-10-26T07:19:28",
            "upload_time_iso_8601": "2024-10-26T07:19:28.065158Z",
            "url": "https://files.pythonhosted.org/packages/1c/a0/7478331fca4c221d8858a24b4c6ca6c3b0a74575ac4682878948cf522ac9/e57-0.2.0a1-cp311-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "caec1e30103d131594a7894165d2ae7b9b4d122a6c73e21e328759a300d215bf",
                "md5": "6ba8956fbac823ad1679b468926b3958",
                "sha256": "44e1a1fad6bb7072aa87f5a14fcac6590211ac54ccc050ec1b26d35c8a71a863"
            },
            "downloads": -1,
            "filename": "e57-0.2.0a1-cp312-cp312-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6ba8956fbac823ad1679b468926b3958",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 403753,
            "upload_time": "2024-10-26T07:18:39",
            "upload_time_iso_8601": "2024-10-26T07:18:39.987662Z",
            "url": "https://files.pythonhosted.org/packages/ca/ec/1e30103d131594a7894165d2ae7b9b4d122a6c73e21e328759a300d215bf/e57-0.2.0a1-cp312-cp312-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "13f8e041bad5e9eb95ede6496099cdd15d6cc03032488646b0a8d8d0b04212eb",
                "md5": "7666c10c288f5d6c23a7bb6a4cd3494f",
                "sha256": "0f7e36b602eff98055b28f2bd04668c5961a14573d65d63502bb008409d1a9ed"
            },
            "downloads": -1,
            "filename": "e57-0.2.0a1-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "7666c10c288f5d6c23a7bb6a4cd3494f",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 387162,
            "upload_time": "2024-10-26T07:18:35",
            "upload_time_iso_8601": "2024-10-26T07:18:35.747211Z",
            "url": "https://files.pythonhosted.org/packages/13/f8/e041bad5e9eb95ede6496099cdd15d6cc03032488646b0a8d8d0b04212eb/e57-0.2.0a1-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9ba20140d34c5a580a4b7f1306234208e9cd4b776f95abf175a85c75b36e3d20",
                "md5": "563a0b2aa425d1e01cb192cb57aafbec",
                "sha256": "acf82ec779c1677ea6734c1720d7526de3fc80eef9d91a7246d7462fb9884cf3"
            },
            "downloads": -1,
            "filename": "e57-0.2.0a1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "563a0b2aa425d1e01cb192cb57aafbec",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 444968,
            "upload_time": "2024-10-26T07:17:53",
            "upload_time_iso_8601": "2024-10-26T07:17:53.995199Z",
            "url": "https://files.pythonhosted.org/packages/9b/a2/0140d34c5a580a4b7f1306234208e9cd4b776f95abf175a85c75b36e3d20/e57-0.2.0a1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "37696d58b57dd2c1186a8b7a455bea5a71deeda20facff591970b8f78f3a350b",
                "md5": "866680cccb9e184094f0a17235f44e9e",
                "sha256": "b66e4407a53f3e97ac4189d78ad689b062f25fcfa2ae4dca6c00e5a93db87811"
            },
            "downloads": -1,
            "filename": "e57-0.2.0a1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "866680cccb9e184094f0a17235f44e9e",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 443929,
            "upload_time": "2024-10-26T07:18:24",
            "upload_time_iso_8601": "2024-10-26T07:18:24.191222Z",
            "url": "https://files.pythonhosted.org/packages/37/69/6d58b57dd2c1186a8b7a455bea5a71deeda20facff591970b8f78f3a350b/e57-0.2.0a1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "74fbe279b5747e1a65fc487de1993de72363736c6dc95d8e50272551a96d1418",
                "md5": "5506dc924706b77c1423723060b4e164",
                "sha256": "5c7c9bc7ccecdab347ddc108daae6746cfceea3880116bcf24642cf052414052"
            },
            "downloads": -1,
            "filename": "e57-0.2.0a1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "5506dc924706b77c1423723060b4e164",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 463087,
            "upload_time": "2024-10-26T07:18:10",
            "upload_time_iso_8601": "2024-10-26T07:18:10.784992Z",
            "url": "https://files.pythonhosted.org/packages/74/fb/e279b5747e1a65fc487de1993de72363736c6dc95d8e50272551a96d1418/e57-0.2.0a1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8cef518cab99f23282bdef82d462a1ee3f546b31a0811d7abab02441f118a8b3",
                "md5": "6bf4c20424eff74f25d8bd5c4da99825",
                "sha256": "87209c2dfd96c7f24bc2b363c0fea10a91c43bdbc4e7101bd0881a2534609418"
            },
            "downloads": -1,
            "filename": "e57-0.2.0a1-cp312-cp312-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "6bf4c20424eff74f25d8bd5c4da99825",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 631578,
            "upload_time": "2024-10-26T07:18:44",
            "upload_time_iso_8601": "2024-10-26T07:18:44.555059Z",
            "url": "https://files.pythonhosted.org/packages/8c/ef/518cab99f23282bdef82d462a1ee3f546b31a0811d7abab02441f118a8b3/e57-0.2.0a1-cp312-cp312-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "688dbf3bcb54845f613a38facdca8383ccae11635a701e107e87f0d44e923aba",
                "md5": "426ea1c67a35a05daddd08b988cb44a0",
                "sha256": "c6c39297d1b83a38210caebe4549fbd50006712aae8e1d0a3be20bf4383d3f61"
            },
            "downloads": -1,
            "filename": "e57-0.2.0a1-cp312-cp312-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "426ea1c67a35a05daddd08b988cb44a0",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 629226,
            "upload_time": "2024-10-26T07:18:57",
            "upload_time_iso_8601": "2024-10-26T07:18:57.623040Z",
            "url": "https://files.pythonhosted.org/packages/68/8d/bf3bcb54845f613a38facdca8383ccae11635a701e107e87f0d44e923aba/e57-0.2.0a1-cp312-cp312-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "47d5ddc6f565d254df30cdf47cbd45f3f4914e3115a431a005c9350d000ddece",
                "md5": "2f9624240289db1c13a2d5f40c3ff45f",
                "sha256": "800b472106148c58ab2a11aa32aaf2ec53115b3cc74e9bfe7f81c053e99976cc"
            },
            "downloads": -1,
            "filename": "e57-0.2.0a1-cp312-cp312-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2f9624240289db1c13a2d5f40c3ff45f",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 611681,
            "upload_time": "2024-10-26T07:19:12",
            "upload_time_iso_8601": "2024-10-26T07:19:12.972630Z",
            "url": "https://files.pythonhosted.org/packages/47/d5/ddc6f565d254df30cdf47cbd45f3f4914e3115a431a005c9350d000ddece/e57-0.2.0a1-cp312-cp312-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3a1a080c4c2a13031e49ce42cc7138d9c0c0d69b376064cfc8510b7d6bc2985a",
                "md5": "0a455dcaa2538e063c503a74270a3176",
                "sha256": "cb0a2d72fa647864b8c2106a14c667c87e26f8484976d8186b4d94f6aa9670ac"
            },
            "downloads": -1,
            "filename": "e57-0.2.0a1-cp312-none-win32.whl",
            "has_sig": false,
            "md5_digest": "0a455dcaa2538e063c503a74270a3176",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 274654,
            "upload_time": "2024-10-26T07:19:38",
            "upload_time_iso_8601": "2024-10-26T07:19:38.099807Z",
            "url": "https://files.pythonhosted.org/packages/3a/1a/080c4c2a13031e49ce42cc7138d9c0c0d69b376064cfc8510b7d6bc2985a/e57-0.2.0a1-cp312-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d08aa396da39c924a95b5383c02587a3921aabb3e4ccdb31bc01d882467d9e5b",
                "md5": "8db6e02f5315786d4f8193c84e7ad598",
                "sha256": "f2dcfb1737a458d189a447c88762696e25e7a68f36dd13eb1be64cdcd47bc65e"
            },
            "downloads": -1,
            "filename": "e57-0.2.0a1-cp312-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "8db6e02f5315786d4f8193c84e7ad598",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 294284,
            "upload_time": "2024-10-26T07:19:29",
            "upload_time_iso_8601": "2024-10-26T07:19:29.747905Z",
            "url": "https://files.pythonhosted.org/packages/d0/8a/a396da39c924a95b5383c02587a3921aabb3e4ccdb31bc01d882467d9e5b/e57-0.2.0a1-cp312-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f7e41fe1a3de86faa8988e5863d2cc709a49fd5b708880ab58ff670151216ecf",
                "md5": "81d3929892b75cd8e34e4ca95180f1a1",
                "sha256": "2b4b9e007f5a6e568caa6acd1f532cd992e08fca13336e03d2478cc613e1961b"
            },
            "downloads": -1,
            "filename": "e57-0.2.0a1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "81d3929892b75cd8e34e4ca95180f1a1",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 445728,
            "upload_time": "2024-10-26T07:17:55",
            "upload_time_iso_8601": "2024-10-26T07:17:55.588008Z",
            "url": "https://files.pythonhosted.org/packages/f7/e4/1fe1a3de86faa8988e5863d2cc709a49fd5b708880ab58ff670151216ecf/e57-0.2.0a1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "339878378aa64db0b2913a744b1c5c32fcecfd021ac76c047485a2b409fa8234",
                "md5": "073a0582f05ba1c30d24f22541e8eb24",
                "sha256": "9fead56947182d03af7295ccaee1c8220fa905ed01a63c188e5e4c0ea2ba5df5"
            },
            "downloads": -1,
            "filename": "e57-0.2.0a1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "073a0582f05ba1c30d24f22541e8eb24",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 445342,
            "upload_time": "2024-10-26T07:18:25",
            "upload_time_iso_8601": "2024-10-26T07:18:25.573516Z",
            "url": "https://files.pythonhosted.org/packages/33/98/78378aa64db0b2913a744b1c5c32fcecfd021ac76c047485a2b409fa8234/e57-0.2.0a1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ae93385b78864a40f959ef20e025df23cb1ecaceedda0d739f37b23297fc0aee",
                "md5": "fef0a0cfec1e9bcd693514c5e1c5adbf",
                "sha256": "7fcc70c0d8474f5e3cc9cad6f9a30699b3ef48e806cc870a9e139f846be94987"
            },
            "downloads": -1,
            "filename": "e57-0.2.0a1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "fef0a0cfec1e9bcd693514c5e1c5adbf",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 463026,
            "upload_time": "2024-10-26T07:18:12",
            "upload_time_iso_8601": "2024-10-26T07:18:12.494943Z",
            "url": "https://files.pythonhosted.org/packages/ae/93/385b78864a40f959ef20e025df23cb1ecaceedda0d739f37b23297fc0aee/e57-0.2.0a1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "818871ede1cdc451e82b330af92ffdb4bb0e4c37e8fa4516562b44eff7264dd5",
                "md5": "f8bb7cf3bab528621faebb0ae25044af",
                "sha256": "da945faa72e8a733c5a75d201fcddbe062d4f8af32cb8fe3674505a447e793b4"
            },
            "downloads": -1,
            "filename": "e57-0.2.0a1-cp37-cp37m-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "f8bb7cf3bab528621faebb0ae25044af",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 632444,
            "upload_time": "2024-10-26T07:18:45",
            "upload_time_iso_8601": "2024-10-26T07:18:45.743350Z",
            "url": "https://files.pythonhosted.org/packages/81/88/71ede1cdc451e82b330af92ffdb4bb0e4c37e8fa4516562b44eff7264dd5/e57-0.2.0a1-cp37-cp37m-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "30ef0b949ac340d6793d7c5243db01a5c8e9880c13bb0398d294e4a86d276b70",
                "md5": "e3c90924e54cd6530470b384aab30866",
                "sha256": "fd908e887a152755315bbbcf44a19b2bd38f1ec5e6c6a85092547df6cc7dc02c"
            },
            "downloads": -1,
            "filename": "e57-0.2.0a1-cp37-cp37m-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "e3c90924e54cd6530470b384aab30866",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 630394,
            "upload_time": "2024-10-26T07:18:59",
            "upload_time_iso_8601": "2024-10-26T07:18:59.189125Z",
            "url": "https://files.pythonhosted.org/packages/30/ef/0b949ac340d6793d7c5243db01a5c8e9880c13bb0398d294e4a86d276b70/e57-0.2.0a1-cp37-cp37m-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6132f51984eb705a33b8aee854da6759fee4b12aefbb3bcdd48338eb6449acf6",
                "md5": "1554dae6a4208533d6dc5091a7136e66",
                "sha256": "8f1c2d1395a9f4b52defd885062590a068b5bb6cdc360032e5cd42c29a1ce1d0"
            },
            "downloads": -1,
            "filename": "e57-0.2.0a1-cp37-cp37m-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1554dae6a4208533d6dc5091a7136e66",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 613028,
            "upload_time": "2024-10-26T07:19:14",
            "upload_time_iso_8601": "2024-10-26T07:19:14.652895Z",
            "url": "https://files.pythonhosted.org/packages/61/32/f51984eb705a33b8aee854da6759fee4b12aefbb3bcdd48338eb6449acf6/e57-0.2.0a1-cp37-cp37m-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "502b7130fa61e8201096178fe95e479eaf4210e8279436538daa54aa960e3aeb",
                "md5": "9f75e6a6461dd0dd0735fa95c5d6bf40",
                "sha256": "f290de0db683f2efa0aedb4968dc80aa5c70faeabcb529bed1255603ae191cce"
            },
            "downloads": -1,
            "filename": "e57-0.2.0a1-cp37-none-win32.whl",
            "has_sig": false,
            "md5_digest": "9f75e6a6461dd0dd0735fa95c5d6bf40",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 274591,
            "upload_time": "2024-10-26T07:19:40",
            "upload_time_iso_8601": "2024-10-26T07:19:40.097103Z",
            "url": "https://files.pythonhosted.org/packages/50/2b/7130fa61e8201096178fe95e479eaf4210e8279436538daa54aa960e3aeb/e57-0.2.0a1-cp37-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8995d223287a6869fc381a05e46ec1d248409d80f16ab398b1c722b3b1441c7c",
                "md5": "bbbf91f04df29a88d1570196a3c1b224",
                "sha256": "a8a8c69a3d0ca0c51ec25d34ada099920724671dfc37c4107ddaf2af39b59912"
            },
            "downloads": -1,
            "filename": "e57-0.2.0a1-cp37-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "bbbf91f04df29a88d1570196a3c1b224",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 294188,
            "upload_time": "2024-10-26T07:19:31",
            "upload_time_iso_8601": "2024-10-26T07:19:31.523702Z",
            "url": "https://files.pythonhosted.org/packages/89/95/d223287a6869fc381a05e46ec1d248409d80f16ab398b1c722b3b1441c7c/e57-0.2.0a1-cp37-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2200ebfa6d4e688282f5e94c982164954e2b898fcc445b86b3f7ac49e7a8ed7b",
                "md5": "f4270641d1c1c600aa6683c030f5eb9e",
                "sha256": "47bf7cb44f511927717118c301605b18daec237be758116497a424f660272122"
            },
            "downloads": -1,
            "filename": "e57-0.2.0a1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "f4270641d1c1c600aa6683c030f5eb9e",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 445485,
            "upload_time": "2024-10-26T07:17:57",
            "upload_time_iso_8601": "2024-10-26T07:17:57.520577Z",
            "url": "https://files.pythonhosted.org/packages/22/00/ebfa6d4e688282f5e94c982164954e2b898fcc445b86b3f7ac49e7a8ed7b/e57-0.2.0a1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1bb4285ca0e84c138efd7148fc03de0a86813d03b13acedb658232e8d38bfdb5",
                "md5": "ea6199cfc0f6eb3a9f0b3336bb40d67e",
                "sha256": "6c0bd74161d639e0a1123da530fd024d6bc69b4b7e6b0271248f7006c503186a"
            },
            "downloads": -1,
            "filename": "e57-0.2.0a1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ea6199cfc0f6eb3a9f0b3336bb40d67e",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 445393,
            "upload_time": "2024-10-26T07:18:26",
            "upload_time_iso_8601": "2024-10-26T07:18:26.726505Z",
            "url": "https://files.pythonhosted.org/packages/1b/b4/285ca0e84c138efd7148fc03de0a86813d03b13acedb658232e8d38bfdb5/e57-0.2.0a1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2fbe7fc3a7ae7261640ab379241c9befa7a607d2b8be73a6a61f24f579bf5291",
                "md5": "2c51fb02dcd2a2bfe11b3cf149aff3dc",
                "sha256": "741afa10b8aa7863ff0830d50bf2f465db8e87d6690a68b736f15b12396a55ff"
            },
            "downloads": -1,
            "filename": "e57-0.2.0a1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "2c51fb02dcd2a2bfe11b3cf149aff3dc",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 462344,
            "upload_time": "2024-10-26T07:18:14",
            "upload_time_iso_8601": "2024-10-26T07:18:14.223048Z",
            "url": "https://files.pythonhosted.org/packages/2f/be/7fc3a7ae7261640ab379241c9befa7a607d2b8be73a6a61f24f579bf5291/e57-0.2.0a1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5bc2ff9e6f143e2fcbb3576f5f7bcb9a29cdd948268526598ed59f2d658f71d2",
                "md5": "0a3966250134d9f1e8e8f4cd784ed9a2",
                "sha256": "67c47d013fb84e67b1b8258c49249e1c3b77eebce953b4ae4108f93a392f1430"
            },
            "downloads": -1,
            "filename": "e57-0.2.0a1-cp38-cp38-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "0a3966250134d9f1e8e8f4cd784ed9a2",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 632291,
            "upload_time": "2024-10-26T07:18:46",
            "upload_time_iso_8601": "2024-10-26T07:18:46.940279Z",
            "url": "https://files.pythonhosted.org/packages/5b/c2/ff9e6f143e2fcbb3576f5f7bcb9a29cdd948268526598ed59f2d658f71d2/e57-0.2.0a1-cp38-cp38-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "48c223b58e5253a9604552a26a09501dc47a5410777ed66db6ae562201aaf357",
                "md5": "ec282727cc9b84180c74424b84d6045d",
                "sha256": "9d75678823ec3d3ccc9327e6c45c4086c47bea230387a5f6aac621a9379f3a02"
            },
            "downloads": -1,
            "filename": "e57-0.2.0a1-cp38-cp38-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "ec282727cc9b84180c74424b84d6045d",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 631823,
            "upload_time": "2024-10-26T07:19:00",
            "upload_time_iso_8601": "2024-10-26T07:19:00.718916Z",
            "url": "https://files.pythonhosted.org/packages/48/c2/23b58e5253a9604552a26a09501dc47a5410777ed66db6ae562201aaf357/e57-0.2.0a1-cp38-cp38-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "977104aa56fb09f666272f032ae02b63f0abb631060b24f18bab2c23f083510e",
                "md5": "820fba598b3139956930d03a00e38da5",
                "sha256": "8da375e250e489081cdd378436d978958456398347ba16c4197a725cea5527a8"
            },
            "downloads": -1,
            "filename": "e57-0.2.0a1-cp38-cp38-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "820fba598b3139956930d03a00e38da5",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 612536,
            "upload_time": "2024-10-26T07:19:16",
            "upload_time_iso_8601": "2024-10-26T07:19:16.061306Z",
            "url": "https://files.pythonhosted.org/packages/97/71/04aa56fb09f666272f032ae02b63f0abb631060b24f18bab2c23f083510e/e57-0.2.0a1-cp38-cp38-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "24960e8d58ebe77d8b4cd6da75a371bb3bd68a7192b463819e6c883b40bdaf00",
                "md5": "eb9e17bfe2cd045bcff3a3d8f00020f2",
                "sha256": "2c22e9d3749dd288a6d508bb6cf3338ed14220900ed0b21e62e3f07c9bc6ee21"
            },
            "downloads": -1,
            "filename": "e57-0.2.0a1-cp38-none-win32.whl",
            "has_sig": false,
            "md5_digest": "eb9e17bfe2cd045bcff3a3d8f00020f2",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 274787,
            "upload_time": "2024-10-26T07:19:41",
            "upload_time_iso_8601": "2024-10-26T07:19:41.391496Z",
            "url": "https://files.pythonhosted.org/packages/24/96/0e8d58ebe77d8b4cd6da75a371bb3bd68a7192b463819e6c883b40bdaf00/e57-0.2.0a1-cp38-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4a9c4783b2345eec7fdfed05ad998f32780f05cd52c65ccf6a7733449267badb",
                "md5": "a13aba0bca4ea19d31e65f9bdf4cb19d",
                "sha256": "4960cf17a2348929709310dfb8ed2318084fb8b03cb932650cbaea06dbbf9fcd"
            },
            "downloads": -1,
            "filename": "e57-0.2.0a1-cp38-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "a13aba0bca4ea19d31e65f9bdf4cb19d",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 293675,
            "upload_time": "2024-10-26T07:19:32",
            "upload_time_iso_8601": "2024-10-26T07:19:32.687509Z",
            "url": "https://files.pythonhosted.org/packages/4a/9c/4783b2345eec7fdfed05ad998f32780f05cd52c65ccf6a7733449267badb/e57-0.2.0a1-cp38-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f2383227d67eb50beeb9f2eac973e48a456d952d72d9a980c97680a4dd4e6364",
                "md5": "ba24b7cda5d650216a7fb74c917d64db",
                "sha256": "4b7ed4bd53ad8db3a58fc91dec5dc66bcd909db64288c00c181c02b1ecff5288"
            },
            "downloads": -1,
            "filename": "e57-0.2.0a1-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "ba24b7cda5d650216a7fb74c917d64db",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 388217,
            "upload_time": "2024-10-26T07:18:37",
            "upload_time_iso_8601": "2024-10-26T07:18:37.325274Z",
            "url": "https://files.pythonhosted.org/packages/f2/38/3227d67eb50beeb9f2eac973e48a456d952d72d9a980c97680a4dd4e6364/e57-0.2.0a1-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "56598eefd3952572a28d16c73921f84c0800ce6b4be1d30aa1aa1ffddddedd64",
                "md5": "6f3a9219bb7f92a1dcc5f3b398955ac0",
                "sha256": "a9317183bbb3a5b64632d55f872654606931f5563afd7efb2059f964cd8088b4"
            },
            "downloads": -1,
            "filename": "e57-0.2.0a1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "6f3a9219bb7f92a1dcc5f3b398955ac0",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 446308,
            "upload_time": "2024-10-26T07:17:59",
            "upload_time_iso_8601": "2024-10-26T07:17:59.459434Z",
            "url": "https://files.pythonhosted.org/packages/56/59/8eefd3952572a28d16c73921f84c0800ce6b4be1d30aa1aa1ffddddedd64/e57-0.2.0a1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c63b2f32eab5689af047d50063cb5b877d9dc33c0341e1998d74af88bf385d08",
                "md5": "0496c4c48aa1a1f04310cbd9318a65a2",
                "sha256": "fe88184600047747e9bd53902d0e5a1799769c28b3eba25a63391b5924215841"
            },
            "downloads": -1,
            "filename": "e57-0.2.0a1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0496c4c48aa1a1f04310cbd9318a65a2",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 445658,
            "upload_time": "2024-10-26T07:18:28",
            "upload_time_iso_8601": "2024-10-26T07:18:28.341758Z",
            "url": "https://files.pythonhosted.org/packages/c6/3b/2f32eab5689af047d50063cb5b877d9dc33c0341e1998d74af88bf385d08/e57-0.2.0a1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "62f2ee5333e1438b59c9a6cfe21ec462cda96e28e535f1a04cc6e4f843c3dc6e",
                "md5": "8cff3d1220cf471ddb85899833ae69b4",
                "sha256": "a50463d5c09e53bdc1c8d95cb3a589ac94df0f61d58130ae48d3771ef145dd85"
            },
            "downloads": -1,
            "filename": "e57-0.2.0a1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "8cff3d1220cf471ddb85899833ae69b4",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 462957,
            "upload_time": "2024-10-26T07:18:15",
            "upload_time_iso_8601": "2024-10-26T07:18:15.936536Z",
            "url": "https://files.pythonhosted.org/packages/62/f2/ee5333e1438b59c9a6cfe21ec462cda96e28e535f1a04cc6e4f843c3dc6e/e57-0.2.0a1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "fd7281b2315d155e5adf203ce20a6d6b844438358e5493d3d9278f8258bb8b1d",
                "md5": "b4c7a9545f034aab0c69481bd80a838f",
                "sha256": "cc904f872fdc285f0ce7e5821aa2271ba83cac8a9f8211ac65d481ac2f6992b4"
            },
            "downloads": -1,
            "filename": "e57-0.2.0a1-cp39-cp39-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "b4c7a9545f034aab0c69481bd80a838f",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 633448,
            "upload_time": "2024-10-26T07:18:48",
            "upload_time_iso_8601": "2024-10-26T07:18:48.438054Z",
            "url": "https://files.pythonhosted.org/packages/fd/72/81b2315d155e5adf203ce20a6d6b844438358e5493d3d9278f8258bb8b1d/e57-0.2.0a1-cp39-cp39-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3a58a1277a4d95a1fec1e735b11dffe74851b1c0a314cefd03cd78df753f38ac",
                "md5": "692229770263c0fa92abfcc9910836e1",
                "sha256": "9f49215b4664b4b34c85877c562ba01d85f877842a2733f20c2d5346ac8f6492"
            },
            "downloads": -1,
            "filename": "e57-0.2.0a1-cp39-cp39-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "692229770263c0fa92abfcc9910836e1",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 630384,
            "upload_time": "2024-10-26T07:19:01",
            "upload_time_iso_8601": "2024-10-26T07:19:01.977193Z",
            "url": "https://files.pythonhosted.org/packages/3a/58/a1277a4d95a1fec1e735b11dffe74851b1c0a314cefd03cd78df753f38ac/e57-0.2.0a1-cp39-cp39-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "862cf2c1613146f51ce7b90c71aa9242615723c34ce8a4f39f48ba6e872b6795",
                "md5": "feb5decb7432fc6d7d57423419d958b9",
                "sha256": "e6bfe73de0727b146f119f642a1629de699461644aa4a87590d229d81f5c768c"
            },
            "downloads": -1,
            "filename": "e57-0.2.0a1-cp39-cp39-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "feb5decb7432fc6d7d57423419d958b9",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 613542,
            "upload_time": "2024-10-26T07:19:17",
            "upload_time_iso_8601": "2024-10-26T07:19:17.952241Z",
            "url": "https://files.pythonhosted.org/packages/86/2c/f2c1613146f51ce7b90c71aa9242615723c34ce8a4f39f48ba6e872b6795/e57-0.2.0a1-cp39-cp39-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e16375e10e09da01a33e7b80a64b5d28acde6b815485b1e3ccf9bdcc742bd1de",
                "md5": "312a168835dd1480e99315c1db1e39d7",
                "sha256": "1e42a0ace4d7d886df2a7d5efe34645c02f82d3a98dce1c723f41798435f17ca"
            },
            "downloads": -1,
            "filename": "e57-0.2.0a1-cp39-none-win32.whl",
            "has_sig": false,
            "md5_digest": "312a168835dd1480e99315c1db1e39d7",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 275187,
            "upload_time": "2024-10-26T07:19:42",
            "upload_time_iso_8601": "2024-10-26T07:19:42.633417Z",
            "url": "https://files.pythonhosted.org/packages/e1/63/75e10e09da01a33e7b80a64b5d28acde6b815485b1e3ccf9bdcc742bd1de/e57-0.2.0a1-cp39-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5175b02da905cbe0eee84b5c40fd42f87ff21f032a022cb8c6ee28ea532c87e4",
                "md5": "600226391cf4697c48c3bbb379322ee9",
                "sha256": "e69274ac0f0021375c041a55916f36fd5ae543097f99c765e4e972d67f2a0ff7"
            },
            "downloads": -1,
            "filename": "e57-0.2.0a1-cp39-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "600226391cf4697c48c3bbb379322ee9",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 294560,
            "upload_time": "2024-10-26T07:19:33",
            "upload_time_iso_8601": "2024-10-26T07:19:33.860945Z",
            "url": "https://files.pythonhosted.org/packages/51/75/b02da905cbe0eee84b5c40fd42f87ff21f032a022cb8c6ee28ea532c87e4/e57-0.2.0a1-cp39-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a4f5f249aa6856b09b3b4d4ee14b522f5b2a67ecab0e60f3dd2214cd00d8f69d",
                "md5": "e8ea2fc83497cc4d68e65b03823efb70",
                "sha256": "97b066ce98cd2f4c548d7a43adf36455f56b851f07a49a1fa21fd03ea37f3b22"
            },
            "downloads": -1,
            "filename": "e57-0.2.0a1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "e8ea2fc83497cc4d68e65b03823efb70",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.7",
            "size": 446230,
            "upload_time": "2024-10-26T07:18:01",
            "upload_time_iso_8601": "2024-10-26T07:18:01.194138Z",
            "url": "https://files.pythonhosted.org/packages/a4/f5/f249aa6856b09b3b4d4ee14b522f5b2a67ecab0e60f3dd2214cd00d8f69d/e57-0.2.0a1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9a409824cf89b179f7464220b8f44d3db063d8bf656ded126fda4e9ce2365daf",
                "md5": "072a7122a2213b51f76189d8c8022fcd",
                "sha256": "4412effdc8365c5ea5d930bbc0d521979c2ef0b93a0d7519735da97d6f12eafb"
            },
            "downloads": -1,
            "filename": "e57-0.2.0a1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "072a7122a2213b51f76189d8c8022fcd",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.7",
            "size": 445036,
            "upload_time": "2024-10-26T07:18:29",
            "upload_time_iso_8601": "2024-10-26T07:18:29.531811Z",
            "url": "https://files.pythonhosted.org/packages/9a/40/9824cf89b179f7464220b8f44d3db063d8bf656ded126fda4e9ce2365daf/e57-0.2.0a1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b4215ebc0bd98a57f6423c47025fb91ec68a746f5a37e0c5124d8dd01c33aedd",
                "md5": "0e4ef330f037eb785c3516495f96f5fc",
                "sha256": "08758de02c68439ab0890538031e56ade9f4ce4f29fb06bbffb6f47f96a2ac2d"
            },
            "downloads": -1,
            "filename": "e57-0.2.0a1-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "0e4ef330f037eb785c3516495f96f5fc",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.7",
            "size": 463581,
            "upload_time": "2024-10-26T07:18:17",
            "upload_time_iso_8601": "2024-10-26T07:18:17.699890Z",
            "url": "https://files.pythonhosted.org/packages/b4/21/5ebc0bd98a57f6423c47025fb91ec68a746f5a37e0c5124d8dd01c33aedd/e57-0.2.0a1-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c8805e8b370076430458aadba825fdc4f2c1d7b5b2b34d8ad98a7305c4b977d3",
                "md5": "cd7a8052d32949d66562c14a637e40b4",
                "sha256": "fa156f4ab18e7723a01b1e500654ae95794517b242e7123a4e7de8b05ad0fcca"
            },
            "downloads": -1,
            "filename": "e57-0.2.0a1-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "cd7a8052d32949d66562c14a637e40b4",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.7",
            "size": 632097,
            "upload_time": "2024-10-26T07:18:49",
            "upload_time_iso_8601": "2024-10-26T07:18:49.678294Z",
            "url": "https://files.pythonhosted.org/packages/c8/80/5e8b370076430458aadba825fdc4f2c1d7b5b2b34d8ad98a7305c4b977d3/e57-0.2.0a1-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b80ab93c92e83f937385ed7968d211260e38d06bd50eb78d40734ea8d751d2b0",
                "md5": "3094e61570b4cc48ffca6da7fb2622e5",
                "sha256": "366d26adf157ed61cfc85245944892a1148ba9c0dc7a4b91d2c0b4b4366a3e51"
            },
            "downloads": -1,
            "filename": "e57-0.2.0a1-pp310-pypy310_pp73-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "3094e61570b4cc48ffca6da7fb2622e5",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.7",
            "size": 629732,
            "upload_time": "2024-10-26T07:19:03",
            "upload_time_iso_8601": "2024-10-26T07:19:03.759715Z",
            "url": "https://files.pythonhosted.org/packages/b8/0a/b93c92e83f937385ed7968d211260e38d06bd50eb78d40734ea8d751d2b0/e57-0.2.0a1-pp310-pypy310_pp73-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5e85d472cecc3f61775d7fda4ba58be3a3945b590dad67c378eebb1efaea1e91",
                "md5": "4641567410cc41a6131eb9f4c1d2ed1d",
                "sha256": "86a6ae88db51c6ea41a9fcb6aec553f107a0845f95778ddbddf5fc1a8983e381"
            },
            "downloads": -1,
            "filename": "e57-0.2.0a1-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4641567410cc41a6131eb9f4c1d2ed1d",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.7",
            "size": 612343,
            "upload_time": "2024-10-26T07:19:19",
            "upload_time_iso_8601": "2024-10-26T07:19:19.325783Z",
            "url": "https://files.pythonhosted.org/packages/5e/85/d472cecc3f61775d7fda4ba58be3a3945b590dad67c378eebb1efaea1e91/e57-0.2.0a1-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9ec2b746e97054d75a712162b625b12a5b1d057ba7e640ae5c7b0bc9750c76ac",
                "md5": "35b8150b88e9d8ee36dcd297bfef1f10",
                "sha256": "ad445f7a22cb7bc123ac20b934f6551f5bd70a1f94e7f8922e41a7784ce72e91"
            },
            "downloads": -1,
            "filename": "e57-0.2.0a1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "35b8150b88e9d8ee36dcd297bfef1f10",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.7",
            "size": 448496,
            "upload_time": "2024-10-26T07:18:02",
            "upload_time_iso_8601": "2024-10-26T07:18:02.802590Z",
            "url": "https://files.pythonhosted.org/packages/9e/c2/b746e97054d75a712162b625b12a5b1d057ba7e640ae5c7b0bc9750c76ac/e57-0.2.0a1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1fe62109aa42ed0122f51ea15a66e9b37dea135906b196c01a2f4d444e31a7e0",
                "md5": "725e6933ef87c73e7a05750ee7216279",
                "sha256": "da5a5caff22f12af4259ecdbbbd624d2e5b56d55b4be6a58891bb0f7f426d238"
            },
            "downloads": -1,
            "filename": "e57-0.2.0a1-pp37-pypy37_pp73-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "725e6933ef87c73e7a05750ee7216279",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.7",
            "size": 634382,
            "upload_time": "2024-10-26T07:18:51",
            "upload_time_iso_8601": "2024-10-26T07:18:51.137496Z",
            "url": "https://files.pythonhosted.org/packages/1f/e6/2109aa42ed0122f51ea15a66e9b37dea135906b196c01a2f4d444e31a7e0/e57-0.2.0a1-pp37-pypy37_pp73-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3dbfe413d21f55b464a5e7ea7130e975227a108569abfb1d555bc3a257dd556f",
                "md5": "5b8570bbdd3b0ff24210565c00afcd13",
                "sha256": "f8db9b3665450b7107bd6fe37ebf1fb459ba631fb5fd7eda1182182bd11a6794"
            },
            "downloads": -1,
            "filename": "e57-0.2.0a1-pp37-pypy37_pp73-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "5b8570bbdd3b0ff24210565c00afcd13",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.7",
            "size": 632059,
            "upload_time": "2024-10-26T07:19:05",
            "upload_time_iso_8601": "2024-10-26T07:19:05.032605Z",
            "url": "https://files.pythonhosted.org/packages/3d/bf/e413d21f55b464a5e7ea7130e975227a108569abfb1d555bc3a257dd556f/e57-0.2.0a1-pp37-pypy37_pp73-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "44e36a22be8c5a1ddef8347622dad7f83a272097433f1da485301733f8e80301",
                "md5": "ccc9962e6f4ed042d367cd1042cf90aa",
                "sha256": "be480ce687d3b331824eb0161687cd0f9a184839e0ae35c766500e194e36a34f"
            },
            "downloads": -1,
            "filename": "e57-0.2.0a1-pp37-pypy37_pp73-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ccc9962e6f4ed042d367cd1042cf90aa",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.7",
            "size": 614986,
            "upload_time": "2024-10-26T07:19:20",
            "upload_time_iso_8601": "2024-10-26T07:19:20.574243Z",
            "url": "https://files.pythonhosted.org/packages/44/e3/6a22be8c5a1ddef8347622dad7f83a272097433f1da485301733f8e80301/e57-0.2.0a1-pp37-pypy37_pp73-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c19559d396c1f12d7ecb04eb76cf326d2f54776104fec851b3836c4458f5a3cd",
                "md5": "5ab0fc9df66250101e498379ff21f708",
                "sha256": "08a0a08236111d7212b26c2c7e8f949ae07ab4d27be7bd62ed5437fabe10e6c6"
            },
            "downloads": -1,
            "filename": "e57-0.2.0a1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "5ab0fc9df66250101e498379ff21f708",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 445872,
            "upload_time": "2024-10-26T07:18:04",
            "upload_time_iso_8601": "2024-10-26T07:18:04.526803Z",
            "url": "https://files.pythonhosted.org/packages/c1/95/59d396c1f12d7ecb04eb76cf326d2f54776104fec851b3836c4458f5a3cd/e57-0.2.0a1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "15da153087dc0c162b3c0409b0f416d0df60e71365fb58b976e4921d0cad6562",
                "md5": "144e4068ab6ac9bf98b6c224cb26d4db",
                "sha256": "b5171e362afa4926dfb134ee7d1af8c9a0e9832ae922b48881270668a74a5b8b"
            },
            "downloads": -1,
            "filename": "e57-0.2.0a1-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "144e4068ab6ac9bf98b6c224cb26d4db",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 632050,
            "upload_time": "2024-10-26T07:18:52",
            "upload_time_iso_8601": "2024-10-26T07:18:52.441345Z",
            "url": "https://files.pythonhosted.org/packages/15/da/153087dc0c162b3c0409b0f416d0df60e71365fb58b976e4921d0cad6562/e57-0.2.0a1-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6211eaa9056d033d35d139f6dd054ce9ab3389a9f3284f441bb349d1ee96bc03",
                "md5": "9449eb9e12b9a5ea95e9510555f6e585",
                "sha256": "2927665aed43790911d76e4fdcfbf66803b7410366baa4630204d86dcbb07778"
            },
            "downloads": -1,
            "filename": "e57-0.2.0a1-pp38-pypy38_pp73-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "9449eb9e12b9a5ea95e9510555f6e585",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 631156,
            "upload_time": "2024-10-26T07:19:06",
            "upload_time_iso_8601": "2024-10-26T07:19:06.787123Z",
            "url": "https://files.pythonhosted.org/packages/62/11/eaa9056d033d35d139f6dd054ce9ab3389a9f3284f441bb349d1ee96bc03/e57-0.2.0a1-pp38-pypy38_pp73-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b8617c4e4623490bbeb909480ae8bc79d2d7a38c231d92a3ce1f9aea6711595c",
                "md5": "f34ef4b3279f9caca8029721961b7e4a",
                "sha256": "607e533b9b6ceade9dc9e5ad78f4765ce49eba24595f7330ea044412b53e938e"
            },
            "downloads": -1,
            "filename": "e57-0.2.0a1-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f34ef4b3279f9caca8029721961b7e4a",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 612410,
            "upload_time": "2024-10-26T07:19:21",
            "upload_time_iso_8601": "2024-10-26T07:19:21.794397Z",
            "url": "https://files.pythonhosted.org/packages/b8/61/7c4e4623490bbeb909480ae8bc79d2d7a38c231d92a3ce1f9aea6711595c/e57-0.2.0a1-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e2ff0403f1d1fc81733ebb5ca6872f4533bc48fe6819ce6a6eb95879530a2bb7",
                "md5": "93ebc58eaa572210492770888544d668",
                "sha256": "e658bbc6d6d805cbcd0a83e643c7aff2ca9acb71eaeb8c6e0c6e08df6bcc850e"
            },
            "downloads": -1,
            "filename": "e57-0.2.0a1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "93ebc58eaa572210492770888544d668",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 446285,
            "upload_time": "2024-10-26T07:18:05",
            "upload_time_iso_8601": "2024-10-26T07:18:05.784358Z",
            "url": "https://files.pythonhosted.org/packages/e2/ff/0403f1d1fc81733ebb5ca6872f4533bc48fe6819ce6a6eb95879530a2bb7/e57-0.2.0a1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9254369018edcd8bcc63d60024843f3dc415ca2cd6621a217c5c3c5a15a69b4b",
                "md5": "d7bfe72ad982f5582a00ec74bc6166be",
                "sha256": "85e89c99e8660b6790bfd1a8ebeb488e73bb1076cef0f057732199741f533d65"
            },
            "downloads": -1,
            "filename": "e57-0.2.0a1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d7bfe72ad982f5582a00ec74bc6166be",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 444875,
            "upload_time": "2024-10-26T07:18:31",
            "upload_time_iso_8601": "2024-10-26T07:18:31.114120Z",
            "url": "https://files.pythonhosted.org/packages/92/54/369018edcd8bcc63d60024843f3dc415ca2cd6621a217c5c3c5a15a69b4b/e57-0.2.0a1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1bcc822eb677cf6804d5c8bcff4888edde3690c7791c36119bb8565b9c60c3ae",
                "md5": "bdef49a687d3e3ce23af21199790e42f",
                "sha256": "a1d2cbe161644c1ea663ee75bb362d8aa9b5762d533f3d055ce80ebee49128de"
            },
            "downloads": -1,
            "filename": "e57-0.2.0a1-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "bdef49a687d3e3ce23af21199790e42f",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 463279,
            "upload_time": "2024-10-26T07:18:20",
            "upload_time_iso_8601": "2024-10-26T07:18:20.263548Z",
            "url": "https://files.pythonhosted.org/packages/1b/cc/822eb677cf6804d5c8bcff4888edde3690c7791c36119bb8565b9c60c3ae/e57-0.2.0a1-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "eadfb42d1c0c33d65c31d0ff20cbc20a43341cb3a5f6f1742c3e326c841683a3",
                "md5": "ef58b00b03c158ae110135a86939e10d",
                "sha256": "01a42fb03f7237d7b92c2a337256767696a039fd74076c7bc554a3509a8c46c3"
            },
            "downloads": -1,
            "filename": "e57-0.2.0a1-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "ef58b00b03c158ae110135a86939e10d",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 631847,
            "upload_time": "2024-10-26T07:18:53",
            "upload_time_iso_8601": "2024-10-26T07:18:53.657557Z",
            "url": "https://files.pythonhosted.org/packages/ea/df/b42d1c0c33d65c31d0ff20cbc20a43341cb3a5f6f1742c3e326c841683a3/e57-0.2.0a1-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ca7279dcac158e8df69eda55c18d89ed18b8af6aa9d8b1d03bc72965f04e5f19",
                "md5": "ce136e278ddb201497ca7ebc37bcdf7e",
                "sha256": "edd4a33c89258f156240830e028ed8dd01d89e341cfd6aecd81c35fdd517bc62"
            },
            "downloads": -1,
            "filename": "e57-0.2.0a1-pp39-pypy39_pp73-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "ce136e278ddb201497ca7ebc37bcdf7e",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 631106,
            "upload_time": "2024-10-26T07:19:08",
            "upload_time_iso_8601": "2024-10-26T07:19:08.269844Z",
            "url": "https://files.pythonhosted.org/packages/ca/72/79dcac158e8df69eda55c18d89ed18b8af6aa9d8b1d03bc72965f04e5f19/e57-0.2.0a1-pp39-pypy39_pp73-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "34a97677886a375d334f704c6c9a2f90fdc8f876c94b9fdc03393e9f43dbd94d",
                "md5": "cfdc7c34c97519575cd81e7ed128f76d",
                "sha256": "867e7f94b2f2ef8bd0dad33421329008894419052dd4bb91aa88a3822694efbb"
            },
            "downloads": -1,
            "filename": "e57-0.2.0a1-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "cfdc7c34c97519575cd81e7ed128f76d",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 612310,
            "upload_time": "2024-10-26T07:19:23",
            "upload_time_iso_8601": "2024-10-26T07:19:23.579388Z",
            "url": "https://files.pythonhosted.org/packages/34/a9/7677886a375d334f704c6c9a2f90fdc8f876c94b9fdc03393e9f43dbd94d/e57-0.2.0a1-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "fb09ff15286a7eb617d3bbae21a3e7b7f97406781a3b683b67f6218619960d89",
                "md5": "c5089a187047f6ca970044b0f3705796",
                "sha256": "b317adfa38313a912fbddb40a42c0a331b80c6b7428bdc90bdbdd7434438473b"
            },
            "downloads": -1,
            "filename": "e57-0.2.0a1.tar.gz",
            "has_sig": false,
            "md5_digest": "c5089a187047f6ca970044b0f3705796",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 363876,
            "upload_time": "2024-10-26T07:19:25",
            "upload_time_iso_8601": "2024-10-26T07:19:25.013442Z",
            "url": "https://files.pythonhosted.org/packages/fb/09/ff15286a7eb617d3bbae21a3e7b7f97406781a3b683b67f6218619960d89/e57-0.2.0a1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-26 07:19:25",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "dancergraham",
    "github_project": "e57-python",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "e57"
}
        
Elapsed time: 0.31418s