linse


Namelinse JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/lingpy/linse
SummaryLinguistic sequence manipulation
upload_time2024-03-06 12:04:32
maintainer
docs_urlNone
authorJohann-Mattis List and Robert Forkel
requires_python>=3.8
licenseApache 2.0
keywords data linguistics
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # linse

[![Build Status](https://github.com/lingpy/linse/workflows/tests/badge.svg)](https://github.com/lingpy/linse/actions?query=workflow%3Atests)
[![PyPI version](https://badge.fury.io/py/lingpy.png)](https://badge.fury.io/py/lingpy)

The `linse` package implements functionality to manipulate **lin**guistic **se**quences,
i.e. lists of tokens created by segmenting text.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/lingpy/linse",
    "name": "linse",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "data,linguistics",
    "author": "Johann-Mattis List and Robert Forkel",
    "author_email": "robert_forkel@eva.mpg.de",
    "download_url": "https://files.pythonhosted.org/packages/b8/be/f033673648822a2c509c13dd8912faf9daee3a613645d7414a45c88709eb/linse-0.1.0.tar.gz",
    "platform": "any",
    "description": "# linse\n\n[![Build Status](https://github.com/lingpy/linse/workflows/tests/badge.svg)](https://github.com/lingpy/linse/actions?query=workflow%3Atests)\n[![PyPI version](https://badge.fury.io/py/lingpy.png)](https://badge.fury.io/py/lingpy)\n\nThe `linse` package implements functionality to manipulate **lin**guistic **se**quences,\ni.e. lists of tokens created by segmenting text.\n",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": "Linguistic sequence manipulation",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/lingpy/linse"
    },
    "split_keywords": [
        "data",
        "linguistics"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "acf79fdb5b8b3a0cb608c0add59fe7d83014002fbb77cd8962d2301604fcccd1",
                "md5": "f8e2417f2d84434165e233632a3c5609",
                "sha256": "e256602c5c126dbea63c845a72242fef3ee1d6f4e8f7d1a7639a4b6a02a0b6d8"
            },
            "downloads": -1,
            "filename": "linse-0.1.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f8e2417f2d84434165e233632a3c5609",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.8",
            "size": 167029,
            "upload_time": "2024-03-06T12:04:30",
            "upload_time_iso_8601": "2024-03-06T12:04:30.263691Z",
            "url": "https://files.pythonhosted.org/packages/ac/f7/9fdb5b8b3a0cb608c0add59fe7d83014002fbb77cd8962d2301604fcccd1/linse-0.1.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b8bef033673648822a2c509c13dd8912faf9daee3a613645d7414a45c88709eb",
                "md5": "94884eb81e7caf2bfcc68c9f75c97a31",
                "sha256": "b3cb7d13ddc18092da23fc65a8e977e72d8d388ac643fb7d5eea2921c9e678cd"
            },
            "downloads": -1,
            "filename": "linse-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "94884eb81e7caf2bfcc68c9f75c97a31",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 164309,
            "upload_time": "2024-03-06T12:04:32",
            "upload_time_iso_8601": "2024-03-06T12:04:32.724278Z",
            "url": "https://files.pythonhosted.org/packages/b8/be/f033673648822a2c509c13dd8912faf9daee3a613645d7414a45c88709eb/linse-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-06 12:04:32",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "lingpy",
    "github_project": "linse",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "linse"
}
        
Elapsed time: 0.22561s