sacremoses


Namesacremoses JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/hplt-project/sacremoses
SummarySacreMoses
upload_time2023-10-30 15:37:15
maintainer
docs_urlNone
author
requires_python>=3.8
license
keywords
VCS
bugtrack_url
requirements click joblib tqdm regex
Travis-CI No Travis.
coveralls test coverage No coveralls.
            MosesTokenizer in Python

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/hplt-project/sacremoses",
    "name": "sacremoses",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/79/cc/859dcadcf47467ccb579f789533611daf427e65ab8526268f9464930fa50/sacremoses-0.1.0.tar.gz",
    "platform": null,
    "description": "MosesTokenizer in Python\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "SacreMoses",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/hplt-project/sacremoses"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2e187b4fedbc4e8fa02111b232d9728788e2e817a64b14760530df746514e25f",
                "md5": "c96a8576f2854e2c09170117b33eabb7",
                "sha256": "85354ae5cab89db73f748230c48f514a4feac8cc893654045be9247653135e70"
            },
            "downloads": -1,
            "filename": "sacremoses-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c96a8576f2854e2c09170117b33eabb7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 895142,
            "upload_time": "2023-10-30T15:37:13",
            "upload_time_iso_8601": "2023-10-30T15:37:13.464474Z",
            "url": "https://files.pythonhosted.org/packages/2e/18/7b4fedbc4e8fa02111b232d9728788e2e817a64b14760530df746514e25f/sacremoses-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "79cc859dcadcf47467ccb579f789533611daf427e65ab8526268f9464930fa50",
                "md5": "2aa2c0fa38defbf1fdff071e6e70fa73",
                "sha256": "41b23d29a3c666bcd0cccc8b409013d81ce58a2a2640e1da494f2c1577debb9a"
            },
            "downloads": -1,
            "filename": "sacremoses-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "2aa2c0fa38defbf1fdff071e6e70fa73",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 880639,
            "upload_time": "2023-10-30T15:37:15",
            "upload_time_iso_8601": "2023-10-30T15:37:15.481147Z",
            "url": "https://files.pythonhosted.org/packages/79/cc/859dcadcf47467ccb579f789533611daf427e65ab8526268f9464930fa50/sacremoses-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-30 15:37:15",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "hplt-project",
    "github_project": "sacremoses",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "appveyor": true,
    "requirements": [
        {
            "name": "click",
            "specs": [
                [
                    "==",
                    "7.1.2"
                ]
            ]
        },
        {
            "name": "joblib",
            "specs": [
                [
                    ">=",
                    "1.1.0"
                ]
            ]
        },
        {
            "name": "tqdm",
            "specs": [
                [
                    ">=",
                    "4.64.0"
                ]
            ]
        },
        {
            "name": "regex",
            "specs": [
                [
                    ">=",
                    "2020.1.8"
                ]
            ]
        }
    ],
    "lcname": "sacremoses"
}
        
Elapsed time: 0.14170s