Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
This repository contains the Python package lingpy
which can be used for various tasks in computational historical linguistics.
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.
For our latest stable version, you can simply use pip or easy_install for installation:
$ pip install lingpy
or
$ 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:
$ 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:
>>> from lingpy import *
To install LingPy to hack on it, fork the repository on GitHub, open a terminal and type:
$ git clone https://github.com/<your-github-user>/lingpy/
$ cd lingpy
$ python setup.py develop
This will install LingPy in "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.
FAQs
Python library for quantitative tasks in historical linguistics
We found that lingpy demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.