sdflit


Namesdflit JSON
Version 0.2.2 PyPI version JSON
download
home_pageNone
SummaryFast and Robust Signed Distance Function Library
upload_time2023-12-27 09:11:13
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseApache-2.0
keywords sdf pyo3
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # SDF-Lit

## Usage

```sh
pip install sdflit
```

Try it in Python:

```python
>>> import sdflit as sdf
>>> sphere = sdf.Sphere((0, 0, 0), 1)
>>> sphere.distance((0, 0, 0))
-1.0
>>> sphere.distance((1, 0, 0))
0.0
>>> sphere.distance((1, 1, 1))
0.7320507764816284
```

## Development

Setup Python venv:

```sh
python -m venv .env
source .env/bin/activate
pip install maturin
```

Build Python package after each modification:

```sh
maturin develop
```

## License

This work is licensed under a <a rel="license" href="https://www.apache.org/licenses/">Apache-2.0</a>.

Copyright (c) 2023-present, Zexin Yuan


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "sdflit",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "sdf,pyo3",
    "author": null,
    "author_email": "yzx9 <yuan.zx@outlook.com>",
    "download_url": "https://files.pythonhosted.org/packages/0e/95/290f3801e3ce095d34b1ac13e0bd15964fb10455d252e350745dc226bfe0/sdflit-0.2.2.tar.gz",
    "platform": null,
    "description": "# SDF-Lit\n\n## Usage\n\n```sh\npip install sdflit\n```\n\nTry it in Python:\n\n```python\n>>> import sdflit as sdf\n>>> sphere = sdf.Sphere((0, 0, 0), 1)\n>>> sphere.distance((0, 0, 0))\n-1.0\n>>> sphere.distance((1, 0, 0))\n0.0\n>>> sphere.distance((1, 1, 1))\n0.7320507764816284\n```\n\n## Development\n\nSetup Python venv:\n\n```sh\npython -m venv .env\nsource .env/bin/activate\npip install maturin\n```\n\nBuild Python package after each modification:\n\n```sh\nmaturin develop\n```\n\n## License\n\nThis work is licensed under a <a rel=\"license\" href=\"https://www.apache.org/licenses/\">Apache-2.0</a>.\n\nCopyright (c) 2023-present, Zexin Yuan\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Fast and Robust Signed Distance Function Library",
    "version": "0.2.2",
    "project_urls": {
        "repository": "https://github.com/yzx9/sdflit"
    },
    "split_keywords": [
        "sdf",
        "pyo3"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "71dcddda2c43ddfa054f0e1ad010b311d05bfb5610e3bb1bbadfecc22b1b89b2",
                "md5": "f9987cc7639a879ec166bd851e352f34",
                "sha256": "67909e6d229603f1a18414af04bec9ad3fd58833564ab6673260ddb4ad3c73e7"
            },
            "downloads": -1,
            "filename": "sdflit-0.2.2-cp310-cp310-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f9987cc7639a879ec166bd851e352f34",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 332887,
            "upload_time": "2023-12-27T09:09:22",
            "upload_time_iso_8601": "2023-12-27T09:09:22.527976Z",
            "url": "https://files.pythonhosted.org/packages/71/dc/ddda2c43ddfa054f0e1ad010b311d05bfb5610e3bb1bbadfecc22b1b89b2/sdflit-0.2.2-cp310-cp310-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9f76f2b83f9ffbbb98c74e27afa6229ba8183b7a815eacb9c7148f3b195c1ce9",
                "md5": "733484c08129841e76fcb6987d7d80b8",
                "sha256": "6c350f483817626ae462e8ad49c2189a5a024a5f1392aaa534d4752d865f998c"
            },
            "downloads": -1,
            "filename": "sdflit-0.2.2-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "733484c08129841e76fcb6987d7d80b8",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 330742,
            "upload_time": "2023-12-27T09:09:24",
            "upload_time_iso_8601": "2023-12-27T09:09:24.393244Z",
            "url": "https://files.pythonhosted.org/packages/9f/76/f2b83f9ffbbb98c74e27afa6229ba8183b7a815eacb9c7148f3b195c1ce9/sdflit-0.2.2-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "214af0ca4e5c8c1a7e30e20c6c9ee3fbed24777a166dee388e695c946d73c168",
                "md5": "ceb76a4f2a45db1bc74d7238b5886658",
                "sha256": "5252ff6e90c3156595535d0f558d4e68152178bfadb052e9cd56ae165e71af49"
            },
            "downloads": -1,
            "filename": "sdflit-0.2.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "ceb76a4f2a45db1bc74d7238b5886658",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1238123,
            "upload_time": "2023-12-27T09:09:25",
            "upload_time_iso_8601": "2023-12-27T09:09:25.620048Z",
            "url": "https://files.pythonhosted.org/packages/21/4a/f0ca4e5c8c1a7e30e20c6c9ee3fbed24777a166dee388e695c946d73c168/sdflit-0.2.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4bd1ccca68909df8e0815cbafc42368bf37ed0e91edb2bf579bd764490beffeb",
                "md5": "07789d163c8bf43b9f8ad16e31ac6fa2",
                "sha256": "a63ef4afcf3d8f8a242c977c3964a7547fe518b52023b4bd599c03424a2698ff"
            },
            "downloads": -1,
            "filename": "sdflit-0.2.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "07789d163c8bf43b9f8ad16e31ac6fa2",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1234300,
            "upload_time": "2023-12-27T09:09:26",
            "upload_time_iso_8601": "2023-12-27T09:09:26.959766Z",
            "url": "https://files.pythonhosted.org/packages/4b/d1/ccca68909df8e0815cbafc42368bf37ed0e91edb2bf579bd764490beffeb/sdflit-0.2.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e2f38a5040af06e3a3f1cb4519212f1cd04c80329c794aaa86631add7e2e4c3c",
                "md5": "0da5b8e11a800a8c1e7300528ecb6b0f",
                "sha256": "8ccc71daee807863e6f83ff5061cc788fbf381f463fc10579e97fdf54e819067"
            },
            "downloads": -1,
            "filename": "sdflit-0.2.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "0da5b8e11a800a8c1e7300528ecb6b0f",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1348827,
            "upload_time": "2023-12-27T09:09:28",
            "upload_time_iso_8601": "2023-12-27T09:09:28.831638Z",
            "url": "https://files.pythonhosted.org/packages/e2/f3/8a5040af06e3a3f1cb4519212f1cd04c80329c794aaa86631add7e2e4c3c/sdflit-0.2.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "54b01fb0e46d589b59da4bbc4e580875cb228d84dadb0998c75fbbc2f93aeb0d",
                "md5": "11f238fa7b98df858ac36992ea869914",
                "sha256": "37bac7321eb64beb30006e05d2c99f089fadba99b058bbbeaadc9a346bbe5861"
            },
            "downloads": -1,
            "filename": "sdflit-0.2.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "11f238fa7b98df858ac36992ea869914",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1415468,
            "upload_time": "2023-12-27T09:09:30",
            "upload_time_iso_8601": "2023-12-27T09:09:30.791460Z",
            "url": "https://files.pythonhosted.org/packages/54/b0/1fb0e46d589b59da4bbc4e580875cb228d84dadb0998c75fbbc2f93aeb0d/sdflit-0.2.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1e6ddf7a5c04ddf3a37b2a660e85f85432a8c08990474f9991f442dd3317a8f4",
                "md5": "499ed2550653c292f5e9ff07407bc791",
                "sha256": "4c8905a379e6f0930b75c64e8af41a7eaf8b924ba5b2a36d9ed2e36579ee1058"
            },
            "downloads": -1,
            "filename": "sdflit-0.2.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "499ed2550653c292f5e9ff07407bc791",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1238578,
            "upload_time": "2023-12-27T09:09:32",
            "upload_time_iso_8601": "2023-12-27T09:09:32.341779Z",
            "url": "https://files.pythonhosted.org/packages/1e/6d/df7a5c04ddf3a37b2a660e85f85432a8c08990474f9991f442dd3317a8f4/sdflit-0.2.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2a66f6139d16b57447271cb55799ee0f9fcc5065b883ba0aaa60a0a6f0f31c5c",
                "md5": "e9822194627135b8c7ad08391cf3a346",
                "sha256": "e0122293daf2cc5984a28015f66fc5a7d29a2a3d787d98641d7921524c03f455"
            },
            "downloads": -1,
            "filename": "sdflit-0.2.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "e9822194627135b8c7ad08391cf3a346",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1260803,
            "upload_time": "2023-12-27T09:09:34",
            "upload_time_iso_8601": "2023-12-27T09:09:34.282331Z",
            "url": "https://files.pythonhosted.org/packages/2a/66/f6139d16b57447271cb55799ee0f9fcc5065b883ba0aaa60a0a6f0f31c5c/sdflit-0.2.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "77f7814ae3c18307a3825f8f3d38061b5dcce75076db96ccbbe76dc013928402",
                "md5": "1a1fe8ad0067732997cf5cbf3adcc1d8",
                "sha256": "0c92201fa6677f141f701a258aac52e74310639dc6b065e1b7747648b9568fdb"
            },
            "downloads": -1,
            "filename": "sdflit-0.2.2-cp310-none-win32.whl",
            "has_sig": false,
            "md5_digest": "1a1fe8ad0067732997cf5cbf3adcc1d8",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 183283,
            "upload_time": "2023-12-27T09:09:36",
            "upload_time_iso_8601": "2023-12-27T09:09:36.120384Z",
            "url": "https://files.pythonhosted.org/packages/77/f7/814ae3c18307a3825f8f3d38061b5dcce75076db96ccbbe76dc013928402/sdflit-0.2.2-cp310-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "caa3d7b4e7ad0a39a4216756fdcf562bbfa4ef290c5a594caa8c4f3e33d67252",
                "md5": "9ece8efc377d2d166d3a633fe8b2f153",
                "sha256": "803198a5e30b06ae91c1bf7b66e45eceebaa193c28d9861c3ff2ed080888cb46"
            },
            "downloads": -1,
            "filename": "sdflit-0.2.2-cp310-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "9ece8efc377d2d166d3a633fe8b2f153",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 191683,
            "upload_time": "2023-12-27T09:09:37",
            "upload_time_iso_8601": "2023-12-27T09:09:37.218866Z",
            "url": "https://files.pythonhosted.org/packages/ca/a3/d7b4e7ad0a39a4216756fdcf562bbfa4ef290c5a594caa8c4f3e33d67252/sdflit-0.2.2-cp310-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "fd598fbb45de3680fb0ced34e0dcd3bb3cb304883b3a2992e8df141a62e85f1f",
                "md5": "83dc63151888cc61018ae47a9613d4db",
                "sha256": "bbc880950815edeccdc1577a565d03d1cdaa5b9b90d1320b51c28f6e6e25ee45"
            },
            "downloads": -1,
            "filename": "sdflit-0.2.2-cp311-cp311-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "83dc63151888cc61018ae47a9613d4db",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 333650,
            "upload_time": "2023-12-27T09:09:38",
            "upload_time_iso_8601": "2023-12-27T09:09:38.431933Z",
            "url": "https://files.pythonhosted.org/packages/fd/59/8fbb45de3680fb0ced34e0dcd3bb3cb304883b3a2992e8df141a62e85f1f/sdflit-0.2.2-cp311-cp311-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9c63e330f2a9ceb7a4e9d292a0249ebb3b5c25f2aca76f341dddcf7115251fb8",
                "md5": "93369d29ea96bb37db900734cf5670d7",
                "sha256": "d934fde1f4bb5ea28fb0a5acc4aaa41d8fe473b7d947a274a794e536cb73628d"
            },
            "downloads": -1,
            "filename": "sdflit-0.2.2-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "93369d29ea96bb37db900734cf5670d7",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 330633,
            "upload_time": "2023-12-27T09:09:40",
            "upload_time_iso_8601": "2023-12-27T09:09:40.245586Z",
            "url": "https://files.pythonhosted.org/packages/9c/63/e330f2a9ceb7a4e9d292a0249ebb3b5c25f2aca76f341dddcf7115251fb8/sdflit-0.2.2-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0dda09e04a991379c3b213b53f2831daeadfd8de81cb358667c618f192dd68b2",
                "md5": "0c544aecfc84b44c5b0bf660cb90e60e",
                "sha256": "bd91d42c9eb7a95583793204d70e640b2d1b42b20483444c694a9148d1497d78"
            },
            "downloads": -1,
            "filename": "sdflit-0.2.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "0c544aecfc84b44c5b0bf660cb90e60e",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1238266,
            "upload_time": "2023-12-27T09:09:42",
            "upload_time_iso_8601": "2023-12-27T09:09:42.076968Z",
            "url": "https://files.pythonhosted.org/packages/0d/da/09e04a991379c3b213b53f2831daeadfd8de81cb358667c618f192dd68b2/sdflit-0.2.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a52ef704751bfa2016b6eb048417ddbe18fdb22b9fe8da2cc6f82b003d211abb",
                "md5": "26b507ae394456acaa5db033254feefe",
                "sha256": "686d9f28965cf9384252cb6c4ed2ddc2730f3a25bd9d34d23209ab4e17bdd45d"
            },
            "downloads": -1,
            "filename": "sdflit-0.2.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "26b507ae394456acaa5db033254feefe",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1237827,
            "upload_time": "2023-12-27T09:09:44",
            "upload_time_iso_8601": "2023-12-27T09:09:44.064612Z",
            "url": "https://files.pythonhosted.org/packages/a5/2e/f704751bfa2016b6eb048417ddbe18fdb22b9fe8da2cc6f82b003d211abb/sdflit-0.2.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "dcc7d8bc8a5cee65fafdbe5e16690c111d303e7be6b02fb03e20af605bf1a19e",
                "md5": "b2bfcd11128a6048881d1abc4feb676f",
                "sha256": "8c7e68f35ddc7c2ddb69b18a3a2f35e0b9fd574875a8a0f30543372fd0c56704"
            },
            "downloads": -1,
            "filename": "sdflit-0.2.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "b2bfcd11128a6048881d1abc4feb676f",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1348782,
            "upload_time": "2023-12-27T09:09:45",
            "upload_time_iso_8601": "2023-12-27T09:09:45.386657Z",
            "url": "https://files.pythonhosted.org/packages/dc/c7/d8bc8a5cee65fafdbe5e16690c111d303e7be6b02fb03e20af605bf1a19e/sdflit-0.2.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "aa5704aa8953fd1f02478fd29cddbe772b763a24e33a1ff08a27beb895138ba6",
                "md5": "53471c45c60a37b33509905753e039a8",
                "sha256": "a54cd6a0cee3b8dbaed3bdbcc8e2107a9fdef90dd79acab5e934891c2b5e0c67"
            },
            "downloads": -1,
            "filename": "sdflit-0.2.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "53471c45c60a37b33509905753e039a8",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1415670,
            "upload_time": "2023-12-27T09:09:46",
            "upload_time_iso_8601": "2023-12-27T09:09:46.791580Z",
            "url": "https://files.pythonhosted.org/packages/aa/57/04aa8953fd1f02478fd29cddbe772b763a24e33a1ff08a27beb895138ba6/sdflit-0.2.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f0aa94de09b8c327173b5c7efcb6b5f738720588e12db5934399d348ed715376",
                "md5": "efd874a5af5b0b9b5fba115611fe99af",
                "sha256": "7bf18ee4c4359aee0cfbe95634a9f6595fe80fffdcb93e66ee6ff80ea8b065cd"
            },
            "downloads": -1,
            "filename": "sdflit-0.2.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "efd874a5af5b0b9b5fba115611fe99af",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1239257,
            "upload_time": "2023-12-27T09:09:49",
            "upload_time_iso_8601": "2023-12-27T09:09:49.150856Z",
            "url": "https://files.pythonhosted.org/packages/f0/aa/94de09b8c327173b5c7efcb6b5f738720588e12db5934399d348ed715376/sdflit-0.2.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "18a8aa5d1d17d8cda7d3f4d938b8f4620ababfc164e8f2077f4233894382c745",
                "md5": "25e47091c65d7ca1d25c9781d5777845",
                "sha256": "74d33b8db78bd60887ab20a5916ab8ab9731a07f5a4c0264a791c1795875c2a2"
            },
            "downloads": -1,
            "filename": "sdflit-0.2.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "25e47091c65d7ca1d25c9781d5777845",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1261111,
            "upload_time": "2023-12-27T09:09:50",
            "upload_time_iso_8601": "2023-12-27T09:09:50.514267Z",
            "url": "https://files.pythonhosted.org/packages/18/a8/aa5d1d17d8cda7d3f4d938b8f4620ababfc164e8f2077f4233894382c745/sdflit-0.2.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0e2b4897adb871c977f881fb1925e92b8ca3e5565663572e72913e708b1bd74b",
                "md5": "1f928014cc7284f2d57e2c870acb00a7",
                "sha256": "e620931689fc8d106683f6a64cb7f71ca86438535d8a1121d8bff7cfd33bc2dd"
            },
            "downloads": -1,
            "filename": "sdflit-0.2.2-cp311-none-win32.whl",
            "has_sig": false,
            "md5_digest": "1f928014cc7284f2d57e2c870acb00a7",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 183590,
            "upload_time": "2023-12-27T09:09:52",
            "upload_time_iso_8601": "2023-12-27T09:09:52.835037Z",
            "url": "https://files.pythonhosted.org/packages/0e/2b/4897adb871c977f881fb1925e92b8ca3e5565663572e72913e708b1bd74b/sdflit-0.2.2-cp311-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c6a5fd65ac96b995b2d06225cbf5f0baa104bfe3ace6572df14db2c53246d56e",
                "md5": "58979a80901798493448e7f1fbebad20",
                "sha256": "35f3dc80cef468d1601941e2f059960a37895d73c58e4cc5a15617354903c05e"
            },
            "downloads": -1,
            "filename": "sdflit-0.2.2-cp311-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "58979a80901798493448e7f1fbebad20",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 191931,
            "upload_time": "2023-12-27T09:09:54",
            "upload_time_iso_8601": "2023-12-27T09:09:54.643799Z",
            "url": "https://files.pythonhosted.org/packages/c6/a5/fd65ac96b995b2d06225cbf5f0baa104bfe3ace6572df14db2c53246d56e/sdflit-0.2.2-cp311-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "44426c9d53d985bac3c5b306b24f951f717b70bf3ad1cd4b1ce49c0f8f25b10b",
                "md5": "1de8fa23d7183d9e4d54235faf247248",
                "sha256": "f1cf4e4e4ffc7f09cca631b30ff36c50ce7eded971d621e221f7716b13083c0f"
            },
            "downloads": -1,
            "filename": "sdflit-0.2.2-cp312-cp312-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1de8fa23d7183d9e4d54235faf247248",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 330851,
            "upload_time": "2023-12-27T09:09:55",
            "upload_time_iso_8601": "2023-12-27T09:09:55.756022Z",
            "url": "https://files.pythonhosted.org/packages/44/42/6c9d53d985bac3c5b306b24f951f717b70bf3ad1cd4b1ce49c0f8f25b10b/sdflit-0.2.2-cp312-cp312-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1baf3742a318ccde93e3181c9ce91d07919180a4b97bc7118f94f17f5c7b137c",
                "md5": "4a389fc5814681eb532e1ff1229cd132",
                "sha256": "04180d3266dda43452578bf6cb49861e32077615a6b824a0653cba9cf02c4ab0"
            },
            "downloads": -1,
            "filename": "sdflit-0.2.2-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "4a389fc5814681eb532e1ff1229cd132",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 331755,
            "upload_time": "2023-12-27T09:09:57",
            "upload_time_iso_8601": "2023-12-27T09:09:57.242055Z",
            "url": "https://files.pythonhosted.org/packages/1b/af/3742a318ccde93e3181c9ce91d07919180a4b97bc7118f94f17f5c7b137c/sdflit-0.2.2-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bf9504ec96715a1165dabad7e881803c60d982252146e8a710451bbe84dba2ea",
                "md5": "d12f9a58d1860774d49c2432826a8e3c",
                "sha256": "94d7c48004b7a5b77bbf1601849af4ad1c2f12f8cdf19067f1810153d090f0ae"
            },
            "downloads": -1,
            "filename": "sdflit-0.2.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "d12f9a58d1860774d49c2432826a8e3c",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1238433,
            "upload_time": "2023-12-27T09:09:58",
            "upload_time_iso_8601": "2023-12-27T09:09:58.594566Z",
            "url": "https://files.pythonhosted.org/packages/bf/95/04ec96715a1165dabad7e881803c60d982252146e8a710451bbe84dba2ea/sdflit-0.2.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b061e326f1fa9950ab5b775ead1529cd4f8758b771f39ac73207b9aea178a425",
                "md5": "7b771a5c86af70e33cdd23bba44d854a",
                "sha256": "18eadb80697da5a55b6930fc050bec9d4ced194c53ead4d729ddea64cd8b486f"
            },
            "downloads": -1,
            "filename": "sdflit-0.2.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "7b771a5c86af70e33cdd23bba44d854a",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1232341,
            "upload_time": "2023-12-27T09:09:59",
            "upload_time_iso_8601": "2023-12-27T09:09:59.985937Z",
            "url": "https://files.pythonhosted.org/packages/b0/61/e326f1fa9950ab5b775ead1529cd4f8758b771f39ac73207b9aea178a425/sdflit-0.2.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "cac13fca61643530c53d25642000a46399e7806f58b110aad02ffea56ff9e289",
                "md5": "9f5eb6574a37823caba10d51d5fef05b",
                "sha256": "cfb7451f8eadf32489a9ab5a8da2ed99d46c15f03ee1a599105adf4be4d8bdd6"
            },
            "downloads": -1,
            "filename": "sdflit-0.2.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "9f5eb6574a37823caba10d51d5fef05b",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1348894,
            "upload_time": "2023-12-27T09:10:01",
            "upload_time_iso_8601": "2023-12-27T09:10:01.795549Z",
            "url": "https://files.pythonhosted.org/packages/ca/c1/3fca61643530c53d25642000a46399e7806f58b110aad02ffea56ff9e289/sdflit-0.2.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "25f5a0e2dd282fbed241c632609a02cfd163f0ba357be0f6f4f09e13a08fecfb",
                "md5": "c1331a007e4ce18f959227237d8bf074",
                "sha256": "82c3d38d2f1f1e69c509cedfd88030546436062cc0f73bb029c1ea92b4cdc8cb"
            },
            "downloads": -1,
            "filename": "sdflit-0.2.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "c1331a007e4ce18f959227237d8bf074",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1403592,
            "upload_time": "2023-12-27T09:10:03",
            "upload_time_iso_8601": "2023-12-27T09:10:03.855466Z",
            "url": "https://files.pythonhosted.org/packages/25/f5/a0e2dd282fbed241c632609a02cfd163f0ba357be0f6f4f09e13a08fecfb/sdflit-0.2.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0bf4d4a5808ce6d21186a91c878a971482fc20c218de183d046a569ebc7f295f",
                "md5": "fcfda0cf7e4f7502e0bc5b3dd7768bbe",
                "sha256": "26a19264c955de014a2ab16b744b30a68a66f8770005f44faef5c40d04fb1926"
            },
            "downloads": -1,
            "filename": "sdflit-0.2.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "fcfda0cf7e4f7502e0bc5b3dd7768bbe",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1237799,
            "upload_time": "2023-12-27T09:10:06",
            "upload_time_iso_8601": "2023-12-27T09:10:06.145208Z",
            "url": "https://files.pythonhosted.org/packages/0b/f4/d4a5808ce6d21186a91c878a971482fc20c218de183d046a569ebc7f295f/sdflit-0.2.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "09f6011663995b356c52f1ca7a5bdb600bb04c509bfbf107762930c96efca3d3",
                "md5": "75b4d5e441a4e4693c39633c0ddf24f7",
                "sha256": "96ec902ad522f9f98a151d8e5b3bbcb7b4d05fb0dfa282318d4c72ba8ffd934c"
            },
            "downloads": -1,
            "filename": "sdflit-0.2.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "75b4d5e441a4e4693c39633c0ddf24f7",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1258555,
            "upload_time": "2023-12-27T09:10:08",
            "upload_time_iso_8601": "2023-12-27T09:10:08.185314Z",
            "url": "https://files.pythonhosted.org/packages/09/f6/011663995b356c52f1ca7a5bdb600bb04c509bfbf107762930c96efca3d3/sdflit-0.2.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "31ede656ffb5549d982bc12f2a3dbe949a3613fcad532a799753285035604e9a",
                "md5": "899d69a811de4961839c8f95aceb6965",
                "sha256": "44548bae6d7d71513a52f49cfaa98b10f16850df66e3e49d6d848ac79491d2b0"
            },
            "downloads": -1,
            "filename": "sdflit-0.2.2-cp312-none-win32.whl",
            "has_sig": false,
            "md5_digest": "899d69a811de4961839c8f95aceb6965",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 183555,
            "upload_time": "2023-12-27T09:10:10",
            "upload_time_iso_8601": "2023-12-27T09:10:10.250630Z",
            "url": "https://files.pythonhosted.org/packages/31/ed/e656ffb5549d982bc12f2a3dbe949a3613fcad532a799753285035604e9a/sdflit-0.2.2-cp312-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "28e1fd3b8401265323147eb85d16204ad153a3c0a87200d5d121fd7f900a0028",
                "md5": "0f53f0990b28a878e847da32188fe250",
                "sha256": "aac4655a1f32eb42dee6b50df38dcee484cd9f8d8fcfd7b6b9a27fe8becf3ef7"
            },
            "downloads": -1,
            "filename": "sdflit-0.2.2-cp312-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "0f53f0990b28a878e847da32188fe250",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 189944,
            "upload_time": "2023-12-27T09:10:11",
            "upload_time_iso_8601": "2023-12-27T09:10:11.430710Z",
            "url": "https://files.pythonhosted.org/packages/28/e1/fd3b8401265323147eb85d16204ad153a3c0a87200d5d121fd7f900a0028/sdflit-0.2.2-cp312-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5fc349f7e68bcedc6248409d5d922df049fbc0385625ae06e846f9ea78083608",
                "md5": "69c909e39a7154ce9d7f2cc9c02e4bc4",
                "sha256": "005d13df56d23baae5d4a8ff801547bc62ffaa0ebd641692424a216d5468d856"
            },
            "downloads": -1,
            "filename": "sdflit-0.2.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "69c909e39a7154ce9d7f2cc9c02e4bc4",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 1238434,
            "upload_time": "2023-12-27T09:10:12",
            "upload_time_iso_8601": "2023-12-27T09:10:12.774603Z",
            "url": "https://files.pythonhosted.org/packages/5f/c3/49f7e68bcedc6248409d5d922df049fbc0385625ae06e846f9ea78083608/sdflit-0.2.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f6fbb07b48a55a0c1b921082bc9ccbfe6c308b5679ba77939c14f0d09d1e0d98",
                "md5": "2788fc11d725bc69aa647762d90f4b99",
                "sha256": "3588d80e591525657b8a48c4a78c7e5bca315a541f082cf573688d2e7fc7ca8a"
            },
            "downloads": -1,
            "filename": "sdflit-0.2.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "2788fc11d725bc69aa647762d90f4b99",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 1232342,
            "upload_time": "2023-12-27T09:10:14",
            "upload_time_iso_8601": "2023-12-27T09:10:14.087969Z",
            "url": "https://files.pythonhosted.org/packages/f6/fb/b07b48a55a0c1b921082bc9ccbfe6c308b5679ba77939c14f0d09d1e0d98/sdflit-0.2.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "393f2fc3990e6de3bdc72b201b317d512a52d14f9ca85ca54c42c76d51a66bfb",
                "md5": "53446efab19b49b7dc800187afa3aa99",
                "sha256": "37ba83a2cc9610e202c0c8cb43eceac54c55da935a8dc4d242a4da9d146dee9a"
            },
            "downloads": -1,
            "filename": "sdflit-0.2.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "53446efab19b49b7dc800187afa3aa99",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 1348894,
            "upload_time": "2023-12-27T09:10:15",
            "upload_time_iso_8601": "2023-12-27T09:10:15.475329Z",
            "url": "https://files.pythonhosted.org/packages/39/3f/2fc3990e6de3bdc72b201b317d512a52d14f9ca85ca54c42c76d51a66bfb/sdflit-0.2.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b0e237fd8032e51c97591e99e5751217b9843f3cc54bf3b365c8e39159319b16",
                "md5": "9f804fdd7cbc921e7b5795a59f629a2d",
                "sha256": "fd455a6fdc52481b7b953c5781b75e85a94e021c7fd008996d0f4d4d2e1f5bfc"
            },
            "downloads": -1,
            "filename": "sdflit-0.2.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "9f804fdd7cbc921e7b5795a59f629a2d",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 1403592,
            "upload_time": "2023-12-27T09:10:17",
            "upload_time_iso_8601": "2023-12-27T09:10:17.026162Z",
            "url": "https://files.pythonhosted.org/packages/b0/e2/37fd8032e51c97591e99e5751217b9843f3cc54bf3b365c8e39159319b16/sdflit-0.2.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "188b80e75065837c6c8d50a825333c821dce4f53bc1ac21ce87827f9dfe6a814",
                "md5": "fea3de0d61196df7385b1822ac516271",
                "sha256": "3b535770f832b3766a65a4ab2861b6b87c5319abf7a60b41ed0bc30c92deeed9"
            },
            "downloads": -1,
            "filename": "sdflit-0.2.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "fea3de0d61196df7385b1822ac516271",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1238503,
            "upload_time": "2023-12-27T09:10:18",
            "upload_time_iso_8601": "2023-12-27T09:10:18.447718Z",
            "url": "https://files.pythonhosted.org/packages/18/8b/80e75065837c6c8d50a825333c821dce4f53bc1ac21ce87827f9dfe6a814/sdflit-0.2.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b575f9a6eab00ba5b72ce23182e537efe79d40b5b2a40c5daed3bde331bffffb",
                "md5": "d3b8fd7e86a6a1cd2e7a7c6883871362",
                "sha256": "d99bbca7353f431f45a9d41abbacfe580a97dfcde19fafc4c45108dfeff6d0a1"
            },
            "downloads": -1,
            "filename": "sdflit-0.2.2-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "d3b8fd7e86a6a1cd2e7a7c6883871362",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1234617,
            "upload_time": "2023-12-27T09:10:19",
            "upload_time_iso_8601": "2023-12-27T09:10:19.752065Z",
            "url": "https://files.pythonhosted.org/packages/b5/75/f9a6eab00ba5b72ce23182e537efe79d40b5b2a40c5daed3bde331bffffb/sdflit-0.2.2-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e6586150d316d0758341203722bdf1b2df87b71ade1c90ae242a306b2923001e",
                "md5": "5e84440f0b06325a0f0bda9803733b1a",
                "sha256": "198004ae418fbe8428dc91ba2c3b6ec9e129d46f502e9a7365681013b4c6accb"
            },
            "downloads": -1,
            "filename": "sdflit-0.2.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "5e84440f0b06325a0f0bda9803733b1a",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1348512,
            "upload_time": "2023-12-27T09:10:21",
            "upload_time_iso_8601": "2023-12-27T09:10:21.191255Z",
            "url": "https://files.pythonhosted.org/packages/e6/58/6150d316d0758341203722bdf1b2df87b71ade1c90ae242a306b2923001e/sdflit-0.2.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b8f2f730f0d099053b766f145f7af44ae491d3bcc10ec74dadddcc7f169c4327",
                "md5": "463feb1d378ee7f12f9a14495571fa58",
                "sha256": "c8244e12f195d57e7eaee34b605012bf46fc9b23a602ac435ac7695547675627"
            },
            "downloads": -1,
            "filename": "sdflit-0.2.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "463feb1d378ee7f12f9a14495571fa58",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1416293,
            "upload_time": "2023-12-27T09:10:22",
            "upload_time_iso_8601": "2023-12-27T09:10:22.555024Z",
            "url": "https://files.pythonhosted.org/packages/b8/f2/f730f0d099053b766f145f7af44ae491d3bcc10ec74dadddcc7f169c4327/sdflit-0.2.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9b78f76ab23773702a06badbb7f2f705b74f6c7bbbce4636e28be356c300f39a",
                "md5": "d8bb72a96120aca6209e08535003f677",
                "sha256": "59fedc65039dcaa6b74abd9acc0390cd248d6797b782c159ad946d90bd954c94"
            },
            "downloads": -1,
            "filename": "sdflit-0.2.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d8bb72a96120aca6209e08535003f677",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1239040,
            "upload_time": "2023-12-27T09:10:24",
            "upload_time_iso_8601": "2023-12-27T09:10:24.864515Z",
            "url": "https://files.pythonhosted.org/packages/9b/78/f76ab23773702a06badbb7f2f705b74f6c7bbbce4636e28be356c300f39a/sdflit-0.2.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "dfab22322573540ffdc65d733e2851fb735c6d9ae0c62184b49e99b5ff22f601",
                "md5": "3d0b6ac5a6114af8c89d4e3477457138",
                "sha256": "0bed2c46ade2f45d4e1aa1472e68c769cdd5bbbd651f0b6960ce9ecf7bd1e635"
            },
            "downloads": -1,
            "filename": "sdflit-0.2.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "3d0b6ac5a6114af8c89d4e3477457138",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1260414,
            "upload_time": "2023-12-27T09:10:26",
            "upload_time_iso_8601": "2023-12-27T09:10:26.675413Z",
            "url": "https://files.pythonhosted.org/packages/df/ab/22322573540ffdc65d733e2851fb735c6d9ae0c62184b49e99b5ff22f601/sdflit-0.2.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "28ab8fde6a438a826bfcd07bf0692bbf6b043f280efcc5113c6e1d55b9fdd374",
                "md5": "05cfc3b3c6d9a82c12eaa55312cb4ff5",
                "sha256": "ecccb2933226f0d44ea6bbe7ec7eeef2c4791cdbd2d68cfb93711659ab282399"
            },
            "downloads": -1,
            "filename": "sdflit-0.2.2-cp38-none-win32.whl",
            "has_sig": false,
            "md5_digest": "05cfc3b3c6d9a82c12eaa55312cb4ff5",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 183456,
            "upload_time": "2023-12-27T09:10:27",
            "upload_time_iso_8601": "2023-12-27T09:10:27.986304Z",
            "url": "https://files.pythonhosted.org/packages/28/ab/8fde6a438a826bfcd07bf0692bbf6b043f280efcc5113c6e1d55b9fdd374/sdflit-0.2.2-cp38-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f63a50a5bebdae3670710966317823eb1dea6ea93fa9ec482a362ae0f22c4651",
                "md5": "0b772556dcca43c84e06aad4f13fef1f",
                "sha256": "839a07bfa6efb60610be7e057fc0a2959365104c91e75de642243f716491ebf4"
            },
            "downloads": -1,
            "filename": "sdflit-0.2.2-cp38-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "0b772556dcca43c84e06aad4f13fef1f",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 191829,
            "upload_time": "2023-12-27T09:10:29",
            "upload_time_iso_8601": "2023-12-27T09:10:29.715466Z",
            "url": "https://files.pythonhosted.org/packages/f6/3a/50a5bebdae3670710966317823eb1dea6ea93fa9ec482a362ae0f22c4651/sdflit-0.2.2-cp38-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "101cacd5713de4599c2c7a6fe01d2cab7ffd315cae06475dda2f6f172c61f628",
                "md5": "ffec0453d7f6b07c5f94b7aef7755075",
                "sha256": "29427a3a99f30e94ba66c9b61d08a980c41ec4ce79aafbbf327af2a053b45f10"
            },
            "downloads": -1,
            "filename": "sdflit-0.2.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "ffec0453d7f6b07c5f94b7aef7755075",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1238653,
            "upload_time": "2023-12-27T09:10:31",
            "upload_time_iso_8601": "2023-12-27T09:10:31.544150Z",
            "url": "https://files.pythonhosted.org/packages/10/1c/acd5713de4599c2c7a6fe01d2cab7ffd315cae06475dda2f6f172c61f628/sdflit-0.2.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8f6a7a48851bd16c1f88975c651da520c81c06a0caade732a35edf2a2406e1b1",
                "md5": "16e2ec4fb776b1fdc39142bacc3ffc92",
                "sha256": "6c148eb5f3ea16eef8e8ddcab4cb3498b00de311407d55edd19a4321ca04aefc"
            },
            "downloads": -1,
            "filename": "sdflit-0.2.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "16e2ec4fb776b1fdc39142bacc3ffc92",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1234248,
            "upload_time": "2023-12-27T09:10:33",
            "upload_time_iso_8601": "2023-12-27T09:10:33.558590Z",
            "url": "https://files.pythonhosted.org/packages/8f/6a/7a48851bd16c1f88975c651da520c81c06a0caade732a35edf2a2406e1b1/sdflit-0.2.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f075fa0c1ba5b96c343ca80fe45455e8fa96779df2aacf42b8d418a8468bd144",
                "md5": "87799b3f27891c5e69d3606568185f8f",
                "sha256": "f4f754d9aaabc8d074638dd5566f68133a224c123aac48c8ecfd90280b5b474d"
            },
            "downloads": -1,
            "filename": "sdflit-0.2.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "87799b3f27891c5e69d3606568185f8f",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1348847,
            "upload_time": "2023-12-27T09:10:34",
            "upload_time_iso_8601": "2023-12-27T09:10:34.904919Z",
            "url": "https://files.pythonhosted.org/packages/f0/75/fa0c1ba5b96c343ca80fe45455e8fa96779df2aacf42b8d418a8468bd144/sdflit-0.2.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "350e599ca1c1afed8a6c6655dd7100e42b4c8fcd1818e8700c9d989c53dff049",
                "md5": "c389b1b7a2c47c7fe25464886581dc2c",
                "sha256": "7c6a22191adb588090616aad3b21c07d98d5b9dbbdca59f4e467e7e5688f3046"
            },
            "downloads": -1,
            "filename": "sdflit-0.2.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "c389b1b7a2c47c7fe25464886581dc2c",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1415795,
            "upload_time": "2023-12-27T09:10:37",
            "upload_time_iso_8601": "2023-12-27T09:10:37.500202Z",
            "url": "https://files.pythonhosted.org/packages/35/0e/599ca1c1afed8a6c6655dd7100e42b4c8fcd1818e8700c9d989c53dff049/sdflit-0.2.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "34738f1abfee87d7888615681ff7f7523036be45a6abfa4d218a5b187e13cb42",
                "md5": "4cd59a74e1348b9dfb5b155735400b0a",
                "sha256": "0a28a4e5db8f3b2c19abd8e043c0b8a3a0f106c8fed8d741c9ad4c4fe3e6e03b"
            },
            "downloads": -1,
            "filename": "sdflit-0.2.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4cd59a74e1348b9dfb5b155735400b0a",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1238614,
            "upload_time": "2023-12-27T09:10:39",
            "upload_time_iso_8601": "2023-12-27T09:10:39.537376Z",
            "url": "https://files.pythonhosted.org/packages/34/73/8f1abfee87d7888615681ff7f7523036be45a6abfa4d218a5b187e13cb42/sdflit-0.2.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b014a5c2aebcae2bdebbdb7b58793e8bd1ebd9a03af2e292d271bd539233eedf",
                "md5": "8582b00089debc6cbd374ba421e508db",
                "sha256": "eda8630c34376c798ef4616a60724acd7d9f4a9a7c662bbd1796b3397c15dd94"
            },
            "downloads": -1,
            "filename": "sdflit-0.2.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "8582b00089debc6cbd374ba421e508db",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1261005,
            "upload_time": "2023-12-27T09:10:41",
            "upload_time_iso_8601": "2023-12-27T09:10:41.093245Z",
            "url": "https://files.pythonhosted.org/packages/b0/14/a5c2aebcae2bdebbdb7b58793e8bd1ebd9a03af2e292d271bd539233eedf/sdflit-0.2.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "23b9e3c4d135f662e01b8b26ef3918cc2067e351cc8aeb6e61aa99ee2a0870ab",
                "md5": "9b6b57d50ed476f11607a5a0fcdceeb5",
                "sha256": "c30eccf05f9b7810b14d45ea8290e811b1ff495fe2770879c627fdcf619a22dc"
            },
            "downloads": -1,
            "filename": "sdflit-0.2.2-cp39-none-win32.whl",
            "has_sig": false,
            "md5_digest": "9b6b57d50ed476f11607a5a0fcdceeb5",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 184134,
            "upload_time": "2023-12-27T09:10:42",
            "upload_time_iso_8601": "2023-12-27T09:10:42.966458Z",
            "url": "https://files.pythonhosted.org/packages/23/b9/e3c4d135f662e01b8b26ef3918cc2067e351cc8aeb6e61aa99ee2a0870ab/sdflit-0.2.2-cp39-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "97d45dec5185a121a29a2ad9a13cae3a46e3ca9aeaede918ff1e2f2857fe2e15",
                "md5": "414afc3cd15deb6980684afebc003826",
                "sha256": "c6014a5ce74dcf279ab59a09c0da6c943e33d7095038aabc9bbba98d33649fca"
            },
            "downloads": -1,
            "filename": "sdflit-0.2.2-cp39-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "414afc3cd15deb6980684afebc003826",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 191946,
            "upload_time": "2023-12-27T09:10:44",
            "upload_time_iso_8601": "2023-12-27T09:10:44.245083Z",
            "url": "https://files.pythonhosted.org/packages/97/d4/5dec5185a121a29a2ad9a13cae3a46e3ca9aeaede918ff1e2f2857fe2e15/sdflit-0.2.2-cp39-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "87ac6f589a5ac1b68c08b44caddc6b9f823c06b29e8a26b9663519cf01eaa92f",
                "md5": "16b9792a1222437f53a8ca59d01af055",
                "sha256": "b7a2c070a4651615c4617f1641570a99f73777253b68fa123511594501e92837"
            },
            "downloads": -1,
            "filename": "sdflit-0.2.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "16b9792a1222437f53a8ca59d01af055",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 1238156,
            "upload_time": "2023-12-27T09:10:45",
            "upload_time_iso_8601": "2023-12-27T09:10:45.533066Z",
            "url": "https://files.pythonhosted.org/packages/87/ac/6f589a5ac1b68c08b44caddc6b9f823c06b29e8a26b9663519cf01eaa92f/sdflit-0.2.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "61dbd707bc389165d1e8f33497d871e272483b7feed33b3abafcea4e2c9ecba4",
                "md5": "9beae2b13edc95f3bcec4af506c23041",
                "sha256": "a3b65f51e1c6b513599edf38fdf3ce6df9faec15016f85f4d9c94ad5379f3684"
            },
            "downloads": -1,
            "filename": "sdflit-0.2.2-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "9beae2b13edc95f3bcec4af506c23041",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 1233568,
            "upload_time": "2023-12-27T09:10:46",
            "upload_time_iso_8601": "2023-12-27T09:10:46.892759Z",
            "url": "https://files.pythonhosted.org/packages/61/db/d707bc389165d1e8f33497d871e272483b7feed33b3abafcea4e2c9ecba4/sdflit-0.2.2-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2f6e0974826ebf8c71306f57fa1c36000d1a61ba2fe0fe58a85630817d1bfe24",
                "md5": "ed2266c28596e739748521063de5072b",
                "sha256": "03aefd6c1490e60343b5b4622298ae2be29e8cc3a27bed2836bf35a8b54bc2e2"
            },
            "downloads": -1,
            "filename": "sdflit-0.2.2-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "ed2266c28596e739748521063de5072b",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 1348355,
            "upload_time": "2023-12-27T09:10:48",
            "upload_time_iso_8601": "2023-12-27T09:10:48.260687Z",
            "url": "https://files.pythonhosted.org/packages/2f/6e/0974826ebf8c71306f57fa1c36000d1a61ba2fe0fe58a85630817d1bfe24/sdflit-0.2.2-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b32d2c40ef7c2c718356c9a6363cf8cbc596d05f3f7e6e0fadfca86c4d27f0fc",
                "md5": "cf4337ed5a23e1f5a2eec9948509f084",
                "sha256": "57f62df3570249d06cd23849293cbbc6b2298c33c6be98ffa89c550969d9eb19"
            },
            "downloads": -1,
            "filename": "sdflit-0.2.2-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "cf4337ed5a23e1f5a2eec9948509f084",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 1413876,
            "upload_time": "2023-12-27T09:10:49",
            "upload_time_iso_8601": "2023-12-27T09:10:49.712498Z",
            "url": "https://files.pythonhosted.org/packages/b3/2d/2c40ef7c2c718356c9a6363cf8cbc596d05f3f7e6e0fadfca86c4d27f0fc/sdflit-0.2.2-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "efe71c816abeb6d08430f968e1872e0faf8c983db823ec0fc27ed24ef4f643b2",
                "md5": "cdc8f2e7ac629cc68748a968b9376e4d",
                "sha256": "321d34dc0344b16e7f64f63284470d4bf8ecdc5c7a60afc4d8cc04d870b17e0c"
            },
            "downloads": -1,
            "filename": "sdflit-0.2.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "cdc8f2e7ac629cc68748a968b9376e4d",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 1239309,
            "upload_time": "2023-12-27T09:10:51",
            "upload_time_iso_8601": "2023-12-27T09:10:51.045447Z",
            "url": "https://files.pythonhosted.org/packages/ef/e7/1c816abeb6d08430f968e1872e0faf8c983db823ec0fc27ed24ef4f643b2/sdflit-0.2.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "63a22d8ae734d5f802b5f6748d2f606dcaae1c89839fc35b29f3d0952c46068a",
                "md5": "7a18e2a3af4d3470af3694032aa0d1b9",
                "sha256": "bde9bf1fbf86831c55456f38c7cbf050832e8b169c304cef526e4a574324e152"
            },
            "downloads": -1,
            "filename": "sdflit-0.2.2-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "7a18e2a3af4d3470af3694032aa0d1b9",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 1261226,
            "upload_time": "2023-12-27T09:10:52",
            "upload_time_iso_8601": "2023-12-27T09:10:52.949316Z",
            "url": "https://files.pythonhosted.org/packages/63/a2/2d8ae734d5f802b5f6748d2f606dcaae1c89839fc35b29f3d0952c46068a/sdflit-0.2.2-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5e4d94f54aade1d085869e6744ef709767d0ccbe95177dc10f1e0f2cf541f959",
                "md5": "37878781d47483f35e2f639375ba947e",
                "sha256": "e16a4e774900315cca34936de8ea0a2aa00d0b1be05a7ab5a42e9ecd57678921"
            },
            "downloads": -1,
            "filename": "sdflit-0.2.2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "37878781d47483f35e2f639375ba947e",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.8",
            "size": 1238664,
            "upload_time": "2023-12-27T09:10:55",
            "upload_time_iso_8601": "2023-12-27T09:10:55.009203Z",
            "url": "https://files.pythonhosted.org/packages/5e/4d/94f54aade1d085869e6744ef709767d0ccbe95177dc10f1e0f2cf541f959/sdflit-0.2.2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "de81d9d245cc730a0a2a599c4d0a49a3b1afe722261de5b03a5b709485216d2e",
                "md5": "130412536ba7bc895caed048da4ce71c",
                "sha256": "bd1f4c771d06b10c464ec3ac59d9952557b4b52baffffc4645beae11fd416c2f"
            },
            "downloads": -1,
            "filename": "sdflit-0.2.2-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "130412536ba7bc895caed048da4ce71c",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.8",
            "size": 1233541,
            "upload_time": "2023-12-27T09:10:56",
            "upload_time_iso_8601": "2023-12-27T09:10:56.889918Z",
            "url": "https://files.pythonhosted.org/packages/de/81/d9d245cc730a0a2a599c4d0a49a3b1afe722261de5b03a5b709485216d2e/sdflit-0.2.2-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "03cfbc5064234b07272266c3c8722ccd8e6e587b24eff18a3020d03162423e1a",
                "md5": "4e92f0b6d4ab3926f6d0b58b10660ef9",
                "sha256": "c72dcc21300dfc268afca64a2ed14e3bc80439e9342d9bcf97f225c5bae58cf6"
            },
            "downloads": -1,
            "filename": "sdflit-0.2.2-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "4e92f0b6d4ab3926f6d0b58b10660ef9",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.8",
            "size": 1348275,
            "upload_time": "2023-12-27T09:10:58",
            "upload_time_iso_8601": "2023-12-27T09:10:58.279287Z",
            "url": "https://files.pythonhosted.org/packages/03/cf/bc5064234b07272266c3c8722ccd8e6e587b24eff18a3020d03162423e1a/sdflit-0.2.2-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "cb2b96aa0cec8301abede8c30e706d4a16fa59d7e5c5e0e47d49c38909b3f53c",
                "md5": "78b4605e725933d905f170dc4ed7571e",
                "sha256": "13e4676322aa351f887af09d39cfd4a6f45f819f7fb3f4115a5365bb7496c388"
            },
            "downloads": -1,
            "filename": "sdflit-0.2.2-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "78b4605e725933d905f170dc4ed7571e",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.8",
            "size": 1413877,
            "upload_time": "2023-12-27T09:10:59",
            "upload_time_iso_8601": "2023-12-27T09:10:59.794939Z",
            "url": "https://files.pythonhosted.org/packages/cb/2b/96aa0cec8301abede8c30e706d4a16fa59d7e5c5e0e47d49c38909b3f53c/sdflit-0.2.2-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d68d27fa3313c5bb999052208c244dca7389c46e5706ca2dbcd356cb8736e96c",
                "md5": "51845d244b75330a6026ae693e455ef0",
                "sha256": "86dfa400a87460568e7e185e2dc5fbb359d90b86e997dfe231fc46a792ef2dc4"
            },
            "downloads": -1,
            "filename": "sdflit-0.2.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "51845d244b75330a6026ae693e455ef0",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.8",
            "size": 1242943,
            "upload_time": "2023-12-27T09:11:01",
            "upload_time_iso_8601": "2023-12-27T09:11:01.166247Z",
            "url": "https://files.pythonhosted.org/packages/d6/8d/27fa3313c5bb999052208c244dca7389c46e5706ca2dbcd356cb8736e96c/sdflit-0.2.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f13b56f6883bde3102d5126c730cfd7e5ca5110d699f676bd3dbd20d0cac55e9",
                "md5": "6bb305bfd8864061485afb05bbd90449",
                "sha256": "af059ad12930fc23c9cb589f0abbbe96531f0c52cec44462740b5dd68b07628c"
            },
            "downloads": -1,
            "filename": "sdflit-0.2.2-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "6bb305bfd8864061485afb05bbd90449",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.8",
            "size": 1261039,
            "upload_time": "2023-12-27T09:11:02",
            "upload_time_iso_8601": "2023-12-27T09:11:02.711757Z",
            "url": "https://files.pythonhosted.org/packages/f1/3b/56f6883bde3102d5126c730cfd7e5ca5110d699f676bd3dbd20d0cac55e9/sdflit-0.2.2-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "39a5411722fba91010ef6fb9399969e34fa70d7c199313c33741227cbb279cfd",
                "md5": "85f3075ec3a2bdbe0f33a583c4e4ebbf",
                "sha256": "59dddbfe4cb53dbba64ffe1f9dcc8dd1a6b5b11f5992472d8c8f6682c8cf3bfd"
            },
            "downloads": -1,
            "filename": "sdflit-0.2.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "85f3075ec3a2bdbe0f33a583c4e4ebbf",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 1238061,
            "upload_time": "2023-12-27T09:11:04",
            "upload_time_iso_8601": "2023-12-27T09:11:04.239203Z",
            "url": "https://files.pythonhosted.org/packages/39/a5/411722fba91010ef6fb9399969e34fa70d7c199313c33741227cbb279cfd/sdflit-0.2.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "98dadf8009860ab0c7df426cd29d6fe9a35c61e359efc01c26d0f2616d271555",
                "md5": "40305def50ab5e29aadf886fef513d6e",
                "sha256": "67ad746ef4f3d5200e4bc71b6bfcfc729c7a80eefab4c29f3f306805478edb65"
            },
            "downloads": -1,
            "filename": "sdflit-0.2.2-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "40305def50ab5e29aadf886fef513d6e",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 1233719,
            "upload_time": "2023-12-27T09:11:05",
            "upload_time_iso_8601": "2023-12-27T09:11:05.826057Z",
            "url": "https://files.pythonhosted.org/packages/98/da/df8009860ab0c7df426cd29d6fe9a35c61e359efc01c26d0f2616d271555/sdflit-0.2.2-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "72904f2bfc1ecce685eb893cd53ca00020bae20f417446641efc8478a1f47904",
                "md5": "fe0085af157b576b804332bb9c1c2e2a",
                "sha256": "59a61f41006f7387c83f084351f9708c8479eafd88d306e4d8575ce5d18c578a"
            },
            "downloads": -1,
            "filename": "sdflit-0.2.2-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "fe0085af157b576b804332bb9c1c2e2a",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 1348478,
            "upload_time": "2023-12-27T09:11:07",
            "upload_time_iso_8601": "2023-12-27T09:11:07.381476Z",
            "url": "https://files.pythonhosted.org/packages/72/90/4f2bfc1ecce685eb893cd53ca00020bae20f417446641efc8478a1f47904/sdflit-0.2.2-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7d0d094f5df1c8b55a77d744f91ef7e29d5fd3764f689ed34c946e0f4f373cda",
                "md5": "8c87b6186cf936b1fd9b76c8d2f0f942",
                "sha256": "b664f1005008721f1828bf81acb33d3abc559430c012b58122ae1a86d7dcc7c8"
            },
            "downloads": -1,
            "filename": "sdflit-0.2.2-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "8c87b6186cf936b1fd9b76c8d2f0f942",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 1413323,
            "upload_time": "2023-12-27T09:11:08",
            "upload_time_iso_8601": "2023-12-27T09:11:08.992945Z",
            "url": "https://files.pythonhosted.org/packages/7d/0d/094f5df1c8b55a77d744f91ef7e29d5fd3764f689ed34c946e0f4f373cda/sdflit-0.2.2-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f03fa9f0b5930ece5f6e13d30c290efe2d6a9a02ed9f0da58518dfea3246adc9",
                "md5": "17ad55985f760c82deecc9bd95eafbec",
                "sha256": "11a104d39cdf95329fcf0914d200486d0b95eccb539509fba5508cdcab548daf"
            },
            "downloads": -1,
            "filename": "sdflit-0.2.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "17ad55985f760c82deecc9bd95eafbec",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 1239111,
            "upload_time": "2023-12-27T09:11:10",
            "upload_time_iso_8601": "2023-12-27T09:11:10.495793Z",
            "url": "https://files.pythonhosted.org/packages/f0/3f/a9f0b5930ece5f6e13d30c290efe2d6a9a02ed9f0da58518dfea3246adc9/sdflit-0.2.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "fea30ddf5ab42d3587942870e7a4893655d362e80ee48f9b92eacac098bdafb4",
                "md5": "c61bdc4ee371122a7d1d4442fbc30e3b",
                "sha256": "13777a86c7fbdeb072f208d0c13ca00688d9a6457614d3cfe2894bae68f96235"
            },
            "downloads": -1,
            "filename": "sdflit-0.2.2-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "c61bdc4ee371122a7d1d4442fbc30e3b",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 1261182,
            "upload_time": "2023-12-27T09:11:11",
            "upload_time_iso_8601": "2023-12-27T09:11:11.854940Z",
            "url": "https://files.pythonhosted.org/packages/fe/a3/0ddf5ab42d3587942870e7a4893655d362e80ee48f9b92eacac098bdafb4/sdflit-0.2.2-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0e95290f3801e3ce095d34b1ac13e0bd15964fb10455d252e350745dc226bfe0",
                "md5": "49a1db29fae56f95b1d079a7812f51de",
                "sha256": "69f458b42a84b3d73f7b9fa29b5deadbb86b405bd8886888265b13d700563415"
            },
            "downloads": -1,
            "filename": "sdflit-0.2.2.tar.gz",
            "has_sig": false,
            "md5_digest": "49a1db29fae56f95b1d079a7812f51de",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 19367,
            "upload_time": "2023-12-27T09:11:13",
            "upload_time_iso_8601": "2023-12-27T09:11:13.108180Z",
            "url": "https://files.pythonhosted.org/packages/0e/95/290f3801e3ce095d34b1ac13e0bd15964fb10455d252e350745dc226bfe0/sdflit-0.2.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-27 09:11:13",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "yzx9",
    "github_project": "sdflit",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "sdflit"
}
        
Elapsed time: 0.17473s