lingpy


Namelingpy JSON
Version 2.6.13 PyPI version JSON
download
home_pagehttps://lingpy.org
SummaryPython library for quantitative tasks in historical linguistics
upload_time2023-12-14 06:17:32
maintainer
docs_urlNone
authorJohann-Mattis List and Robert Forkel
requires_python>=3.8
licensegpl-3.0
keywords linguistics sequence alignment computational linguistics dialectology cognate detection
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # LingPy: A Python Library for Automatic Tasks in Historical Linguistics

This repository contains the Python package `lingpy` which can be used for various tasks in computational historical linguistics.

[![Build Status](https://github.com/lingpy/lingpy/workflows/tests/badge.svg)](https://github.com/lingpy/lingpy/actions?query=workflow%3Atests)
[![DOI](https://zenodo.org/badge/doi/10.5281/zenodo.597082.svg)](https://doi.org/10.5281/zenodo.597082)
[![PyPI version](https://badge.fury.io/py/lingpy.png)](https://badge.fury.io/py/lingpy)
[![Documentation](https://bade.fury.io/py/lingpy.png)](https://lingpy.github.io)


Authors (Version 2.6.12): Johann-Mattis List and Robert Forkel

Collaborators: 
Christoph Rzymski, Simon J. Greenhill, Steven Moran, Peter Bouda, Johannes Dellert, Taraka Rama, Tiago Tresoldi, Gereon Kaiping, Frank Nagel, and Patrick Elmer.
 
LingPy is a Python library for historical linguistics. It is being developed for Python 2.7 and Python 3.x 
using [a single codebase](https://docs.python.org/3/howto/pyporting.html).

* All source code is available at: [https://github.com/lingpy/lingpy](https://github.com/lingpy/lingpy).
* Documentation can be found at: [http://lingpy.org](http://lingpy.org).
* For a list of papers in which LingPy was applied, see [here](https://github.com/lingpy/lingpy/blob/master/PAPERS.md).

## Quick Installation

For our latest stable version, you can simply use pip or easy_install for installation:
```bash
$ pip install lingpy
```
or 
```bash
$ pip install lingpy
```
Depending on which easy_install or pip version you use, either the Python2 or the Python3 version of LingPy will be installed.

If you want to install the current GitHub version of LingPy on your system, open a terminal and type in the following:
```bash
$ git clone https://github.com/lingpy/lingpy/
$ cd lingpy
$ python setup.py install
```

If the last command above returns you some error regarding user permissions (usually "Errno 13"), you can install
LingPy in your home Python setup:
```
$ python setup.py install --user
```

In order to use the library, start an interactive Python session and import LingPy as follows:
```python
>>> from lingpy import *
```

To install LingPy to hack on it, fork the repository on GitHub, open a terminal and type:
```bash
$ git clone https://github.com/<your-github-user>/lingpy/
$ cd lingpy
$ python setup.py develop
```
This will install LingPy in ["development mode"](http://pythonhosted.org//setuptools/setuptools.html#development-mode),
i.e. you will be able edit the sources in the cloned repository and import the altered code just as the regular Python package.





            

Raw data

            {
    "_id": null,
    "home_page": "https://lingpy.org",
    "name": "lingpy",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "linguistics,sequence alignment,computational linguistics,dialectology,cognate detection",
    "author": "Johann-Mattis List and Robert Forkel",
    "author_email": "info@lingpy.org",
    "download_url": "https://files.pythonhosted.org/packages/a0/82/783d435ddb7135fed945740a4ea3331519411a496c9fb3970880bb49070d/lingpy-2.6.13.tar.gz",
    "platform": "any",
    "description": "# LingPy: A Python Library for Automatic Tasks in Historical Linguistics\n\nThis repository contains the Python package `lingpy` which can be used for various tasks in computational historical linguistics.\n\n[![Build Status](https://github.com/lingpy/lingpy/workflows/tests/badge.svg)](https://github.com/lingpy/lingpy/actions?query=workflow%3Atests)\n[![DOI](https://zenodo.org/badge/doi/10.5281/zenodo.597082.svg)](https://doi.org/10.5281/zenodo.597082)\n[![PyPI version](https://badge.fury.io/py/lingpy.png)](https://badge.fury.io/py/lingpy)\n[![Documentation](https://bade.fury.io/py/lingpy.png)](https://lingpy.github.io)\n\n\nAuthors (Version 2.6.12): Johann-Mattis List and Robert Forkel\n\nCollaborators: \nChristoph Rzymski, Simon J. Greenhill, Steven Moran, Peter Bouda, Johannes Dellert, Taraka Rama, Tiago Tresoldi, Gereon Kaiping, Frank Nagel, and Patrick Elmer.\n \nLingPy is a Python library for historical linguistics. It is being developed for Python 2.7 and Python 3.x \nusing [a single codebase](https://docs.python.org/3/howto/pyporting.html).\n\n* All source code is available at: [https://github.com/lingpy/lingpy](https://github.com/lingpy/lingpy).\n* Documentation can be found at: [http://lingpy.org](http://lingpy.org).\n* For a list of papers in which LingPy was applied, see [here](https://github.com/lingpy/lingpy/blob/master/PAPERS.md).\n\n## Quick Installation\n\nFor our latest stable version, you can simply use pip or easy_install for installation:\n```bash\n$ pip install lingpy\n```\nor \n```bash\n$ pip install lingpy\n```\nDepending on which easy_install or pip version you use, either the Python2 or the Python3 version of LingPy will be installed.\n\nIf you want to install the current GitHub version of LingPy on your system, open a terminal and type in the following:\n```bash\n$ git clone https://github.com/lingpy/lingpy/\n$ cd lingpy\n$ python setup.py install\n```\n\nIf the last command above returns you some error regarding user permissions (usually \"Errno 13\"), you can install\nLingPy in your home Python setup:\n```\n$ python setup.py install --user\n```\n\nIn order to use the library, start an interactive Python session and import LingPy as follows:\n```python\n>>> from lingpy import *\n```\n\nTo install LingPy to hack on it, fork the repository on GitHub, open a terminal and type:\n```bash\n$ git clone https://github.com/<your-github-user>/lingpy/\n$ cd lingpy\n$ python setup.py develop\n```\nThis will install LingPy in [\"development mode\"](http://pythonhosted.org//setuptools/setuptools.html#development-mode),\ni.e. you will be able edit the sources in the cloned repository and import the altered code just as the regular Python package.\n\n\n\n\n",
    "bugtrack_url": null,
    "license": "gpl-3.0",
    "summary": "Python library for quantitative tasks in historical linguistics",
    "version": "2.6.13",
    "project_urls": {
        "Homepage": "https://lingpy.org"
    },
    "split_keywords": [
        "linguistics",
        "sequence alignment",
        "computational linguistics",
        "dialectology",
        "cognate detection"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7ff3d69a48cdb41add60444d34ca302db28b8f8dde67ae18a4e24af9787f2331",
                "md5": "ccfa26c12b26a49ae41856ec5e6f97c2",
                "sha256": "d582f6b3ca4e41299fa6caee8f1e4b41da31219c079dfe8d7e19302b2573ab72"
            },
            "downloads": -1,
            "filename": "lingpy-2.6.13-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ccfa26c12b26a49ae41856ec5e6f97c2",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.8",
            "size": 602420,
            "upload_time": "2023-12-14T06:17:28",
            "upload_time_iso_8601": "2023-12-14T06:17:28.630846Z",
            "url": "https://files.pythonhosted.org/packages/7f/f3/d69a48cdb41add60444d34ca302db28b8f8dde67ae18a4e24af9787f2331/lingpy-2.6.13-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a082783d435ddb7135fed945740a4ea3331519411a496c9fb3970880bb49070d",
                "md5": "42f84c7db7d942a215164ee847bb9fec",
                "sha256": "a4a3504b6d824d658f3e7b4ae67cd6aebdd645b0ee711fa010c1b68378f93373"
            },
            "downloads": -1,
            "filename": "lingpy-2.6.13.tar.gz",
            "has_sig": false,
            "md5_digest": "42f84c7db7d942a215164ee847bb9fec",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 555100,
            "upload_time": "2023-12-14T06:17:32",
            "upload_time_iso_8601": "2023-12-14T06:17:32.022340Z",
            "url": "https://files.pythonhosted.org/packages/a0/82/783d435ddb7135fed945740a4ea3331519411a496c9fb3970880bb49070d/lingpy-2.6.13.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-14 06:17:32",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "lingpy"
}
        
Elapsed time: 0.17166s