jpreprocess


Namejpreprocess JSON
Version 0.1.3 PyPI version JSON
download
home_pageNone
SummaryJapanese text preprocessor for Text-to-Speech application (OpenJTalk rewrite in rust language).
upload_time2024-04-29 23:44:20
maintainerNone
docs_urlNone
authorNone
requires_python<=3.12,>=3.8
licenseBSD-3-Clause
keywords tts openjtalk library
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # jpreprocess (python binding)

Japanese text preprocessor for Text-to-Speech application.

This is a python binding of jpreprocess, which is written in Rust.
The rust library is published in [crates.io](https://crates.io/crates/jpreprocess).

JPreprocess (the base code written in Rust) is a rewrite of [OpenJTalk](http://open-jtalk.sourceforge.net/).

## Usage

Unlike [pyopenjtalk](https://pypi.org/project/pyopenjtalk/), this package does not include support of marine and TTS.

Currently, this package is for text processing only.

### Run text processing frontend

```python
import jpreprocess

j = jpreprocess.jpreprocess()
njd_features = j.run_frontend("本日は晴天なり")

assert njd_features[0].get("string") == "本日"
assert njd_features[0].get("pos") == "名詞"
```

### Extract full-context label

```python
import jpreprocess

j = jpreprocess.jpreprocess()
fullcontext = j.extract_fullcontext("本日は晴天なり")

assert len(fullcontext) == 21
assert fullcontext[0] == r"xx^xx-sil+h=o/A:xx+xx+xx/B:xx-xx_xx/C:xx_xx+xx/D:xx+xx_xx/E:xx_xx!xx_xx-xx/F:xx_xx#xx_xx@xx_xx|xx_xx/G:5_1%0_xx_xx/H:xx_xx/I:xx-xx@xx+xx&xx-xx|xx+xx/J:2_11/K:1+2-11"
```

### Grapheme-to-phoeneme (G2P)

```python
import jpreprocess

j = jpreprocess.jpreprocess()

assert j.g2p("おはようございます") == "o h a y o o g o z a i m a s U"
assert j.g2p("おはようございます", kana=True) == "オハヨーゴザイマス"
```

## Copyrights

Please see [README.md](https://github.com/jpreprocess/jpreprocess/blob/main/README.md).

## License

BSD-3-Clause


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "jpreprocess",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<=3.12,>=3.8",
    "maintainer_email": null,
    "keywords": "tts, openjtalk, library",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/e9/4b/a945b3d0f30f47c78d7544f3b57b61ce0c472ef80f9c42880f4de33c3c84/jpreprocess-0.1.3.tar.gz",
    "platform": null,
    "description": "# jpreprocess (python binding)\n\nJapanese text preprocessor for Text-to-Speech application.\n\nThis is a python binding of jpreprocess, which is written in Rust.\nThe rust library is published in [crates.io](https://crates.io/crates/jpreprocess).\n\nJPreprocess (the base code written in Rust) is a rewrite of [OpenJTalk](http://open-jtalk.sourceforge.net/).\n\n## Usage\n\nUnlike [pyopenjtalk](https://pypi.org/project/pyopenjtalk/), this package does not include support of marine and TTS.\n\nCurrently, this package is for text processing only.\n\n### Run text processing frontend\n\n```python\nimport jpreprocess\n\nj = jpreprocess.jpreprocess()\nnjd_features = j.run_frontend(\"\u672c\u65e5\u306f\u6674\u5929\u306a\u308a\")\n\nassert njd_features[0].get(\"string\") == \"\u672c\u65e5\"\nassert njd_features[0].get(\"pos\") == \"\u540d\u8a5e\"\n```\n\n### Extract full-context label\n\n```python\nimport jpreprocess\n\nj = jpreprocess.jpreprocess()\nfullcontext = j.extract_fullcontext(\"\u672c\u65e5\u306f\u6674\u5929\u306a\u308a\")\n\nassert len(fullcontext) == 21\nassert fullcontext[0] == r\"xx^xx-sil+h=o/A:xx+xx+xx/B:xx-xx_xx/C:xx_xx+xx/D:xx+xx_xx/E:xx_xx!xx_xx-xx/F:xx_xx#xx_xx@xx_xx|xx_xx/G:5_1%0_xx_xx/H:xx_xx/I:xx-xx@xx+xx&xx-xx|xx+xx/J:2_11/K:1+2-11\"\n```\n\n### Grapheme-to-phoeneme (G2P)\n\n```python\nimport jpreprocess\n\nj = jpreprocess.jpreprocess()\n\nassert j.g2p(\"\u304a\u306f\u3088\u3046\u3054\u3056\u3044\u307e\u3059\") == \"o h a y o o g o z a i m a s U\"\nassert j.g2p(\"\u304a\u306f\u3088\u3046\u3054\u3056\u3044\u307e\u3059\", kana=True) == \"\u30aa\u30cf\u30e8\u30fc\u30b4\u30b6\u30a4\u30de\u30b9\"\n```\n\n## Copyrights\n\nPlease see [README.md](https://github.com/jpreprocess/jpreprocess/blob/main/README.md).\n\n## License\n\nBSD-3-Clause\n\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "Japanese text preprocessor for Text-to-Speech application (OpenJTalk rewrite in rust language).",
    "version": "0.1.3",
    "project_urls": {
        "Source Code": "https://github.com/jpreprocess/jpreprocess"
    },
    "split_keywords": [
        "tts",
        " openjtalk",
        " library"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "dd5f637ded15879fc3870ac2ba295022202d2df6fe7aebcffc12efb9ba8326bc",
                "md5": "3f7fd66218f49cc97f355b05d461f12f",
                "sha256": "138d71d7c10a3b1b8eb4f60c31eb546d8eabeba9417c3ac8402e0ff4c3ac4dbd"
            },
            "downloads": -1,
            "filename": "jpreprocess-0.1.3-cp310-cp310-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3f7fd66218f49cc97f355b05d461f12f",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<=3.12,>=3.8",
            "size": 1661387,
            "upload_time": "2024-04-29T23:41:57",
            "upload_time_iso_8601": "2024-04-29T23:41:57.602591Z",
            "url": "https://files.pythonhosted.org/packages/dd/5f/637ded15879fc3870ac2ba295022202d2df6fe7aebcffc12efb9ba8326bc/jpreprocess-0.1.3-cp310-cp310-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "fdbaa5767ec285246392c78ab161c188dd322aaae2fda33661b0e6b438021895",
                "md5": "a76946b8df2359a6e163d2cc1c35266d",
                "sha256": "4fb3c91dae04d98bd123f16c9e209ed5ad9d3775c8296e9ff809e4c78a6f5b15"
            },
            "downloads": -1,
            "filename": "jpreprocess-0.1.3-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "a76946b8df2359a6e163d2cc1c35266d",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<=3.12,>=3.8",
            "size": 1610135,
            "upload_time": "2024-04-29T23:42:00",
            "upload_time_iso_8601": "2024-04-29T23:42:00.479041Z",
            "url": "https://files.pythonhosted.org/packages/fd/ba/a5767ec285246392c78ab161c188dd322aaae2fda33661b0e6b438021895/jpreprocess-0.1.3-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7df5d5eb2b499ecadb4ead9a63894ed40395758215c55019c9f81450d62f8590",
                "md5": "e295aea845540b78522aa8bc06c1c0bd",
                "sha256": "4b3ec89ef0572f733edbc6bd73aa9a148b8c66dc92fc47f41ec3db87341fa239"
            },
            "downloads": -1,
            "filename": "jpreprocess-0.1.3-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl",
            "has_sig": false,
            "md5_digest": "e295aea845540b78522aa8bc06c1c0bd",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<=3.12,>=3.8",
            "size": 2692915,
            "upload_time": "2024-04-29T23:42:03",
            "upload_time_iso_8601": "2024-04-29T23:42:03.059465Z",
            "url": "https://files.pythonhosted.org/packages/7d/f5/d5eb2b499ecadb4ead9a63894ed40395758215c55019c9f81450d62f8590/jpreprocess-0.1.3-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c807fe19bc4a2ed72f948d59be45b7c9a71c71e7211e7ea6f2d8594691cb2ee8",
                "md5": "f52c35c28063480a479b78b835fedf09",
                "sha256": "d0d6fc977b01ce485a002385a28ae4e53647ede72f34cd0546fbc0a86e4ad8e7"
            },
            "downloads": -1,
            "filename": "jpreprocess-0.1.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "f52c35c28063480a479b78b835fedf09",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<=3.12,>=3.8",
            "size": 2642101,
            "upload_time": "2024-04-29T23:42:05",
            "upload_time_iso_8601": "2024-04-29T23:42:05.346053Z",
            "url": "https://files.pythonhosted.org/packages/c8/07/fe19bc4a2ed72f948d59be45b7c9a71c71e7211e7ea6f2d8594691cb2ee8/jpreprocess-0.1.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a511f1813716de8dfcd5cae8a2886cfe6be8fa865b6cd34aa2c4af58596fd5e0",
                "md5": "32c754a87e18548c26581d5ff34df6c0",
                "sha256": "cae76c3e73eeb81fe5eb3e5711d70d2788abc0c51680e20a147f7266a902568a"
            },
            "downloads": -1,
            "filename": "jpreprocess-0.1.3-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "32c754a87e18548c26581d5ff34df6c0",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<=3.12,>=3.8",
            "size": 2535460,
            "upload_time": "2024-04-29T23:42:07",
            "upload_time_iso_8601": "2024-04-29T23:42:07.478790Z",
            "url": "https://files.pythonhosted.org/packages/a5/11/f1813716de8dfcd5cae8a2886cfe6be8fa865b6cd34aa2c4af58596fd5e0/jpreprocess-0.1.3-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4b58b51d11f2b0c51ceea7fbc0a8e95c44c5ef1bdf45c7dc053fc98dab7421cf",
                "md5": "189fd0c53b06cf7ab69cc85e7053cae6",
                "sha256": "a1ff5eda89e91b90725cba790463f52eae465908005daba8ff3ab73563e8587b"
            },
            "downloads": -1,
            "filename": "jpreprocess-0.1.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "189fd0c53b06cf7ab69cc85e7053cae6",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<=3.12,>=3.8",
            "size": 2872313,
            "upload_time": "2024-04-29T23:42:10",
            "upload_time_iso_8601": "2024-04-29T23:42:10.058874Z",
            "url": "https://files.pythonhosted.org/packages/4b/58/b51d11f2b0c51ceea7fbc0a8e95c44c5ef1bdf45c7dc053fc98dab7421cf/jpreprocess-0.1.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1d46eba5cecfd1ddf56ff872082ae72f451f8ba4d6e3de3d97f3dee534c57c92",
                "md5": "d1001f2f2b28776f721d7fc68d0995ad",
                "sha256": "5c661b454ea02fc6754bf45b4bc0e693472c62307058da2e688c13dae0e5788a"
            },
            "downloads": -1,
            "filename": "jpreprocess-0.1.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "d1001f2f2b28776f721d7fc68d0995ad",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<=3.12,>=3.8",
            "size": 2885288,
            "upload_time": "2024-04-29T23:42:12",
            "upload_time_iso_8601": "2024-04-29T23:42:12.537840Z",
            "url": "https://files.pythonhosted.org/packages/1d/46/eba5cecfd1ddf56ff872082ae72f451f8ba4d6e3de3d97f3dee534c57c92/jpreprocess-0.1.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "905f2c3767bcef930c23066c4fb3b609774818b18d7071d83057ba9577d8a2d2",
                "md5": "60e2384728d689affb3411a28c11b0cc",
                "sha256": "04dd80f8120f0621deec91debff609925dfdfdf5078b8490df4540d85177688f"
            },
            "downloads": -1,
            "filename": "jpreprocess-0.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "60e2384728d689affb3411a28c11b0cc",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<=3.12,>=3.8",
            "size": 2653321,
            "upload_time": "2024-04-29T23:42:14",
            "upload_time_iso_8601": "2024-04-29T23:42:14.991677Z",
            "url": "https://files.pythonhosted.org/packages/90/5f/2c3767bcef930c23066c4fb3b609774818b18d7071d83057ba9577d8a2d2/jpreprocess-0.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "316727e882b6bc8ee6bc0c873491085250d676cb2d8568f6a17477068aaed851",
                "md5": "773114b5733fe1e4b5b4cafdbf264f25",
                "sha256": "f961c3a89677f1f1fce53069a03ae1ade709ddb70d7477cf015a3ec01368a56a"
            },
            "downloads": -1,
            "filename": "jpreprocess-0.1.3-cp310-none-win32.whl",
            "has_sig": false,
            "md5_digest": "773114b5733fe1e4b5b4cafdbf264f25",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<=3.12,>=3.8",
            "size": 1294538,
            "upload_time": "2024-04-29T23:42:16",
            "upload_time_iso_8601": "2024-04-29T23:42:16.898641Z",
            "url": "https://files.pythonhosted.org/packages/31/67/27e882b6bc8ee6bc0c873491085250d676cb2d8568f6a17477068aaed851/jpreprocess-0.1.3-cp310-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "377aeeadbe9a8a7e572b2de347269120cca497fcacf3fe36170e9fc9db2a2bcb",
                "md5": "9f8d64fa992729847b517ea45f1cabb4",
                "sha256": "010020cd925f5a586da6de5a94eaccf296ddfb829b2433f52ac8d848727ffe11"
            },
            "downloads": -1,
            "filename": "jpreprocess-0.1.3-cp310-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "9f8d64fa992729847b517ea45f1cabb4",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<=3.12,>=3.8",
            "size": 1386641,
            "upload_time": "2024-04-29T23:42:19",
            "upload_time_iso_8601": "2024-04-29T23:42:19.361170Z",
            "url": "https://files.pythonhosted.org/packages/37/7a/eeadbe9a8a7e572b2de347269120cca497fcacf3fe36170e9fc9db2a2bcb/jpreprocess-0.1.3-cp310-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ea3ae89f1ca5121f8ef70a824394197be878f458695282c1d451ee8f4f1c5cc2",
                "md5": "fe2bce2fc5760f3fbe938ea7d2bae142",
                "sha256": "8752342bee95bfa3d094653717f0e9e0a2ec374bd13b3f7cb0311267329f8e94"
            },
            "downloads": -1,
            "filename": "jpreprocess-0.1.3-cp311-cp311-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "fe2bce2fc5760f3fbe938ea7d2bae142",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<=3.12,>=3.8",
            "size": 1661041,
            "upload_time": "2024-04-29T23:42:21",
            "upload_time_iso_8601": "2024-04-29T23:42:21.648577Z",
            "url": "https://files.pythonhosted.org/packages/ea/3a/e89f1ca5121f8ef70a824394197be878f458695282c1d451ee8f4f1c5cc2/jpreprocess-0.1.3-cp311-cp311-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5c12b580b14fdac4e40f27a7902cbf687997ff1b7d37cb773cbc21b6d8547602",
                "md5": "bf207fc8aba9939b1b9282f5917cace5",
                "sha256": "b61ad61236250b4cd06e1081142ac709481d0a8836155d94a071a37384b0de8f"
            },
            "downloads": -1,
            "filename": "jpreprocess-0.1.3-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "bf207fc8aba9939b1b9282f5917cace5",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<=3.12,>=3.8",
            "size": 1612910,
            "upload_time": "2024-04-29T23:42:23",
            "upload_time_iso_8601": "2024-04-29T23:42:23.576325Z",
            "url": "https://files.pythonhosted.org/packages/5c/12/b580b14fdac4e40f27a7902cbf687997ff1b7d37cb773cbc21b6d8547602/jpreprocess-0.1.3-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0a953e45e9d581d924e36508239f7efcffadccc29f4a6947d1c5980acfa91aa4",
                "md5": "49de35e9db540f652ea1f075aa57b29a",
                "sha256": "b4f40d4a87ccc1ceedd363e30787deb89f1a4ec37a860bc39f1f47ef052b5468"
            },
            "downloads": -1,
            "filename": "jpreprocess-0.1.3-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl",
            "has_sig": false,
            "md5_digest": "49de35e9db540f652ea1f075aa57b29a",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<=3.12,>=3.8",
            "size": 2692336,
            "upload_time": "2024-04-29T23:42:25",
            "upload_time_iso_8601": "2024-04-29T23:42:25.916783Z",
            "url": "https://files.pythonhosted.org/packages/0a/95/3e45e9d581d924e36508239f7efcffadccc29f4a6947d1c5980acfa91aa4/jpreprocess-0.1.3-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a098690ab8a2e7f36c0477219b72c42000a8c8e0ab9ffa0aabef686fc5d90d67",
                "md5": "5d4eadc2e67a18fd93741f7083ec9e2d",
                "sha256": "ca6937904fd53b729cdfef71f0a10e4366c4c3de6218d9ed883e7e37b4ed20a4"
            },
            "downloads": -1,
            "filename": "jpreprocess-0.1.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "5d4eadc2e67a18fd93741f7083ec9e2d",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<=3.12,>=3.8",
            "size": 2638204,
            "upload_time": "2024-04-29T23:42:27",
            "upload_time_iso_8601": "2024-04-29T23:42:27.870304Z",
            "url": "https://files.pythonhosted.org/packages/a0/98/690ab8a2e7f36c0477219b72c42000a8c8e0ab9ffa0aabef686fc5d90d67/jpreprocess-0.1.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b42608d694dadb7358bfff3ed61a50beba7df8b698145682881ba123273b87fc",
                "md5": "32cb3ab1e5929b34972187d8e5ed945b",
                "sha256": "18e387c562ba338c9f754d50f3530db9d850a0954489f9fb6ba41ec491c2e289"
            },
            "downloads": -1,
            "filename": "jpreprocess-0.1.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "32cb3ab1e5929b34972187d8e5ed945b",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<=3.12,>=3.8",
            "size": 2535070,
            "upload_time": "2024-04-29T23:42:30",
            "upload_time_iso_8601": "2024-04-29T23:42:30.010928Z",
            "url": "https://files.pythonhosted.org/packages/b4/26/08d694dadb7358bfff3ed61a50beba7df8b698145682881ba123273b87fc/jpreprocess-0.1.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6e0a8dbf5000c6fd5a346c86528601f148dddd825cef30c808d61ae87493f9ad",
                "md5": "aadfa9f49eb6be64148192f42cf6762e",
                "sha256": "7a2e3faceb9ede484bb5e139eefe01ca69648a3baa7cda8e3e4d6ae24d947f29"
            },
            "downloads": -1,
            "filename": "jpreprocess-0.1.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "aadfa9f49eb6be64148192f42cf6762e",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<=3.12,>=3.8",
            "size": 2871688,
            "upload_time": "2024-04-29T23:42:31",
            "upload_time_iso_8601": "2024-04-29T23:42:31.925217Z",
            "url": "https://files.pythonhosted.org/packages/6e/0a/8dbf5000c6fd5a346c86528601f148dddd825cef30c808d61ae87493f9ad/jpreprocess-0.1.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9d2c0f46718003d95072afd69f03e84e27ccf1c63f53505bac466dbcbd1336f6",
                "md5": "81aa55aa24953274533e114b356c747d",
                "sha256": "30cfd3e75652d89c5edbf0c8b62f09154c03b3a09e54200e3f96df05e415d21c"
            },
            "downloads": -1,
            "filename": "jpreprocess-0.1.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "81aa55aa24953274533e114b356c747d",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<=3.12,>=3.8",
            "size": 2882380,
            "upload_time": "2024-04-29T23:42:34",
            "upload_time_iso_8601": "2024-04-29T23:42:34.228808Z",
            "url": "https://files.pythonhosted.org/packages/9d/2c/0f46718003d95072afd69f03e84e27ccf1c63f53505bac466dbcbd1336f6/jpreprocess-0.1.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d22147c37b4bf2702505f1b93a341de0b568458a831eb30dea309d384c9f747e",
                "md5": "c6f1b1f926f4117fa51bad1e8d9f9aa4",
                "sha256": "485086a8237ba87c10b149a7a0a77a62d7f143efbfbdeaf45393102f49b56210"
            },
            "downloads": -1,
            "filename": "jpreprocess-0.1.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c6f1b1f926f4117fa51bad1e8d9f9aa4",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<=3.12,>=3.8",
            "size": 2652983,
            "upload_time": "2024-04-29T23:42:36",
            "upload_time_iso_8601": "2024-04-29T23:42:36.109886Z",
            "url": "https://files.pythonhosted.org/packages/d2/21/47c37b4bf2702505f1b93a341de0b568458a831eb30dea309d384c9f747e/jpreprocess-0.1.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "dc887538e6d6c2b3e5c6dc677818ed57e5fec9251d7a5d24113e0f9d41803725",
                "md5": "a1ca345d116b5d0547773322e91ea522",
                "sha256": "d33675cc2f490ed92ce7f19919bbeb692e140718d68a4f430a9300383ef8e34e"
            },
            "downloads": -1,
            "filename": "jpreprocess-0.1.3-cp311-none-win32.whl",
            "has_sig": false,
            "md5_digest": "a1ca345d116b5d0547773322e91ea522",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<=3.12,>=3.8",
            "size": 1294438,
            "upload_time": "2024-04-29T23:42:38",
            "upload_time_iso_8601": "2024-04-29T23:42:38.106584Z",
            "url": "https://files.pythonhosted.org/packages/dc/88/7538e6d6c2b3e5c6dc677818ed57e5fec9251d7a5d24113e0f9d41803725/jpreprocess-0.1.3-cp311-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "52a37f67ea36de1bba0231b473f8f16810ea93268101baaa0a07de74ac0dbc34",
                "md5": "1739f861f51bf852b86541ffb2a3f643",
                "sha256": "e341d40a36131b086c08bdf0ff224489a0558d5bb9f401df5ad8504101eff2c8"
            },
            "downloads": -1,
            "filename": "jpreprocess-0.1.3-cp311-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "1739f861f51bf852b86541ffb2a3f643",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<=3.12,>=3.8",
            "size": 1386571,
            "upload_time": "2024-04-29T23:42:40",
            "upload_time_iso_8601": "2024-04-29T23:42:40.608730Z",
            "url": "https://files.pythonhosted.org/packages/52/a3/7f67ea36de1bba0231b473f8f16810ea93268101baaa0a07de74ac0dbc34/jpreprocess-0.1.3-cp311-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bfff3331e4691f106ba2be9cbe0b0bb4918219c1b2157ee938075848960985e6",
                "md5": "ff176ab129d02a42961f8518f51eea5a",
                "sha256": "77ddf41afc2328d573e1cff6bb1e1acbbf79fe8dead63894da60d70ec1eaf248"
            },
            "downloads": -1,
            "filename": "jpreprocess-0.1.3-cp312-cp312-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ff176ab129d02a42961f8518f51eea5a",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<=3.12,>=3.8",
            "size": 1659562,
            "upload_time": "2024-04-29T23:42:43",
            "upload_time_iso_8601": "2024-04-29T23:42:43.006023Z",
            "url": "https://files.pythonhosted.org/packages/bf/ff/3331e4691f106ba2be9cbe0b0bb4918219c1b2157ee938075848960985e6/jpreprocess-0.1.3-cp312-cp312-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "20d8c22211f5b0c660c9a85d213705ca291a0aed203c1b43d01ee8dfb2be3c87",
                "md5": "4928db10480ecdbda752dfedfbfa9153",
                "sha256": "8e42ae5dbd8bb4c2e6f78112e9320bfec361ec154507161c3c0ee883ec0e17e4"
            },
            "downloads": -1,
            "filename": "jpreprocess-0.1.3-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "4928db10480ecdbda752dfedfbfa9153",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<=3.12,>=3.8",
            "size": 1612280,
            "upload_time": "2024-04-29T23:42:44",
            "upload_time_iso_8601": "2024-04-29T23:42:44.736578Z",
            "url": "https://files.pythonhosted.org/packages/20/d8/c22211f5b0c660c9a85d213705ca291a0aed203c1b43d01ee8dfb2be3c87/jpreprocess-0.1.3-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "76359ab7e746fedcefcdd5343cc75c14085d72d3de844ecd580ec9327b659be2",
                "md5": "2cf4ce359ad77587750a114c79509179",
                "sha256": "d38a6292ce736faa757206e70c5f5b80e135fd2f6c592b6c72a1e2f1b85faf13"
            },
            "downloads": -1,
            "filename": "jpreprocess-0.1.3-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.whl",
            "has_sig": false,
            "md5_digest": "2cf4ce359ad77587750a114c79509179",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<=3.12,>=3.8",
            "size": 2693507,
            "upload_time": "2024-04-29T23:42:47",
            "upload_time_iso_8601": "2024-04-29T23:42:47.186314Z",
            "url": "https://files.pythonhosted.org/packages/76/35/9ab7e746fedcefcdd5343cc75c14085d72d3de844ecd580ec9327b659be2/jpreprocess-0.1.3-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3c7991357959f6c78414dff1bf05afa86c86f29affa47631c36a713a85a5b50e",
                "md5": "d7a6e23d88e6b19e04819a65d2b8cfc6",
                "sha256": "588e0b45ba9814d6b39afd821a13833a487f80335d54325eb4ebe973d248c92a"
            },
            "downloads": -1,
            "filename": "jpreprocess-0.1.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "d7a6e23d88e6b19e04819a65d2b8cfc6",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<=3.12,>=3.8",
            "size": 2637362,
            "upload_time": "2024-04-29T23:42:49",
            "upload_time_iso_8601": "2024-04-29T23:42:49.089223Z",
            "url": "https://files.pythonhosted.org/packages/3c/79/91357959f6c78414dff1bf05afa86c86f29affa47631c36a713a85a5b50e/jpreprocess-0.1.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "87d8c36bbc28422aa999c3adea17c5cadd5b2bae7bb5261a29ecb8dbcea156d0",
                "md5": "8d99082de724f15c74c4a6574e2e5312",
                "sha256": "3bfc3b0d6e8ac455bd745640771bb761892890db1f071d9e6189a9cfb4816398"
            },
            "downloads": -1,
            "filename": "jpreprocess-0.1.3-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "8d99082de724f15c74c4a6574e2e5312",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<=3.12,>=3.8",
            "size": 2535716,
            "upload_time": "2024-04-29T23:42:51",
            "upload_time_iso_8601": "2024-04-29T23:42:51.117458Z",
            "url": "https://files.pythonhosted.org/packages/87/d8/c36bbc28422aa999c3adea17c5cadd5b2bae7bb5261a29ecb8dbcea156d0/jpreprocess-0.1.3-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3832b97900954ec9b58f7883d382a2dc47a0f2813983b392d94339ba51f7c6be",
                "md5": "c7ca869812dad61cac1da1fddea6f906",
                "sha256": "b181dda577efc1d70b977a6d91fc32bf613f5e7638317cd410620b1225476918"
            },
            "downloads": -1,
            "filename": "jpreprocess-0.1.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "c7ca869812dad61cac1da1fddea6f906",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<=3.12,>=3.8",
            "size": 2868876,
            "upload_time": "2024-04-29T23:42:53",
            "upload_time_iso_8601": "2024-04-29T23:42:53.646668Z",
            "url": "https://files.pythonhosted.org/packages/38/32/b97900954ec9b58f7883d382a2dc47a0f2813983b392d94339ba51f7c6be/jpreprocess-0.1.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "fdddebfdbad7b5160dd25f33369fa40c54c84bd78b324475b5be838a6fdeffe4",
                "md5": "fb6f0dcbeaed83619941760e8d6ef3b2",
                "sha256": "c5b74a262cf9db27f8114df821eb6a636bb05a9fa8e8e7759035a126ed2254e6"
            },
            "downloads": -1,
            "filename": "jpreprocess-0.1.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "fb6f0dcbeaed83619941760e8d6ef3b2",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<=3.12,>=3.8",
            "size": 2869893,
            "upload_time": "2024-04-29T23:42:56",
            "upload_time_iso_8601": "2024-04-29T23:42:56.253844Z",
            "url": "https://files.pythonhosted.org/packages/fd/dd/ebfdbad7b5160dd25f33369fa40c54c84bd78b324475b5be838a6fdeffe4/jpreprocess-0.1.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "76bdd5e7e0bfdcf921ad323c14e24c55bace7a9e1f245747ba8ccfee239fbf47",
                "md5": "0ee243c959d5156cc054d069a77254eb",
                "sha256": "d3021f96972879c2b56d6a05f7c439c316e92a25cdf002d58abda787e4710c23"
            },
            "downloads": -1,
            "filename": "jpreprocess-0.1.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0ee243c959d5156cc054d069a77254eb",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<=3.12,>=3.8",
            "size": 2651090,
            "upload_time": "2024-04-29T23:42:58",
            "upload_time_iso_8601": "2024-04-29T23:42:58.963509Z",
            "url": "https://files.pythonhosted.org/packages/76/bd/d5e7e0bfdcf921ad323c14e24c55bace7a9e1f245747ba8ccfee239fbf47/jpreprocess-0.1.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "019477cd9b69ca535287215d1fb32cc01dbce0cbdfe06cb46f4b7e4d8cca8e65",
                "md5": "d24c319aba1750af158824ec93d2f5ec",
                "sha256": "d52b8970dd48bc07667c506ff67c43bf518fce0627f1766e377136e3c40003f4"
            },
            "downloads": -1,
            "filename": "jpreprocess-0.1.3-cp312-none-win32.whl",
            "has_sig": false,
            "md5_digest": "d24c319aba1750af158824ec93d2f5ec",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<=3.12,>=3.8",
            "size": 1292240,
            "upload_time": "2024-04-29T23:43:00",
            "upload_time_iso_8601": "2024-04-29T23:43:00.725025Z",
            "url": "https://files.pythonhosted.org/packages/01/94/77cd9b69ca535287215d1fb32cc01dbce0cbdfe06cb46f4b7e4d8cca8e65/jpreprocess-0.1.3-cp312-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "61aa322e43cb7542475ae43dc73a7b6c5e10c410c94f284d1a5fa2a8c7754e2e",
                "md5": "3b8ee558c588dae3d84d9e19f190beaf",
                "sha256": "6864944927d85a305b1ec21bebad8ba3dcf1752a42b2f608aba73294880e569c"
            },
            "downloads": -1,
            "filename": "jpreprocess-0.1.3-cp312-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "3b8ee558c588dae3d84d9e19f190beaf",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<=3.12,>=3.8",
            "size": 1386868,
            "upload_time": "2024-04-29T23:43:02",
            "upload_time_iso_8601": "2024-04-29T23:43:02.662454Z",
            "url": "https://files.pythonhosted.org/packages/61/aa/322e43cb7542475ae43dc73a7b6c5e10c410c94f284d1a5fa2a8c7754e2e/jpreprocess-0.1.3-cp312-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ba37575b818cdabdcbb42f380510753c65f03c86d128760e03445d6952fabacf",
                "md5": "88a17657d78c55702ef17fff5b682202",
                "sha256": "3a6737be6d3cf6d4725923867bd0b086dd88678ebedd53adfb37fab9b6c6e659"
            },
            "downloads": -1,
            "filename": "jpreprocess-0.1.3-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl",
            "has_sig": false,
            "md5_digest": "88a17657d78c55702ef17fff5b682202",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "<=3.12,>=3.8",
            "size": 2693533,
            "upload_time": "2024-04-29T23:43:05",
            "upload_time_iso_8601": "2024-04-29T23:43:05.145954Z",
            "url": "https://files.pythonhosted.org/packages/ba/37/575b818cdabdcbb42f380510753c65f03c86d128760e03445d6952fabacf/jpreprocess-0.1.3-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c3c8f6972c6d736c54ad533e341a17ed6fbbf10ae52b82508871a8aebf890d2c",
                "md5": "7a94dce8f2e448a4fadeb180732020b0",
                "sha256": "709278698c5f2dcd3a5f9206748df72a5f94f84c86c083ebfb9990056db63bbb"
            },
            "downloads": -1,
            "filename": "jpreprocess-0.1.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "7a94dce8f2e448a4fadeb180732020b0",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "<=3.12,>=3.8",
            "size": 2642670,
            "upload_time": "2024-04-29T23:43:07",
            "upload_time_iso_8601": "2024-04-29T23:43:07.024729Z",
            "url": "https://files.pythonhosted.org/packages/c3/c8/f6972c6d736c54ad533e341a17ed6fbbf10ae52b82508871a8aebf890d2c/jpreprocess-0.1.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b71952b16c57a365ad3a9b9056bf4c8774a7142a27861014d1d7f058f24e535e",
                "md5": "320775aba54823ada56269ff72b0fb49",
                "sha256": "86818e5a5acd26c2751dfd23aca6def192f5e8af53024c2a66fee85bc425b6d8"
            },
            "downloads": -1,
            "filename": "jpreprocess-0.1.3-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "320775aba54823ada56269ff72b0fb49",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "<=3.12,>=3.8",
            "size": 2535495,
            "upload_time": "2024-04-29T23:43:09",
            "upload_time_iso_8601": "2024-04-29T23:43:09.699188Z",
            "url": "https://files.pythonhosted.org/packages/b7/19/52b16c57a365ad3a9b9056bf4c8774a7142a27861014d1d7f058f24e535e/jpreprocess-0.1.3-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "944504254012250cb4adcb31182114f18cecbfde6f3ed11800b0ac76cd7ef85d",
                "md5": "d5ac42dad9380cdf79432244dde15fa1",
                "sha256": "a70c16a2157235370799c8b05fe32c6daa01cc85682600516d6d7a2a46cb5c31"
            },
            "downloads": -1,
            "filename": "jpreprocess-0.1.3-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "d5ac42dad9380cdf79432244dde15fa1",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "<=3.12,>=3.8",
            "size": 2873304,
            "upload_time": "2024-04-29T23:43:12",
            "upload_time_iso_8601": "2024-04-29T23:43:12.524701Z",
            "url": "https://files.pythonhosted.org/packages/94/45/04254012250cb4adcb31182114f18cecbfde6f3ed11800b0ac76cd7ef85d/jpreprocess-0.1.3-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1dda7e08466c00bfad97ba730ac363f3b2ae0f93c48e8b6d0d2fabd481e87e2d",
                "md5": "f9e871cdeaa773f6e282e4fa3b2072f3",
                "sha256": "803576ab28c356346611275f310d4ea45968d5ba75e7675db61e4bbc750ac3f3"
            },
            "downloads": -1,
            "filename": "jpreprocess-0.1.3-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "f9e871cdeaa773f6e282e4fa3b2072f3",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "<=3.12,>=3.8",
            "size": 2884677,
            "upload_time": "2024-04-29T23:43:14",
            "upload_time_iso_8601": "2024-04-29T23:43:14.565857Z",
            "url": "https://files.pythonhosted.org/packages/1d/da/7e08466c00bfad97ba730ac363f3b2ae0f93c48e8b6d0d2fabd481e87e2d/jpreprocess-0.1.3-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9562795016cd3145c99b9b68847ead1c4d9d41e783bbb9a08ca240a81c2a47cd",
                "md5": "a3aa3926fc65dfdb33027a498b48b616",
                "sha256": "cbb9db90b4ae779566490f95b02685d9ef8a453a22f05138e90b66b44234f49c"
            },
            "downloads": -1,
            "filename": "jpreprocess-0.1.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a3aa3926fc65dfdb33027a498b48b616",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "<=3.12,>=3.8",
            "size": 2654069,
            "upload_time": "2024-04-29T23:43:16",
            "upload_time_iso_8601": "2024-04-29T23:43:16.940069Z",
            "url": "https://files.pythonhosted.org/packages/95/62/795016cd3145c99b9b68847ead1c4d9d41e783bbb9a08ca240a81c2a47cd/jpreprocess-0.1.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d5e95929671ef546f82360922b291570e16856f7d1e26464821f074bea3eda67",
                "md5": "a21c19c511b28fb6efb253fada0d1eb3",
                "sha256": "f2a8cefdba8415cb49662c3e949f3acde50a468557dd97865df686bad8301999"
            },
            "downloads": -1,
            "filename": "jpreprocess-0.1.3-cp38-none-win32.whl",
            "has_sig": false,
            "md5_digest": "a21c19c511b28fb6efb253fada0d1eb3",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "<=3.12,>=3.8",
            "size": 1294503,
            "upload_time": "2024-04-29T23:43:19",
            "upload_time_iso_8601": "2024-04-29T23:43:19.378056Z",
            "url": "https://files.pythonhosted.org/packages/d5/e9/5929671ef546f82360922b291570e16856f7d1e26464821f074bea3eda67/jpreprocess-0.1.3-cp38-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "23a1421fb1cf64d6097211d130252571fc3148e8d8b6c30d3d3092c3e53143e3",
                "md5": "4cc8d4965730e1e40202ef9e40f517f3",
                "sha256": "097b0e1695578837aa59feee6ad576fe865bb9c62b6b163daa051709d00fee05"
            },
            "downloads": -1,
            "filename": "jpreprocess-0.1.3-cp38-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "4cc8d4965730e1e40202ef9e40f517f3",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "<=3.12,>=3.8",
            "size": 1386278,
            "upload_time": "2024-04-29T23:43:21",
            "upload_time_iso_8601": "2024-04-29T23:43:21.323514Z",
            "url": "https://files.pythonhosted.org/packages/23/a1/421fb1cf64d6097211d130252571fc3148e8d8b6c30d3d3092c3e53143e3/jpreprocess-0.1.3-cp38-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5a58f086448cd1fb37b196e06a0a14b976764df8498d173cf78bf3e0aff648b0",
                "md5": "b65d189e68f131b949d7d314cabe965d",
                "sha256": "1ee9b4d37a4efd667c07654246ea025cc848c63cbed23790eb0c97eb0cee7c97"
            },
            "downloads": -1,
            "filename": "jpreprocess-0.1.3-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl",
            "has_sig": false,
            "md5_digest": "b65d189e68f131b949d7d314cabe965d",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<=3.12,>=3.8",
            "size": 2693263,
            "upload_time": "2024-04-29T23:43:23",
            "upload_time_iso_8601": "2024-04-29T23:43:23.082556Z",
            "url": "https://files.pythonhosted.org/packages/5a/58/f086448cd1fb37b196e06a0a14b976764df8498d173cf78bf3e0aff648b0/jpreprocess-0.1.3-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "41146cda04e54c204d4921de79dacc30bdacc4ad56624ef00cf1c7a8b3d14b2b",
                "md5": "97956bb20abbe125c431f2aa89688fc0",
                "sha256": "10d23d4784f23644247d34adbdf0467271aeedb02390d608f1b8650a4330b9ed"
            },
            "downloads": -1,
            "filename": "jpreprocess-0.1.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "97956bb20abbe125c431f2aa89688fc0",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<=3.12,>=3.8",
            "size": 2643022,
            "upload_time": "2024-04-29T23:43:25",
            "upload_time_iso_8601": "2024-04-29T23:43:25.657020Z",
            "url": "https://files.pythonhosted.org/packages/41/14/6cda04e54c204d4921de79dacc30bdacc4ad56624ef00cf1c7a8b3d14b2b/jpreprocess-0.1.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "122aacd736f5761f545739a9383d7ad02d4b448ade36908beb097be79f0418a1",
                "md5": "1b4ddac692b3b4eb461db7d181865a9b",
                "sha256": "da6bfea1406cc392adc65f5cb0ea4747e4a0d099261ea4eb6e67e34e6a7d2583"
            },
            "downloads": -1,
            "filename": "jpreprocess-0.1.3-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "1b4ddac692b3b4eb461db7d181865a9b",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<=3.12,>=3.8",
            "size": 2536577,
            "upload_time": "2024-04-29T23:43:27",
            "upload_time_iso_8601": "2024-04-29T23:43:27.909485Z",
            "url": "https://files.pythonhosted.org/packages/12/2a/acd736f5761f545739a9383d7ad02d4b448ade36908beb097be79f0418a1/jpreprocess-0.1.3-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "08be1c267dd1a4f3e98e589af690270d1c7167476c6fc67cbe052cb5ac6ecaf4",
                "md5": "2a42674196f5332d6612ef7cd7fb39e7",
                "sha256": "5db8f2905d8f1c1b3eaf297318da7ba50f73069dbbabf4ee98f583e338118c8e"
            },
            "downloads": -1,
            "filename": "jpreprocess-0.1.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "2a42674196f5332d6612ef7cd7fb39e7",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<=3.12,>=3.8",
            "size": 2872169,
            "upload_time": "2024-04-29T23:43:30",
            "upload_time_iso_8601": "2024-04-29T23:43:30.886796Z",
            "url": "https://files.pythonhosted.org/packages/08/be/1c267dd1a4f3e98e589af690270d1c7167476c6fc67cbe052cb5ac6ecaf4/jpreprocess-0.1.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "59a64d5d56b8a1dbe356ecca8bd509c756a3bf4c77bdb7ae3fbc4b885ac948d0",
                "md5": "b4b6d064c8829997c47fdba94efd91c9",
                "sha256": "3497c076166fcb576073e55f047c11baa7bf1e4aabcc51cf50f3f4be91820f92"
            },
            "downloads": -1,
            "filename": "jpreprocess-0.1.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "b4b6d064c8829997c47fdba94efd91c9",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<=3.12,>=3.8",
            "size": 2883796,
            "upload_time": "2024-04-29T23:43:33",
            "upload_time_iso_8601": "2024-04-29T23:43:33.094824Z",
            "url": "https://files.pythonhosted.org/packages/59/a6/4d5d56b8a1dbe356ecca8bd509c756a3bf4c77bdb7ae3fbc4b885ac948d0/jpreprocess-0.1.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "541e4c5aaf3a923f185eea2d836b2bd787ce916514bfeebd272de525f45b67b6",
                "md5": "4aee296aae856818847b42abf3917555",
                "sha256": "4bdb51ecb9c220f7f379f9e3f2a1b56a49903c3be1d62e7a2ca982d21ff9b066"
            },
            "downloads": -1,
            "filename": "jpreprocess-0.1.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4aee296aae856818847b42abf3917555",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<=3.12,>=3.8",
            "size": 2654361,
            "upload_time": "2024-04-29T23:43:35",
            "upload_time_iso_8601": "2024-04-29T23:43:35.523707Z",
            "url": "https://files.pythonhosted.org/packages/54/1e/4c5aaf3a923f185eea2d836b2bd787ce916514bfeebd272de525f45b67b6/jpreprocess-0.1.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "cee7243cbfb3e5f3a02c8a8d9590734008351119cd28e0fd8a75514c5f25fe57",
                "md5": "18e4bfdbb24b670b13e39b4d62cd8584",
                "sha256": "c5713c78289bf76f208dd91299b7b075f873fdec80de6ccb73a43c5c7a3f3f93"
            },
            "downloads": -1,
            "filename": "jpreprocess-0.1.3-cp39-none-win32.whl",
            "has_sig": false,
            "md5_digest": "18e4bfdbb24b670b13e39b4d62cd8584",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<=3.12,>=3.8",
            "size": 1294382,
            "upload_time": "2024-04-29T23:43:37",
            "upload_time_iso_8601": "2024-04-29T23:43:37.342788Z",
            "url": "https://files.pythonhosted.org/packages/ce/e7/243cbfb3e5f3a02c8a8d9590734008351119cd28e0fd8a75514c5f25fe57/jpreprocess-0.1.3-cp39-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f9255060410f4ecb467e31e8960339539ef5992c126a56450cc45231be79ef67",
                "md5": "c6a4eb24f49d926ed3e81890dc6d891a",
                "sha256": "9ad647caf25138c8748ddef11eeb513a7253f02818c007134b8c8dec3d858afa"
            },
            "downloads": -1,
            "filename": "jpreprocess-0.1.3-cp39-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "c6a4eb24f49d926ed3e81890dc6d891a",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<=3.12,>=3.8",
            "size": 1387021,
            "upload_time": "2024-04-29T23:43:39",
            "upload_time_iso_8601": "2024-04-29T23:43:39.316967Z",
            "url": "https://files.pythonhosted.org/packages/f9/25/5060410f4ecb467e31e8960339539ef5992c126a56450cc45231be79ef67/jpreprocess-0.1.3-cp39-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "500b7d5da89711a95c5997ef3fe9a24b4cb7eefc6b3fcbbe4a867b0a30bf45ef",
                "md5": "b4f079d7cf3b6f17322938bd919e55d6",
                "sha256": "169b40969caad2ee7f9a4496aabf9f04da67d9f22219c7b78ad0d9fa36ca2c07"
            },
            "downloads": -1,
            "filename": "jpreprocess-0.1.3-pp310-pypy310_pp73-manylinux_2_12_i686.manylinux2010_i686.whl",
            "has_sig": false,
            "md5_digest": "b4f079d7cf3b6f17322938bd919e55d6",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": "<=3.12,>=3.8",
            "size": 2693256,
            "upload_time": "2024-04-29T23:43:41",
            "upload_time_iso_8601": "2024-04-29T23:43:41.367538Z",
            "url": "https://files.pythonhosted.org/packages/50/0b/7d5da89711a95c5997ef3fe9a24b4cb7eefc6b3fcbbe4a867b0a30bf45ef/jpreprocess-0.1.3-pp310-pypy310_pp73-manylinux_2_12_i686.manylinux2010_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0ca853ec8f97c492051fc4ef35c76ad9be0bf940f4de526de6eea50e69983a3d",
                "md5": "03b92860d09896ab480cdd5fbbb1d133",
                "sha256": "5f278a4b12163bcc5fca87f3706e56521c2e4908a432ff8d34aad5914aad7ced"
            },
            "downloads": -1,
            "filename": "jpreprocess-0.1.3-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "03b92860d09896ab480cdd5fbbb1d133",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": "<=3.12,>=3.8",
            "size": 2641867,
            "upload_time": "2024-04-29T23:43:43",
            "upload_time_iso_8601": "2024-04-29T23:43:43.495297Z",
            "url": "https://files.pythonhosted.org/packages/0c/a8/53ec8f97c492051fc4ef35c76ad9be0bf940f4de526de6eea50e69983a3d/jpreprocess-0.1.3-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f60970b2c5b591462af2592c977f9e2672517227995e0c2f8d5ed8bb037ffe98",
                "md5": "1c995268eab55b64f0065d97c4f3ea02",
                "sha256": "2d90388b063651a588a8b47d2b788f4428bf8ed7fb5e6823e856d3632b164771"
            },
            "downloads": -1,
            "filename": "jpreprocess-0.1.3-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "1c995268eab55b64f0065d97c4f3ea02",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": "<=3.12,>=3.8",
            "size": 2535166,
            "upload_time": "2024-04-29T23:43:45",
            "upload_time_iso_8601": "2024-04-29T23:43:45.611138Z",
            "url": "https://files.pythonhosted.org/packages/f6/09/70b2c5b591462af2592c977f9e2672517227995e0c2f8d5ed8bb037ffe98/jpreprocess-0.1.3-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8c8e8ed9dcde363b3ecd52b4ea4c0e925bbe611f1532d0771e0b6c4ce2e7852b",
                "md5": "aac514bed0bbe1e926bb6256dfd61c25",
                "sha256": "59d8b23c559a260bcabb663ed9d7cb56ba2bb67fd2d6506db75fde5ecc24a47c"
            },
            "downloads": -1,
            "filename": "jpreprocess-0.1.3-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "aac514bed0bbe1e926bb6256dfd61c25",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": "<=3.12,>=3.8",
            "size": 2872101,
            "upload_time": "2024-04-29T23:43:47",
            "upload_time_iso_8601": "2024-04-29T23:43:47.705922Z",
            "url": "https://files.pythonhosted.org/packages/8c/8e/8ed9dcde363b3ecd52b4ea4c0e925bbe611f1532d0771e0b6c4ce2e7852b/jpreprocess-0.1.3-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "732ac143d432a59d2d0e6a5fc290fe631c321cf4ae503438e4889ae1128594dc",
                "md5": "0312dc0dd2bb2356fa96a595635c5c05",
                "sha256": "6679260d894310bbd340411e881b7c3302d1e94813fb0f35ddb15e233c2aa201"
            },
            "downloads": -1,
            "filename": "jpreprocess-0.1.3-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "0312dc0dd2bb2356fa96a595635c5c05",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": "<=3.12,>=3.8",
            "size": 2888120,
            "upload_time": "2024-04-29T23:43:49",
            "upload_time_iso_8601": "2024-04-29T23:43:49.770048Z",
            "url": "https://files.pythonhosted.org/packages/73/2a/c143d432a59d2d0e6a5fc290fe631c321cf4ae503438e4889ae1128594dc/jpreprocess-0.1.3-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "44ce4ed2ab40177be5c5cccb243b93487c85d043dba348c7144a6e5b5398428a",
                "md5": "57a39ab32348d44295ad3dc60f55b683",
                "sha256": "e9cf13cc567f3ee24df29268896c3428de1c090ba350190eb7169c47a12b16ff"
            },
            "downloads": -1,
            "filename": "jpreprocess-0.1.3-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "57a39ab32348d44295ad3dc60f55b683",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": "<=3.12,>=3.8",
            "size": 2653415,
            "upload_time": "2024-04-29T23:43:51",
            "upload_time_iso_8601": "2024-04-29T23:43:51.871598Z",
            "url": "https://files.pythonhosted.org/packages/44/ce/4ed2ab40177be5c5cccb243b93487c85d043dba348c7144a6e5b5398428a/jpreprocess-0.1.3-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e7d4093914050784190304e62d9bea6892aef433f38b4b258b8240cc1f475678",
                "md5": "88f6eb19beee8268c4ed33a0fb36fc28",
                "sha256": "d5920dd97a77ee828fbff4fad1e82f4f40f3cf469ed0cccf9861b740ee627f10"
            },
            "downloads": -1,
            "filename": "jpreprocess-0.1.3-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl",
            "has_sig": false,
            "md5_digest": "88f6eb19beee8268c4ed33a0fb36fc28",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": "<=3.12,>=3.8",
            "size": 2694026,
            "upload_time": "2024-04-29T23:43:53",
            "upload_time_iso_8601": "2024-04-29T23:43:53.888966Z",
            "url": "https://files.pythonhosted.org/packages/e7/d4/093914050784190304e62d9bea6892aef433f38b4b258b8240cc1f475678/jpreprocess-0.1.3-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1fa5fee6c88c921a8599ee446eac2eff604aab7f56bf962911bcf693cd9ab653",
                "md5": "a87970d1fe8d9acb8b34ca2569f72325",
                "sha256": "c55899dd73a61bf6fde8dee0b964206e88d1e2edf2c43eb34ca6e2ddc50b9089"
            },
            "downloads": -1,
            "filename": "jpreprocess-0.1.3-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "a87970d1fe8d9acb8b34ca2569f72325",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": "<=3.12,>=3.8",
            "size": 2642766,
            "upload_time": "2024-04-29T23:43:56",
            "upload_time_iso_8601": "2024-04-29T23:43:56.318638Z",
            "url": "https://files.pythonhosted.org/packages/1f/a5/fee6c88c921a8599ee446eac2eff604aab7f56bf962911bcf693cd9ab653/jpreprocess-0.1.3-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "91b666a3c70ac6bca4ea7bc85f5d49883dccc1fa35c571e1f95b31616bc67723",
                "md5": "545e730606ef513c0ba511b75ab97042",
                "sha256": "18d7ddbc1bb2254f5482fb05c3c515021811bde233340a49bd5e894acc09f37f"
            },
            "downloads": -1,
            "filename": "jpreprocess-0.1.3-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "545e730606ef513c0ba511b75ab97042",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": "<=3.12,>=3.8",
            "size": 2536613,
            "upload_time": "2024-04-29T23:43:58",
            "upload_time_iso_8601": "2024-04-29T23:43:58.175872Z",
            "url": "https://files.pythonhosted.org/packages/91/b6/66a3c70ac6bca4ea7bc85f5d49883dccc1fa35c571e1f95b31616bc67723/jpreprocess-0.1.3-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "360e44df033a057cc2851a898931d1f7a8fca503d7b28cba87ce5acaf15263ab",
                "md5": "e26cd7f4f19bf2073794fc2577dbafa5",
                "sha256": "5df1ee14fc7e2057584410af28ce56ff32cde0709f57cffbac68bce12f6170e1"
            },
            "downloads": -1,
            "filename": "jpreprocess-0.1.3-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "e26cd7f4f19bf2073794fc2577dbafa5",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": "<=3.12,>=3.8",
            "size": 2873360,
            "upload_time": "2024-04-29T23:44:00",
            "upload_time_iso_8601": "2024-04-29T23:44:00.273810Z",
            "url": "https://files.pythonhosted.org/packages/36/0e/44df033a057cc2851a898931d1f7a8fca503d7b28cba87ce5acaf15263ab/jpreprocess-0.1.3-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7c7a4ab84832c1f986c013805bab070e8417f1971d37c976b4c0425654224d77",
                "md5": "5a27d00c16f47cf3a52568e1a03ca872",
                "sha256": "de8fca3edbacc3400e65ee01d1f03ba426a11abbee1d9a7cc6ee72935a0917ab"
            },
            "downloads": -1,
            "filename": "jpreprocess-0.1.3-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "5a27d00c16f47cf3a52568e1a03ca872",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": "<=3.12,>=3.8",
            "size": 2889710,
            "upload_time": "2024-04-29T23:44:02",
            "upload_time_iso_8601": "2024-04-29T23:44:02.698123Z",
            "url": "https://files.pythonhosted.org/packages/7c/7a/4ab84832c1f986c013805bab070e8417f1971d37c976b4c0425654224d77/jpreprocess-0.1.3-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f9a5e4244af63970f8440c8cf52eb9bddda7cc70d9ab36a2dac26f46e5b77abf",
                "md5": "a7d50b1a814eb6d507a0e5b1a065512f",
                "sha256": "d49ad5fcc53f05fff5ff1ce9975d5c0c31bcfe5ca3686c0e822d4f808bf92590"
            },
            "downloads": -1,
            "filename": "jpreprocess-0.1.3-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a7d50b1a814eb6d507a0e5b1a065512f",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": "<=3.12,>=3.8",
            "size": 2654093,
            "upload_time": "2024-04-29T23:44:05",
            "upload_time_iso_8601": "2024-04-29T23:44:05.292632Z",
            "url": "https://files.pythonhosted.org/packages/f9/a5/e4244af63970f8440c8cf52eb9bddda7cc70d9ab36a2dac26f46e5b77abf/jpreprocess-0.1.3-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8ce183c4fd783216a808eac0bc09fe328b036ab174b6b354699812bf52f51d9a",
                "md5": "d3a14bcdd74401fa82e478888781182b",
                "sha256": "318c1a16d62466a433e05589866841e0f99acafdfd6df3fea5fcaeb9cde71975"
            },
            "downloads": -1,
            "filename": "jpreprocess-0.1.3-pp39-pypy39_pp73-manylinux_2_12_i686.manylinux2010_i686.whl",
            "has_sig": false,
            "md5_digest": "d3a14bcdd74401fa82e478888781182b",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": "<=3.12,>=3.8",
            "size": 2694351,
            "upload_time": "2024-04-29T23:44:08",
            "upload_time_iso_8601": "2024-04-29T23:44:08.031188Z",
            "url": "https://files.pythonhosted.org/packages/8c/e1/83c4fd783216a808eac0bc09fe328b036ab174b6b354699812bf52f51d9a/jpreprocess-0.1.3-pp39-pypy39_pp73-manylinux_2_12_i686.manylinux2010_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f57a8daafcf0793b5a9e3b0c5564e9e6a088396384b6f2bb8c0f661849d38f5f",
                "md5": "ce47b9d73a0783208c74eabd7983b3af",
                "sha256": "2a0f59314ee19e8dad41517a6c71ef0ed08dd5bbc8ee75384eff71ab3a0aa8eb"
            },
            "downloads": -1,
            "filename": "jpreprocess-0.1.3-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "ce47b9d73a0783208c74eabd7983b3af",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": "<=3.12,>=3.8",
            "size": 2643049,
            "upload_time": "2024-04-29T23:44:09",
            "upload_time_iso_8601": "2024-04-29T23:44:09.948681Z",
            "url": "https://files.pythonhosted.org/packages/f5/7a/8daafcf0793b5a9e3b0c5564e9e6a088396384b6f2bb8c0f661849d38f5f/jpreprocess-0.1.3-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5b171f3d2187458a4d63a17fa15e16fd88e6fb2b7c08cb6df9da69482a5e9601",
                "md5": "a3d711b677db21c5a2a466b9d6a6bca0",
                "sha256": "79d94b3777081491c9b094db26a1fc9c2e1ed84b050b7d81528df2d2d9970628"
            },
            "downloads": -1,
            "filename": "jpreprocess-0.1.3-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "a3d711b677db21c5a2a466b9d6a6bca0",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": "<=3.12,>=3.8",
            "size": 2534357,
            "upload_time": "2024-04-29T23:44:12",
            "upload_time_iso_8601": "2024-04-29T23:44:12.288095Z",
            "url": "https://files.pythonhosted.org/packages/5b/17/1f3d2187458a4d63a17fa15e16fd88e6fb2b7c08cb6df9da69482a5e9601/jpreprocess-0.1.3-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "86d44bdec36fffcddfcfaf32d9ed8b6149569018691fb408e200059c1182c863",
                "md5": "dd0330c8d8829f689a0b16a85d388ffc",
                "sha256": "93bf0e7d2812440324491335b318f1dd9df2bd9dcfafa2a6e7690453cf2f096e"
            },
            "downloads": -1,
            "filename": "jpreprocess-0.1.3-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "dd0330c8d8829f689a0b16a85d388ffc",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": "<=3.12,>=3.8",
            "size": 2873572,
            "upload_time": "2024-04-29T23:44:14",
            "upload_time_iso_8601": "2024-04-29T23:44:14.221300Z",
            "url": "https://files.pythonhosted.org/packages/86/d4/4bdec36fffcddfcfaf32d9ed8b6149569018691fb408e200059c1182c863/jpreprocess-0.1.3-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b666bedab2f2ebd710aeb9057dddb6329a56b2665b8cd9cfcc13f17c17cc90ad",
                "md5": "341d42bfb67dc9a09a17796e6de111b2",
                "sha256": "b6b5745ad9fe5098ba8484a7ef533529727a379fde4d127c3fa6fe9b774d128c"
            },
            "downloads": -1,
            "filename": "jpreprocess-0.1.3-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "341d42bfb67dc9a09a17796e6de111b2",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": "<=3.12,>=3.8",
            "size": 2890090,
            "upload_time": "2024-04-29T23:44:16",
            "upload_time_iso_8601": "2024-04-29T23:44:16.381150Z",
            "url": "https://files.pythonhosted.org/packages/b6/66/bedab2f2ebd710aeb9057dddb6329a56b2665b8cd9cfcc13f17c17cc90ad/jpreprocess-0.1.3-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4852f9a2b281fe3dc795d6e61d7962347312999edc6c4ea2eb93fbdd017b4a2b",
                "md5": "d12ddda6faf830246831aaf6095cc9df",
                "sha256": "09c2dbc1d746476e441b95b9459a29dc020bacd2a34322aa1dcc1cbbb32a5385"
            },
            "downloads": -1,
            "filename": "jpreprocess-0.1.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d12ddda6faf830246831aaf6095cc9df",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": "<=3.12,>=3.8",
            "size": 2653877,
            "upload_time": "2024-04-29T23:44:18",
            "upload_time_iso_8601": "2024-04-29T23:44:18.499651Z",
            "url": "https://files.pythonhosted.org/packages/48/52/f9a2b281fe3dc795d6e61d7962347312999edc6c4ea2eb93fbdd017b4a2b/jpreprocess-0.1.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e94ba945b3d0f30f47c78d7544f3b57b61ce0c472ef80f9c42880f4de33c3c84",
                "md5": "1a516b7b733486b482d15f99be850abc",
                "sha256": "00443b676efa35051730802a6259252242bab7679778f28814487718ab1ea8b3"
            },
            "downloads": -1,
            "filename": "jpreprocess-0.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "1a516b7b733486b482d15f99be850abc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<=3.12,>=3.8",
            "size": 1939361,
            "upload_time": "2024-04-29T23:44:20",
            "upload_time_iso_8601": "2024-04-29T23:44:20.545934Z",
            "url": "https://files.pythonhosted.org/packages/e9/4b/a945b3d0f30f47c78d7544f3b57b61ce0c472ef80f9c42880f4de33c3c84/jpreprocess-0.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-29 23:44:20",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jpreprocess",
    "github_project": "jpreprocess",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "jpreprocess"
}
        
Elapsed time: 0.30754s