{"id":15937213,"url":"https://github.com/letiziaia/multiway-alignment","last_synced_at":"2025-08-16T12:31:26.517Z","repository":{"id":77004786,"uuid":"595729056","full_name":"letiziaia/multiway-alignment","owner":"letiziaia","description":"A python library providing measures of multiway issue alignment.","archived":false,"fork":false,"pushed_at":"2024-09-23T07:06:12.000Z","size":602,"stargazers_count":1,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-29T13:55:53.836Z","etag":null,"topics":["alignment","computational-social-science","data-science","polarization","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/letiziaia.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-01-31T17:34:48.000Z","updated_at":"2024-08-04T12:33:43.000Z","dependencies_parsed_at":"2024-01-18T17:42:31.773Z","dependency_job_id":"0cb10bdc-02e7-4fc4-9c76-a16b8415fa7e","html_url":"https://github.com/letiziaia/multiway-alignment","commit_stats":null,"previous_names":["letiziaia/multiway-alignment"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/letiziaia%2Fmultiway-alignment","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/letiziaia%2Fmultiway-alignment/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/letiziaia%2Fmultiway-alignment/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/letiziaia%2Fmultiway-alignment/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/letiziaia","download_url":"https://codeload.github.com/letiziaia/multiway-alignment/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230037104,"owners_count":18163086,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["alignment","computational-social-science","data-science","polarization","python"],"created_at":"2024-10-07T05:01:22.657Z","updated_at":"2024-12-16T22:44:49.766Z","avatar_url":"https://github.com/letiziaia.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![multiway-alignment](https://github.com/letiziaia/multiway-alignment/actions/workflows/validate.yml/badge.svg)](https://github.com/letiziaia/multiway-alignment/actions/workflows/validate.yml)\n[![Python 3.10+](https://img.shields.io/badge/python-3.10+-blue.svg)](https://www.python.org/downloads/release/python-3100/)\n[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://github.com/letiziaia/multiway-alignment/blob/main/LICENSE)\n[![codecov](https://codecov.io/gh/letiziaia/multiway-alignment/graph/badge.svg?token=KSXP8K5A8S)](https://codecov.io/gh/letiziaia/multiway-alignment)\n[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.12593833.svg)](https://doi.org/10.5281/zenodo.12593833)\n[![arXiv](https://img.shields.io/badge/arXiv-2408.00139-b31b1b.svg)](https://arxiv.org/abs/2408.00139)\n\n\n# multiway-alignment\n\nThis repository implements an algorithm for quantifying multiway alignment or higher-order alignment, that is, the alignment across n different issues or dimensions. You can refer to the [paper](https://arxiv.org/abs/2408.00139) for more details.\n\n## Structure of the repo\n\n- `\\multiway_alignment\\`: source code\n- `\\tests\\`: tests for the source code\n\n## Installing the package\n\n### From PIP\n\nThis package can be installed directly from the Python Package Index (PyPI) using `pip` from the command-line interface by executing the following command:\n\n```shell\n$ pip install multiway-alignment\n```\n\n### Build from source\n\nAlternatively, the package can be installed by first cloning the repository containing the source code and then installing the package locally in a chosen directory:\n\n```shell\n$ git clone git@github.com:letiziaia/multiway-alignment.git\n$ cd multiway-alignment\n$ pip install .\n```\n\n## Setting up the development environment\n\n![python](https://img.shields.io/badge/Python-FFD43B?style=for-the-badge\u0026logo=python\u0026logoColor=blue)\n\nYou should have python \u003e= 3.10 and [pipenv](https://github.com/pypa/pipenv#installation) installed.\n\n```shell\n# install dependencies (including dev)\n$ pipenv install --dev\n\n# activate environment\n$ pipenv shell\n```\n\n## Formatting\n\nThe project uses [Black](https://black.readthedocs.io/en/stable/index.html), [flake8](https://flake8.pycqa.org/en/latest/) and [ruff](https://docs.astral.sh/ruff/) code linting.\nAll the code can be formatted by running `python3 -m black .` in root dir.\nAdditional issues can be found by running `python3 -m flake8 .` and `python3 -m ruff check .` in root dir.\n\n## Tests\n\nThis code is built and tested for python 3.10, 3.11, 3.12, and 3.13.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fletiziaia%2Fmultiway-alignment","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fletiziaia%2Fmultiway-alignment","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fletiziaia%2Fmultiway-alignment/lists"}