e57


Namee57 JSON
Version 0.1.0a7 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-01-18 20:33:49
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/89/3a/25be3148bb6b4f199357f9794e8880898925b41d373cfeae9bb96882d283/e57-0.1.0a7.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.1.0a7",
    "project_urls": {
        "repository": "https://github.com/dancergraham/e57-python"
    },
    "split_keywords": [
        "pointcloud"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3ea10f112fdcfc7fa484cce0f18b3186e51b36f3418f7315a04c7737e761287d",
                "md5": "8cdf4af9785e538a8946814192772ad5",
                "sha256": "c3eee8442a0c00440304b16e1ced8e70e6a35e96bd0b93eff91899146093ec37"
            },
            "downloads": -1,
            "filename": "e57-0.1.0a7-cp310-cp310-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8cdf4af9785e538a8946814192772ad5",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 424952,
            "upload_time": "2024-01-18T20:32:26",
            "upload_time_iso_8601": "2024-01-18T20:32:26.275400Z",
            "url": "https://files.pythonhosted.org/packages/3e/a1/0f112fdcfc7fa484cce0f18b3186e51b36f3418f7315a04c7737e761287d/e57-0.1.0a7-cp310-cp310-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "29128cbd121874e9ac9b66cefb4b8b2f663f462b540dc9fd41c9afb9e79997b6",
                "md5": "4102b94cba8e8711727583b9c93f4354",
                "sha256": "f45bfa529f0ef715a6f5cab66f5c42dcb880110f1b6af615d12da0d7ddcd6ad7"
            },
            "downloads": -1,
            "filename": "e57-0.1.0a7-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "4102b94cba8e8711727583b9c93f4354",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 392223,
            "upload_time": "2024-01-18T20:32:29",
            "upload_time_iso_8601": "2024-01-18T20:32:29.763183Z",
            "url": "https://files.pythonhosted.org/packages/29/12/8cbd121874e9ac9b66cefb4b8b2f663f462b540dc9fd41c9afb9e79997b6/e57-0.1.0a7-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3e855d31474091fd590324df45966859f38938440a6cd09d15303d83d812b0b2",
                "md5": "5b3c3ecf90278e70cdd5f45f0f1e20fa",
                "sha256": "bb905391dd507ed8489bdc1a85c8e97f65fac50b856869df7aa8c2f5ac3e92ed"
            },
            "downloads": -1,
            "filename": "e57-0.1.0a7-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "5b3c3ecf90278e70cdd5f45f0f1e20fa",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 1248687,
            "upload_time": "2024-01-18T20:32:31",
            "upload_time_iso_8601": "2024-01-18T20:32:31.110745Z",
            "url": "https://files.pythonhosted.org/packages/3e/85/5d31474091fd590324df45966859f38938440a6cd09d15303d83d812b0b2/e57-0.1.0a7-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e69f2a151211818ffabd072d787515766bf77e6d744b2aa62c9111712301c9a4",
                "md5": "282f7aad80c2744c222b3597cc8888ab",
                "sha256": "559dfec43754756267af4f3623478eef5f76506f3111e736ab1f941711b7bb94"
            },
            "downloads": -1,
            "filename": "e57-0.1.0a7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "282f7aad80c2744c222b3597cc8888ab",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 1267529,
            "upload_time": "2024-01-18T20:32:32",
            "upload_time_iso_8601": "2024-01-18T20:32:32.719907Z",
            "url": "https://files.pythonhosted.org/packages/e6/9f/2a151211818ffabd072d787515766bf77e6d744b2aa62c9111712301c9a4/e57-0.1.0a7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ad816757f1c497ee91189292c690281cd8d3483549b5f9daf9042fa25cbe6e22",
                "md5": "9fe251b8b58f78287b8b91ce2d5a7642",
                "sha256": "edc25a90469227fe02019a38ddf61962e2be168d2d708c43ab35810e450b4b7f"
            },
            "downloads": -1,
            "filename": "e57-0.1.0a7-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "9fe251b8b58f78287b8b91ce2d5a7642",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 1296533,
            "upload_time": "2024-01-18T20:32:34",
            "upload_time_iso_8601": "2024-01-18T20:32:34.584591Z",
            "url": "https://files.pythonhosted.org/packages/ad/81/6757f1c497ee91189292c690281cd8d3483549b5f9daf9042fa25cbe6e22/e57-0.1.0a7-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f92f8444ffa2a1b71ffc9426cb6e475d00eb012011326751754ec899dae0d360",
                "md5": "e6a40aec394594f256573f9503e08167",
                "sha256": "748c794eeef9985838de8942b0b8fe0436cad959d7e456ef9de3d83b83527848"
            },
            "downloads": -1,
            "filename": "e57-0.1.0a7-cp310-none-win32.whl",
            "has_sig": false,
            "md5_digest": "e6a40aec394594f256573f9503e08167",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 263885,
            "upload_time": "2024-01-18T20:32:36",
            "upload_time_iso_8601": "2024-01-18T20:32:36.090301Z",
            "url": "https://files.pythonhosted.org/packages/f9/2f/8444ffa2a1b71ffc9426cb6e475d00eb012011326751754ec899dae0d360/e57-0.1.0a7-cp310-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f206f0532e7304875b091c0e3302c6661ccd345eb5c823164e0e0c65d80e5a91",
                "md5": "cd11ec14414fdae2e35339d98304c5ce",
                "sha256": "238f96c36256927c8f5014bb096ce57e401ee2ee0db331db83c57c1e46ef2487"
            },
            "downloads": -1,
            "filename": "e57-0.1.0a7-cp310-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "cd11ec14414fdae2e35339d98304c5ce",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 279666,
            "upload_time": "2024-01-18T20:32:37",
            "upload_time_iso_8601": "2024-01-18T20:32:37.354623Z",
            "url": "https://files.pythonhosted.org/packages/f2/06/f0532e7304875b091c0e3302c6661ccd345eb5c823164e0e0c65d80e5a91/e57-0.1.0a7-cp310-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c6bff7e8b73c209f51164ab09846dd172657d5d0d71770cce007526e809bc83c",
                "md5": "46362742bd0ef680ad491695e743f6a3",
                "sha256": "862d4b719e552b0c8b6572c1cd17177dd674066576c37372b318ee6bdf7ba6c6"
            },
            "downloads": -1,
            "filename": "e57-0.1.0a7-cp311-cp311-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "46362742bd0ef680ad491695e743f6a3",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 424725,
            "upload_time": "2024-01-18T20:32:38",
            "upload_time_iso_8601": "2024-01-18T20:32:38.543115Z",
            "url": "https://files.pythonhosted.org/packages/c6/bf/f7e8b73c209f51164ab09846dd172657d5d0d71770cce007526e809bc83c/e57-0.1.0a7-cp311-cp311-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bae8a30d3c0b02800d13f50325b1d7a13fea4ac694fa0a1f4a6c515b041a5caa",
                "md5": "8127c363df1bb60f2cb7e17f61b6adb6",
                "sha256": "666eab319ba4578fb6a16fb81f9eae1a217feb6ed70ef1e7103d12cc03537b2e"
            },
            "downloads": -1,
            "filename": "e57-0.1.0a7-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "8127c363df1bb60f2cb7e17f61b6adb6",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 392385,
            "upload_time": "2024-01-18T20:32:39",
            "upload_time_iso_8601": "2024-01-18T20:32:39.890034Z",
            "url": "https://files.pythonhosted.org/packages/ba/e8/a30d3c0b02800d13f50325b1d7a13fea4ac694fa0a1f4a6c515b041a5caa/e57-0.1.0a7-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5780e960d41c7ae883b51f97df917171360bd621c1cd7259653e67ca4dc14678",
                "md5": "b51cf7c5ba1c6b1d22133fd043544fb2",
                "sha256": "64a64458403f85cea7ec8915a153dcf0b093bab5bb558477ba451a9d9f3c071f"
            },
            "downloads": -1,
            "filename": "e57-0.1.0a7-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "b51cf7c5ba1c6b1d22133fd043544fb2",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 1248700,
            "upload_time": "2024-01-18T20:32:41",
            "upload_time_iso_8601": "2024-01-18T20:32:41.185490Z",
            "url": "https://files.pythonhosted.org/packages/57/80/e960d41c7ae883b51f97df917171360bd621c1cd7259653e67ca4dc14678/e57-0.1.0a7-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ddf786bc7f6997053805b35fcf78749a4ff22dafd94b01a3afb706d7b09a6b86",
                "md5": "cc83b54d3d7ba6c786cb56b70df222fc",
                "sha256": "b589a316def16ee2b7dd4aa94311aa711b1a2927e78fc729df8986c2de63df15"
            },
            "downloads": -1,
            "filename": "e57-0.1.0a7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "cc83b54d3d7ba6c786cb56b70df222fc",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 1267850,
            "upload_time": "2024-01-18T20:32:42",
            "upload_time_iso_8601": "2024-01-18T20:32:42.545877Z",
            "url": "https://files.pythonhosted.org/packages/dd/f7/86bc7f6997053805b35fcf78749a4ff22dafd94b01a3afb706d7b09a6b86/e57-0.1.0a7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c2dc8a4917a890bbfa6dd56b2aa55c2240e7df95983627ddecf831bb96d11e45",
                "md5": "7f9b0f6825b9af57af43fd30f42becd7",
                "sha256": "f45060efe532d629732d1605097468b92af06a0f6a94fec9f6d2ce3cbe34b77c"
            },
            "downloads": -1,
            "filename": "e57-0.1.0a7-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "7f9b0f6825b9af57af43fd30f42becd7",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 1296598,
            "upload_time": "2024-01-18T20:32:43",
            "upload_time_iso_8601": "2024-01-18T20:32:43.877756Z",
            "url": "https://files.pythonhosted.org/packages/c2/dc/8a4917a890bbfa6dd56b2aa55c2240e7df95983627ddecf831bb96d11e45/e57-0.1.0a7-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4e4670aef282efb1749040932dc79e6fb457fb92cbc3aaee62fdce86721ea21d",
                "md5": "6996c2749b985e37d5c12143fb589930",
                "sha256": "4505266c5f5168479234da08cdbf58f7153206cbc0dede721f641d0685f2e0c8"
            },
            "downloads": -1,
            "filename": "e57-0.1.0a7-cp311-none-win32.whl",
            "has_sig": false,
            "md5_digest": "6996c2749b985e37d5c12143fb589930",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 263887,
            "upload_time": "2024-01-18T20:32:46",
            "upload_time_iso_8601": "2024-01-18T20:32:46.093119Z",
            "url": "https://files.pythonhosted.org/packages/4e/46/70aef282efb1749040932dc79e6fb457fb92cbc3aaee62fdce86721ea21d/e57-0.1.0a7-cp311-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6866f250202b6514a5a26f7b95b53b30419c31e6567ef6dd43c9be83f8f3c3f5",
                "md5": "6449387051d347559005d8c8f2a79e17",
                "sha256": "4f5775be1d336ec4e324b32f259768a08a1fbb92e26760e5143d682f7b37acc6"
            },
            "downloads": -1,
            "filename": "e57-0.1.0a7-cp311-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "6449387051d347559005d8c8f2a79e17",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 279674,
            "upload_time": "2024-01-18T20:32:47",
            "upload_time_iso_8601": "2024-01-18T20:32:47.187651Z",
            "url": "https://files.pythonhosted.org/packages/68/66/f250202b6514a5a26f7b95b53b30419c31e6567ef6dd43c9be83f8f3c3f5/e57-0.1.0a7-cp311-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9e881917c2b1608da645ce8ea17ac6b32e78b56dcf739b2dcb03f24218cfaa73",
                "md5": "e15d703c7aabaad5d06c757de3107716",
                "sha256": "df272aed4a16ccf4a1457d0325ca13147782a4b2159ad521ca25e3b30d3db363"
            },
            "downloads": -1,
            "filename": "e57-0.1.0a7-cp312-cp312-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e15d703c7aabaad5d06c757de3107716",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 423454,
            "upload_time": "2024-01-18T20:32:48",
            "upload_time_iso_8601": "2024-01-18T20:32:48.457961Z",
            "url": "https://files.pythonhosted.org/packages/9e/88/1917c2b1608da645ce8ea17ac6b32e78b56dcf739b2dcb03f24218cfaa73/e57-0.1.0a7-cp312-cp312-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f162934eda5c802ef82b5cb6f40c200ac7c949948055508b396556fb2ca67948",
                "md5": "927f8807d167399309894e82feb4e5ee",
                "sha256": "fb308de10ce9a7d90fe01c2aa8fb8b96b030cbdf25d4b6ba0083aab2b77703ed"
            },
            "downloads": -1,
            "filename": "e57-0.1.0a7-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "927f8807d167399309894e82feb4e5ee",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 389519,
            "upload_time": "2024-01-18T20:32:49",
            "upload_time_iso_8601": "2024-01-18T20:32:49.626007Z",
            "url": "https://files.pythonhosted.org/packages/f1/62/934eda5c802ef82b5cb6f40c200ac7c949948055508b396556fb2ca67948/e57-0.1.0a7-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "247bc06fa62c3124d0890f9b7f469103d74c467125f95dfdcfbeb1ac3fa76a95",
                "md5": "1bf43d0e01aa7a40c4c67de6689b1c4a",
                "sha256": "130b8dc42352578d99ba5c2aaa9e156e19bf8f7792744458e7896d7aebb814bb"
            },
            "downloads": -1,
            "filename": "e57-0.1.0a7-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "1bf43d0e01aa7a40c4c67de6689b1c4a",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 1246591,
            "upload_time": "2024-01-18T20:32:51",
            "upload_time_iso_8601": "2024-01-18T20:32:51.573098Z",
            "url": "https://files.pythonhosted.org/packages/24/7b/c06fa62c3124d0890f9b7f469103d74c467125f95dfdcfbeb1ac3fa76a95/e57-0.1.0a7-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "503e9553ff8168a7022a6d887ae92554c9cb582f533c1a7626561415e9f756ab",
                "md5": "0d73dd57a7797492a24af49e9cbe731f",
                "sha256": "98768909c07b8aa92b59653a26ef8cdc5e2e7e2115df8d4115b2918ec57cc070"
            },
            "downloads": -1,
            "filename": "e57-0.1.0a7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0d73dd57a7797492a24af49e9cbe731f",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 1261836,
            "upload_time": "2024-01-18T20:32:53",
            "upload_time_iso_8601": "2024-01-18T20:32:53.195063Z",
            "url": "https://files.pythonhosted.org/packages/50/3e/9553ff8168a7022a6d887ae92554c9cb582f533c1a7626561415e9f756ab/e57-0.1.0a7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "64e68eb4712d362dbe9f9a7b2f92acd27b5164298017515c4e9eaffee6a421c0",
                "md5": "efb00106d03064bb5fe10abf0cf5293b",
                "sha256": "bb80a9d3de6df5cd187ff7ddc5d62c38472b646fd3166f0c1b21304059d0c91f"
            },
            "downloads": -1,
            "filename": "e57-0.1.0a7-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "efb00106d03064bb5fe10abf0cf5293b",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 1294908,
            "upload_time": "2024-01-18T20:32:54",
            "upload_time_iso_8601": "2024-01-18T20:32:54.422119Z",
            "url": "https://files.pythonhosted.org/packages/64/e6/8eb4712d362dbe9f9a7b2f92acd27b5164298017515c4e9eaffee6a421c0/e57-0.1.0a7-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3dd7774dbbd889ec4ffb0c51fe470522254379a8d35bdab3eefd34b894e85e39",
                "md5": "24a8f830cf2371ac53a9f774601f9c54",
                "sha256": "df0a2ad85a0744f1cdd8424ae6dc0e6a2222ea1e0e6ec4d0b475b91f2d434d93"
            },
            "downloads": -1,
            "filename": "e57-0.1.0a7-cp312-none-win32.whl",
            "has_sig": false,
            "md5_digest": "24a8f830cf2371ac53a9f774601f9c54",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 261620,
            "upload_time": "2024-01-18T20:32:56",
            "upload_time_iso_8601": "2024-01-18T20:32:56.229827Z",
            "url": "https://files.pythonhosted.org/packages/3d/d7/774dbbd889ec4ffb0c51fe470522254379a8d35bdab3eefd34b894e85e39/e57-0.1.0a7-cp312-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "fb35d96637bb84a44377025ba96d8a29a24455d3d24e15147b789b53454f0592",
                "md5": "6b2ff996a45ad697d150dbddedf5a28a",
                "sha256": "c1fb20167921ae7f7caddbfc6ff54f85fc25069e9bb9eedf105913ee629f2f24"
            },
            "downloads": -1,
            "filename": "e57-0.1.0a7-cp312-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "6b2ff996a45ad697d150dbddedf5a28a",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 277673,
            "upload_time": "2024-01-18T20:32:57",
            "upload_time_iso_8601": "2024-01-18T20:32:57.442351Z",
            "url": "https://files.pythonhosted.org/packages/fb/35/d96637bb84a44377025ba96d8a29a24455d3d24e15147b789b53454f0592/e57-0.1.0a7-cp312-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "acee16a010c9a597eb0bc7206f6ca3b443456413c568e9aa382ccc16cfe5f6bd",
                "md5": "33415f3e5415d6dfae98f8302877547f",
                "sha256": "6f0558e1f3fb7de350515c9ec88a2fc28bf56bcf1ed1fbca07052a34dfbaa24a"
            },
            "downloads": -1,
            "filename": "e57-0.1.0a7-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "33415f3e5415d6dfae98f8302877547f",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.7",
            "size": 1246592,
            "upload_time": "2024-01-18T20:32:59",
            "upload_time_iso_8601": "2024-01-18T20:32:59.890881Z",
            "url": "https://files.pythonhosted.org/packages/ac/ee/16a010c9a597eb0bc7206f6ca3b443456413c568e9aa382ccc16cfe5f6bd/e57-0.1.0a7-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "39894c4ce4a408e808baedc001faa08556b88b4a3220b6f232a94b103833e56c",
                "md5": "f90848a296da73765d24358ac2214db7",
                "sha256": "3805af5c6eab2df9907c5d1992431cdadaf91a7a1523568cfefeb8e68f48f8fe"
            },
            "downloads": -1,
            "filename": "e57-0.1.0a7-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "f90848a296da73765d24358ac2214db7",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 1248916,
            "upload_time": "2024-01-18T20:33:02",
            "upload_time_iso_8601": "2024-01-18T20:33:02.436034Z",
            "url": "https://files.pythonhosted.org/packages/39/89/4c4ce4a408e808baedc001faa08556b88b4a3220b6f232a94b103833e56c/e57-0.1.0a7-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6a615bce2dbc07915d96b3437d093649d095f8e0bffe0bd0facee6ab81967ea7",
                "md5": "bc710cf589f78d5e3c6df7c88b2d14d5",
                "sha256": "89a18ce9f355f0c7cefe92af6f5efcaa820b62b55af2647f655f8e95ce757001"
            },
            "downloads": -1,
            "filename": "e57-0.1.0a7-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "bc710cf589f78d5e3c6df7c88b2d14d5",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 1266268,
            "upload_time": "2024-01-18T20:33:04",
            "upload_time_iso_8601": "2024-01-18T20:33:04.391516Z",
            "url": "https://files.pythonhosted.org/packages/6a/61/5bce2dbc07915d96b3437d093649d095f8e0bffe0bd0facee6ab81967ea7/e57-0.1.0a7-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "56c116b5542affcb4e8e5106412652f65e7fdae975c8bda0744480e1aa199701",
                "md5": "b32951012a2cdbc682390d4039263d31",
                "sha256": "d6b986db41130d25c6003e16edf69b8dff0ce0fbc607064a4c198235d4f2dcfd"
            },
            "downloads": -1,
            "filename": "e57-0.1.0a7-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "b32951012a2cdbc682390d4039263d31",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 1296413,
            "upload_time": "2024-01-18T20:33:06",
            "upload_time_iso_8601": "2024-01-18T20:33:06.288510Z",
            "url": "https://files.pythonhosted.org/packages/56/c1/16b5542affcb4e8e5106412652f65e7fdae975c8bda0744480e1aa199701/e57-0.1.0a7-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1eb1cb2021781a52230d9b87e1f3a23e47cc271e9854d6b6afbb76b68890a3c6",
                "md5": "3b771708aa813a48f6a2a69fa1a4a78f",
                "sha256": "31f6326b5dc4f3965e92beb5630740ed443070b90bcd5f2a5b1a6956814827a2"
            },
            "downloads": -1,
            "filename": "e57-0.1.0a7-cp37-none-win32.whl",
            "has_sig": false,
            "md5_digest": "3b771708aa813a48f6a2a69fa1a4a78f",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 263334,
            "upload_time": "2024-01-18T20:33:07",
            "upload_time_iso_8601": "2024-01-18T20:33:07.661524Z",
            "url": "https://files.pythonhosted.org/packages/1e/b1/cb2021781a52230d9b87e1f3a23e47cc271e9854d6b6afbb76b68890a3c6/e57-0.1.0a7-cp37-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "562441ffd88a9f6139eb933c7a8ea5eade0254c27873e109225a0d088f1296e2",
                "md5": "d4ece368a10b09d1f8d1a097f65c75e4",
                "sha256": "c2daec591e68a12c7d10c2948fe05d9a1fddc6f7de8f1b4b234311ea36f118be"
            },
            "downloads": -1,
            "filename": "e57-0.1.0a7-cp37-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "d4ece368a10b09d1f8d1a097f65c75e4",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 279619,
            "upload_time": "2024-01-18T20:33:09",
            "upload_time_iso_8601": "2024-01-18T20:33:09.190927Z",
            "url": "https://files.pythonhosted.org/packages/56/24/41ffd88a9f6139eb933c7a8ea5eade0254c27873e109225a0d088f1296e2/e57-0.1.0a7-cp37-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "99a78c7f0d9b8f5eeb217aa569886c82f740bad4f30180bda42824e36c9f7843",
                "md5": "0da75faf05af6b3af5778ac8301880e3",
                "sha256": "99b70076d6ab9c1bb687365dc9ff9a7fe1f54febabdad4615c78c9afc87d1331"
            },
            "downloads": -1,
            "filename": "e57-0.1.0a7-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "0da75faf05af6b3af5778ac8301880e3",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 1248890,
            "upload_time": "2024-01-18T20:33:11",
            "upload_time_iso_8601": "2024-01-18T20:33:11.001984Z",
            "url": "https://files.pythonhosted.org/packages/99/a7/8c7f0d9b8f5eeb217aa569886c82f740bad4f30180bda42824e36c9f7843/e57-0.1.0a7-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "cf5d586f574fa81baa40f051b99b6b97ae2e2d1b9c43428a83de9ab52320a6f4",
                "md5": "ad819b1fe42abe8b6a662ecbdac61084",
                "sha256": "b2fd5e4a5646c148ca0fafb8f3bddee15245646c9d2f363fe5d4b6b429cb6328"
            },
            "downloads": -1,
            "filename": "e57-0.1.0a7-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ad819b1fe42abe8b6a662ecbdac61084",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 1266080,
            "upload_time": "2024-01-18T20:33:13",
            "upload_time_iso_8601": "2024-01-18T20:33:13.324717Z",
            "url": "https://files.pythonhosted.org/packages/cf/5d/586f574fa81baa40f051b99b6b97ae2e2d1b9c43428a83de9ab52320a6f4/e57-0.1.0a7-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "95b42606559ed457d7a67c7d17646b03c05eb31667c4a129e094ef1c64150971",
                "md5": "7c11776084c2c34bde6df99867e4c728",
                "sha256": "646fa698272013d26f346ac946ab6c9331c414c260b5205829c866789364ea47"
            },
            "downloads": -1,
            "filename": "e57-0.1.0a7-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "7c11776084c2c34bde6df99867e4c728",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 1296317,
            "upload_time": "2024-01-18T20:33:16",
            "upload_time_iso_8601": "2024-01-18T20:33:16.253017Z",
            "url": "https://files.pythonhosted.org/packages/95/b4/2606559ed457d7a67c7d17646b03c05eb31667c4a129e094ef1c64150971/e57-0.1.0a7-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3fb11d7a5ac5745705f7fd282ea428e3a50b44fab9f879bd0bf57404f3859dcd",
                "md5": "866bc135f29c2465c79084ce12fdc00f",
                "sha256": "b7f4b4db6ddc47f013ab0b782f74321894df40ac77a64482ec2afac72ebdbdd6"
            },
            "downloads": -1,
            "filename": "e57-0.1.0a7-cp38-none-win32.whl",
            "has_sig": false,
            "md5_digest": "866bc135f29c2465c79084ce12fdc00f",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 263739,
            "upload_time": "2024-01-18T20:33:18",
            "upload_time_iso_8601": "2024-01-18T20:33:18.482796Z",
            "url": "https://files.pythonhosted.org/packages/3f/b1/1d7a5ac5745705f7fd282ea428e3a50b44fab9f879bd0bf57404f3859dcd/e57-0.1.0a7-cp38-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "65a28cc588a371266f6f15bd509138593ae9b79d5e739bae0b081de53370f9e7",
                "md5": "578b06328d6e8c62d0601015b61a4f4e",
                "sha256": "48966c5ff73616b1d63d44a15252bff6d7852c6109f37556a027a407cfe561c8"
            },
            "downloads": -1,
            "filename": "e57-0.1.0a7-cp38-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "578b06328d6e8c62d0601015b61a4f4e",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 279561,
            "upload_time": "2024-01-18T20:33:20",
            "upload_time_iso_8601": "2024-01-18T20:33:20.434014Z",
            "url": "https://files.pythonhosted.org/packages/65/a2/8cc588a371266f6f15bd509138593ae9b79d5e739bae0b081de53370f9e7/e57-0.1.0a7-cp38-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "eb21cbbe93063b3a0df01b5b7f50dd7d3c6a0a84294362220eb33469a9815b87",
                "md5": "28626f0833208eaee7d374ac71db9993",
                "sha256": "766fa1140e442256123fb05bc0258345e7fa5226e98659301aee56774dde3853"
            },
            "downloads": -1,
            "filename": "e57-0.1.0a7-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "28626f0833208eaee7d374ac71db9993",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 1249671,
            "upload_time": "2024-01-18T20:33:21",
            "upload_time_iso_8601": "2024-01-18T20:33:21.968561Z",
            "url": "https://files.pythonhosted.org/packages/eb/21/cbbe93063b3a0df01b5b7f50dd7d3c6a0a84294362220eb33469a9815b87/e57-0.1.0a7-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "08526ba94498c9609818ea621312241aaf92555fc6f7a215d21f9b29b85d9319",
                "md5": "9c1be7f9647b4cc6f2a12d75f8a58eec",
                "sha256": "ab160aaa0d6bd34275e1bbe30ace1c022bf502a5021bc8b63bcd16179a62eb76"
            },
            "downloads": -1,
            "filename": "e57-0.1.0a7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9c1be7f9647b4cc6f2a12d75f8a58eec",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 1267687,
            "upload_time": "2024-01-18T20:33:23",
            "upload_time_iso_8601": "2024-01-18T20:33:23.741100Z",
            "url": "https://files.pythonhosted.org/packages/08/52/6ba94498c9609818ea621312241aaf92555fc6f7a215d21f9b29b85d9319/e57-0.1.0a7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "be919c121072cc3ccbf98a856525badc024451c7ba0fbf0a676fd559962cb529",
                "md5": "ff6b7c7380b6cf1705b6c099b9c246af",
                "sha256": "f633c63c9ef1e6ab7381646bdf336bbc9195539aa284b21289a9a8ff733971cc"
            },
            "downloads": -1,
            "filename": "e57-0.1.0a7-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "ff6b7c7380b6cf1705b6c099b9c246af",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 1296923,
            "upload_time": "2024-01-18T20:33:25",
            "upload_time_iso_8601": "2024-01-18T20:33:25.100864Z",
            "url": "https://files.pythonhosted.org/packages/be/91/9c121072cc3ccbf98a856525badc024451c7ba0fbf0a676fd559962cb529/e57-0.1.0a7-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "67cd285f740d34d2c10d0a7407d94d35f94cc1bdca8c3f675123e886c3c21f91",
                "md5": "21efc6ca6a08f8720b20d2f46e0a4d3e",
                "sha256": "0f7b70b5b697726780c6c57ea1ad26665c1106624f732ea80e80bb0dec07e795"
            },
            "downloads": -1,
            "filename": "e57-0.1.0a7-cp39-none-win32.whl",
            "has_sig": false,
            "md5_digest": "21efc6ca6a08f8720b20d2f46e0a4d3e",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 263910,
            "upload_time": "2024-01-18T20:33:26",
            "upload_time_iso_8601": "2024-01-18T20:33:26.424052Z",
            "url": "https://files.pythonhosted.org/packages/67/cd/285f740d34d2c10d0a7407d94d35f94cc1bdca8c3f675123e886c3c21f91/e57-0.1.0a7-cp39-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a61203e77f5a27d8a46197a8237b98937eae772fe7dc8dbcb4b4442d38f9b69c",
                "md5": "78514364fc62107376a6433342775d90",
                "sha256": "d7092275fe402cf5ba1b7d64b8c5f2ed32294603394180e5dd2a1085ec0fd88e"
            },
            "downloads": -1,
            "filename": "e57-0.1.0a7-cp39-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "78514364fc62107376a6433342775d90",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 279984,
            "upload_time": "2024-01-18T20:33:27",
            "upload_time_iso_8601": "2024-01-18T20:33:27.591281Z",
            "url": "https://files.pythonhosted.org/packages/a6/12/03e77f5a27d8a46197a8237b98937eae772fe7dc8dbcb4b4442d38f9b69c/e57-0.1.0a7-cp39-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0cce4b6c04fa4c5500cdc9e47d782a506d0e04ba0898d08e0f897d88cae31661",
                "md5": "da3c475d376108a1218ba815324001a9",
                "sha256": "2c82f823f2c1f421a49df000f48d18287130264f3fd045dc55227384772893e5"
            },
            "downloads": -1,
            "filename": "e57-0.1.0a7-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "da3c475d376108a1218ba815324001a9",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.7",
            "size": 1248579,
            "upload_time": "2024-01-18T20:33:28",
            "upload_time_iso_8601": "2024-01-18T20:33:28.809442Z",
            "url": "https://files.pythonhosted.org/packages/0c/ce/4b6c04fa4c5500cdc9e47d782a506d0e04ba0898d08e0f897d88cae31661/e57-0.1.0a7-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d911e33cc2982f70d2ed3bf206e83c62d9290d7198c6fee73a6ea39668652bd3",
                "md5": "9fa40128671c61d7158a99b11b1c98df",
                "sha256": "b34cb500a8d1b77d15793f404e34d4461ba09bd4564f7b891ffdfdba81b1455d"
            },
            "downloads": -1,
            "filename": "e57-0.1.0a7-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9fa40128671c61d7158a99b11b1c98df",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.7",
            "size": 1266697,
            "upload_time": "2024-01-18T20:33:30",
            "upload_time_iso_8601": "2024-01-18T20:33:30.836267Z",
            "url": "https://files.pythonhosted.org/packages/d9/11/e33cc2982f70d2ed3bf206e83c62d9290d7198c6fee73a6ea39668652bd3/e57-0.1.0a7-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5023a26b25062bff80bebd0d59d79ab1d21067329ce2537affd6aab88de69936",
                "md5": "c06c249ba5202391c15f87e71cc5b449",
                "sha256": "295966cbc94a08c70969164eb66cc10d506b7e83def9bd5d7e419f9cf5e79d6d"
            },
            "downloads": -1,
            "filename": "e57-0.1.0a7-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "c06c249ba5202391c15f87e71cc5b449",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.7",
            "size": 1296041,
            "upload_time": "2024-01-18T20:33:32",
            "upload_time_iso_8601": "2024-01-18T20:33:32.899243Z",
            "url": "https://files.pythonhosted.org/packages/50/23/a26b25062bff80bebd0d59d79ab1d21067329ce2537affd6aab88de69936/e57-0.1.0a7-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ca9f3b59e76ca199db4a556ba1f546baff2efbca89632807607540e3a6ab3703",
                "md5": "5cd908c6c07093ec664e726486cff486",
                "sha256": "798cca30e1dd610fee2a1f27c8521766142ad8abe488854adf8b51668665b864"
            },
            "downloads": -1,
            "filename": "e57-0.1.0a7-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "5cd908c6c07093ec664e726486cff486",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.7",
            "size": 1252387,
            "upload_time": "2024-01-18T20:33:34",
            "upload_time_iso_8601": "2024-01-18T20:33:34.952533Z",
            "url": "https://files.pythonhosted.org/packages/ca/9f/3b59e76ca199db4a556ba1f546baff2efbca89632807607540e3a6ab3703/e57-0.1.0a7-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d5c17be2c43f71fd264f8a96b9e32be1d89d9935ab473fdc4aa10b15e3c7cbf8",
                "md5": "cb6355b662399b961f4e7ecdc0c0a6ee",
                "sha256": "4646218e69f4f92e9f0b1e2a83015244cef6f64f598cc26d81fb94b41b7147de"
            },
            "downloads": -1,
            "filename": "e57-0.1.0a7-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "cb6355b662399b961f4e7ecdc0c0a6ee",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.7",
            "size": 1270116,
            "upload_time": "2024-01-18T20:33:36",
            "upload_time_iso_8601": "2024-01-18T20:33:36.473192Z",
            "url": "https://files.pythonhosted.org/packages/d5/c1/7be2c43f71fd264f8a96b9e32be1d89d9935ab473fdc4aa10b15e3c7cbf8/e57-0.1.0a7-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8c38c47b708099df98dbfae50465a03e8980d4e251ed592f45b21f35f654d89c",
                "md5": "a84a0cfc0949b7b0cf590c9d9920086e",
                "sha256": "4709d0a60a8a656356cacbb9d20d57c0d7c7c41589074e8733fefc030d572876"
            },
            "downloads": -1,
            "filename": "e57-0.1.0a7-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "a84a0cfc0949b7b0cf590c9d9920086e",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.7",
            "size": 1299687,
            "upload_time": "2024-01-18T20:33:37",
            "upload_time_iso_8601": "2024-01-18T20:33:37.761597Z",
            "url": "https://files.pythonhosted.org/packages/8c/38/c47b708099df98dbfae50465a03e8980d4e251ed592f45b21f35f654d89c/e57-0.1.0a7-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6231fa9aa6363b1fc5e71b09afde4b91f07a4535df1d75a703a8a6f73269f93d",
                "md5": "fcdbf064fedfcf6030f55204aa0c8d24",
                "sha256": "2df55554761abea6477809db67b9ed2b0b0f4ee7da478e9f596234f889c3b0a6"
            },
            "downloads": -1,
            "filename": "e57-0.1.0a7-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "fcdbf064fedfcf6030f55204aa0c8d24",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 1248665,
            "upload_time": "2024-01-18T20:33:39",
            "upload_time_iso_8601": "2024-01-18T20:33:39.134459Z",
            "url": "https://files.pythonhosted.org/packages/62/31/fa9aa6363b1fc5e71b09afde4b91f07a4535df1d75a703a8a6f73269f93d/e57-0.1.0a7-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "02c291657bd9b40d9d202d4d7607da3e01276c86985b8b53bce125f9ad93059a",
                "md5": "88d7f6337dd7039016a2cec58e42a8a7",
                "sha256": "99efb6a5d41c691d507192c754ef4047a438454c6430ea9de7a4690e5e527b21"
            },
            "downloads": -1,
            "filename": "e57-0.1.0a7-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "88d7f6337dd7039016a2cec58e42a8a7",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 1266368,
            "upload_time": "2024-01-18T20:33:40",
            "upload_time_iso_8601": "2024-01-18T20:33:40.652876Z",
            "url": "https://files.pythonhosted.org/packages/02/c2/91657bd9b40d9d202d4d7607da3e01276c86985b8b53bce125f9ad93059a/e57-0.1.0a7-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e695d89c82e36478a564fe485576ff41e093fe7f08972e9b64cedf2db615749a",
                "md5": "4072bf6e719d61547f653ee468c8fb52",
                "sha256": "567f12af6f194e594cd8684c9783b0ea8e6cf2be8bfa5464996af2068935b4af"
            },
            "downloads": -1,
            "filename": "e57-0.1.0a7-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "4072bf6e719d61547f653ee468c8fb52",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 1297742,
            "upload_time": "2024-01-18T20:33:42",
            "upload_time_iso_8601": "2024-01-18T20:33:42.252185Z",
            "url": "https://files.pythonhosted.org/packages/e6/95/d89c82e36478a564fe485576ff41e093fe7f08972e9b64cedf2db615749a/e57-0.1.0a7-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4dcdabc34e0444ee6cc60dd49696aa8cf5100a9ad13e453249475bce2dc1734a",
                "md5": "c1115ee4c8d70994cba8f3206ad07ed0",
                "sha256": "5021857563f8f9501b9d8d8a6802005aa76f26cb0587e1d69c066816b841070c"
            },
            "downloads": -1,
            "filename": "e57-0.1.0a7-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "c1115ee4c8d70994cba8f3206ad07ed0",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 1248503,
            "upload_time": "2024-01-18T20:33:44",
            "upload_time_iso_8601": "2024-01-18T20:33:44.218670Z",
            "url": "https://files.pythonhosted.org/packages/4d/cd/abc34e0444ee6cc60dd49696aa8cf5100a9ad13e453249475bce2dc1734a/e57-0.1.0a7-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8c76ff41b3c79aeb95b412e20aaa625dc7c3b5b78e7daffe62527cab967f6616",
                "md5": "3341e4692a3d5d8a68b4807747876c8b",
                "sha256": "8d9fc82c3abdb54a27a038d357f7305f51a0b436a61e90e04f0f76095fb221b6"
            },
            "downloads": -1,
            "filename": "e57-0.1.0a7-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3341e4692a3d5d8a68b4807747876c8b",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 1266540,
            "upload_time": "2024-01-18T20:33:46",
            "upload_time_iso_8601": "2024-01-18T20:33:46.233656Z",
            "url": "https://files.pythonhosted.org/packages/8c/76/ff41b3c79aeb95b412e20aaa625dc7c3b5b78e7daffe62527cab967f6616/e57-0.1.0a7-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "70dba654458e9d0b947db86382fcff84c25ecf0055407c15771c9c3c3430d259",
                "md5": "1fc3acd7c26022d229d7cce47d141394",
                "sha256": "1e6810b00a2ee6e36f817669b2e5201cb563ccf3324d89cde345ee30de204858"
            },
            "downloads": -1,
            "filename": "e57-0.1.0a7-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "1fc3acd7c26022d229d7cce47d141394",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 1295888,
            "upload_time": "2024-01-18T20:33:47",
            "upload_time_iso_8601": "2024-01-18T20:33:47.755768Z",
            "url": "https://files.pythonhosted.org/packages/70/db/a654458e9d0b947db86382fcff84c25ecf0055407c15771c9c3c3430d259/e57-0.1.0a7-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "893a25be3148bb6b4f199357f9794e8880898925b41d373cfeae9bb96882d283",
                "md5": "db12317469236ca6db912e648846e5f9",
                "sha256": "d29fa1705f548beb1daedcbf7e5c1e45d967e1ec7e5d5b8ea7a56eb81072523e"
            },
            "downloads": -1,
            "filename": "e57-0.1.0a7.tar.gz",
            "has_sig": false,
            "md5_digest": "db12317469236ca6db912e648846e5f9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 362426,
            "upload_time": "2024-01-18T20:33:49",
            "upload_time_iso_8601": "2024-01-18T20:33:49.747758Z",
            "url": "https://files.pythonhosted.org/packages/89/3a/25be3148bb6b4f199357f9794e8880898925b41d373cfeae9bb96882d283/e57-0.1.0a7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-18 20:33:49",
    "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.16999s