pse — Python Search Engine
Find Python packages across PyPI, Conda channels, and other compatible indexes.
pse is a cross-source command-line Python package search tool. It searches Python packages without installing packages or using a package manager at runtime.
Features
- Search PyPI by default, or select exact PyPI and Conda sources.
- Detect PyPI-compatible indexes and Conda channels from source URLs.
- Produce human-readable tables or structured JSON.
Usage
Using pse on-the-fly
You can run pse directly with uvx, pipx or pixi exec without a permanent install.
uvx
uvx pse pkg
pipx
pipx run pse pkg
pixi exec
pixi exec -s uv uvx pse pkg
Installing pse for repeated use
You can install pse as global command with uv tool install for repeated use:
uv tool install pse
pse pkg
Use-cases
Search PyPI by default:
pse pkg
Search only conda-forge:
pse pkg --source conda-forge
Search a PyPI-compatible source URL:
pse pkg --source https://download.pytorch.org/whl/cu126
Search a Conda channel URL:
pse pkg --source https://conda.anaconda.org/bioconda
Use multiple exact sources:
pse pkg --source pypi --source conda-forge --source https://download.pytorch.org/whl/cu126
Sources
PyPI
pse searches the PyPI Simple API by default. The
pypi source name and source URLs that expose a compatible Simple index, such
as the PyTorch wheel index, use the PyPI adapter.
Conda
pse searches Conda only when conda-forge or a detected Conda source URL is
selected. It reads current_repodata.json.bz2 for the selected channel and
platform, and also searches noarch unless the requested platform is already
noarch.
The built-in conda-forge source maps to conda.anaconda.org. Full channel URLs
are detected automatically; source URLs must point to channel roots.
The reduced current_repodata metadata is fast, but it may not contain every historical Conda package version.
JSON output
pse can produce structured JSON output for programmatic consumption and agent friendly use. The JSON output contains a results array with one entry per source. Each entry contains the source name, package name, and an array of available versions:
{
"query": "torch",
"platform": "win-64",
"results": [
{
"source": "pypi",
"name": "torch",
"versions": [
{
"version": "2.13.0",
"build": null,
"platform": null
}
]
}
]
}
If a source fails, an errors array is added to the document.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pse-0.1.3.tar.gz.
File metadata
- Download URL: pse-0.1.3.tar.gz
- Upload date:
- Size: 9.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
692b7dbc70cf5563081d27ac178e9d27a6a8fad0f558cab2eccc647445df2810
|
|
| MD5 |
7e8d8c8828027a95a38836ee97ead297
|
|
| BLAKE2b-256 |
5679be37117c316ca6e73f12381a31ad5b3553ee008194c7c6529beeb83c6d5b
|
Provenance
The following attestation bundles were made for pse-0.1.3.tar.gz:
Publisher:
ci-cd.yml on mdonmez/pse
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pse-0.1.3.tar.gz -
Subject digest:
692b7dbc70cf5563081d27ac178e9d27a6a8fad0f558cab2eccc647445df2810 - Sigstore transparency entry: 2434744761
- Sigstore integration time:
-
Permalink:
mdonmez/pse@c70b8c94a597e2779cba4eb6e945c065d8bfdf93 -
Branch / Tag:
refs/tags/v0.1.3 - Owner: https://github.com/mdonmez
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@c70b8c94a597e2779cba4eb6e945c065d8bfdf93 -
Trigger Event:
push
-
Statement type:
File details
Details for the file pse-0.1.3-py3-none-any.whl.
File metadata
- Download URL: pse-0.1.3-py3-none-any.whl
- Upload date:
- Size: 13.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
da8c6e4406691cb86899232172fd1ea8a2b16c87c81de16bf8ece90d02e16786
|
|
| MD5 |
c7aae299168233aa40ed0252d7751e3a
|
|
| BLAKE2b-256 |
4280f2eb91c6440fec97b082ba48c83e53eb26cd43a0c859f8e1a4e54059ad6a
|
Provenance
The following attestation bundles were made for pse-0.1.3-py3-none-any.whl:
Publisher:
ci-cd.yml on mdonmez/pse
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pse-0.1.3-py3-none-any.whl -
Subject digest:
da8c6e4406691cb86899232172fd1ea8a2b16c87c81de16bf8ece90d02e16786 - Sigstore transparency entry: 2434745452
- Sigstore integration time:
-
Permalink:
mdonmez/pse@c70b8c94a597e2779cba4eb6e945c065d8bfdf93 -
Branch / Tag:
refs/tags/v0.1.3 - Owner: https://github.com/mdonmez
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@c70b8c94a597e2779cba4eb6e945c065d8bfdf93 -
Trigger Event:
push
-
Statement type: