{"id":46366499,"url":"https://github.com/aj-white/piplexed","last_synced_at":"2026-03-05T02:19:25.993Z","repository":{"id":171087393,"uuid":"585934255","full_name":"aj-white/piplexed","owner":"aj-white","description":"Find outdated packages installed with pipx or uv tool","archived":false,"fork":false,"pushed_at":"2025-06-02T22:49:24.000Z","size":1208,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-11-07T05:25:20.887Z","etag":null,"topics":["cli","pipx","pypi","python"],"latest_commit_sha":null,"homepage":"https://aj-white.github.io/piplexed/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aj-white.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","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,"zenodo":null}},"created_at":"2023-01-06T13:41:57.000Z","updated_at":"2025-06-02T22:49:48.000Z","dependencies_parsed_at":"2023-12-20T20:48:38.511Z","dependency_job_id":"a6f85ef6-7158-4399-be4b-fb8857d31f9c","html_url":"https://github.com/aj-white/piplexed","commit_stats":null,"previous_names":["aj-white/piplexed"],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/aj-white/piplexed","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aj-white%2Fpiplexed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aj-white%2Fpiplexed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aj-white%2Fpiplexed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aj-white%2Fpiplexed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aj-white","download_url":"https://codeload.github.com/aj-white/piplexed/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aj-white%2Fpiplexed/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30106732,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T01:39:18.192Z","status":"online","status_checked_at":"2026-03-05T02:00:06.710Z","response_time":93,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["cli","pipx","pypi","python"],"created_at":"2026-03-05T02:19:24.567Z","updated_at":"2026-03-05T02:19:25.979Z","avatar_url":"https://github.com/aj-white.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# Piplexed\n\n### Find outdated packages installed with pipx or uv\n\n[![PyPI - Version](https://img.shields.io/pypi/v/piplexed.svg)](https://pypi.org/project/piplexed)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/piplexed)](https://pypi.org/project/piplexed)\n\n**Piplexed** is a command line tool to identify outdated python packages, installed from [PyPI](https://pypi.org/), via [pipx](https://pypa.github.io/pipx/) or [uv](https://docs.astral.sh/uv/) (using the `uv tool` command).\n\n**Documentation**: [https://aj-white.github.io/piplexed/](https://aj-white.github.io/piplexed/)\n\n\u003c/div\u003e\n\n## ⛳ Table of Contents\n\n- [Usage](#usage)\n- [Installation](#installation)\n- [Why piplexed ?](#why-piplexed)\n- [Caveats](#caveats)\n- [License](#license)\n\n\n\n## 🔧 Usage\n\n### Show Outdated Packages (Tools)\n\nIgnores prelease and dev releases by default.\n\n#### Installed with Pipx\n\n```console\npiplexed list --outdated\n```\n\n\u003cp align=\"left\"\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/aj-white/piplexed/main/docs/img/piplexed-list-out.gif\" alt=\"piplexed in action\" width=750/\u003e\n\u003c/p\u003e\n\n#### Installed with uv\n```console\npiplexed list --outdated --tool uv\n```\n\n### Show outdated packages (include pre or dev releases)\n\n#### Installed with pipx\n\n```console\npiplexed list --outdated --pre\n```\n\n\u003cp\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/aj-white/piplexed/main/docs/img/piplexed-list-outdated-pre.PNG\" alt=\"pipx installed tool include prerelease\" width=300/\u003e\n\u003c/p\u003e\n\n#### Installed with uv\n```consle\npiplexed list --outdated --pre --tool uv\n```\n\n\u003cp\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/aj-white/piplexed/main/docs/img/piplexed-list-outdated-pre-uv.PNG\" alt=\"uv installed tool include prerelease\" width=300/\u003e\n\u003c/p\u003e\n\n### List Installed Packages\n\n#### With pipx\n\n```console\npiplexed list\n```\nOutputs similar information to `pipx list`, albeit minus the names of the binaries, in a rich table format.\n\n\u003cp\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/aj-white/piplexed/main/docs/img/piplexed-list-table.PNG\" width=300\u003e\n\u003c/p\u003e\n\n\n```console\npiplexed list --tree\n```\n\nAn optional tree flag can be passed for a tree view (less useful if there are a lot of packages)\n\n\u003cp\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/aj-white/piplexed/main/docs/img/piplexed-list-tree.PNG\" alt=\"piplexed list tree\" width=200/\u003e\n\u003c/p\u003e\n\n#### With UV\n```console\npiplexed list --tool uv\n```\n\n\n\n## 👷‍♀️ Installation\n\n**Piplexed** is designed to be installed globally via **pipx** or **uv**.\n\nTo install **piplexed**:\n\n```console\npipx install piplexed\n```\n\nor\n\n```console\nuv tool install piplexed\n```\n\nAlternatively you can run it wihtout installation, supplying the required arguments shown below\n\n```console\npipx run -- piplexed \u003cARGS\u003e\n```\nor\n```console\nuv tool run piplexed \u003cARGS\u003e\n```\n\n## ❓ Why piplexed\n\nThe name **piplexed** is a play on words, it contains the letters for pipx and I was also mildly perplexed trying to find a simpler way to identify outdated pipx installed packages, only to discover it didn't exist. Put the two together and well.... you get the idea (naming things is hard after all!).\nFor a longer answer see the [documentation](https://aj-white.github.io/piplexed/Why-piplexed/).\n\n\n## 🩹 Caveats\n\n**Piplexed** is a project that I built for my workflow, but it may not work for everyone.\n\nIt is only intended to work for packages that are installed from [PyPI](https://pypi.org), so will not work for local packages or git/url etc.\n\n## 📝 License\n\n**Piplexed** is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faj-white%2Fpiplexed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faj-white%2Fpiplexed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faj-white%2Fpiplexed/lists"}