Pre-built binary Python wheels from the Tin Nguyen Lab.
A PEP 503 "simple repository" served via GitHub Pages at https://tinnlab.github.io/pypi/simple/. It hosts compiled wheels only — source repositories are private.
This is the Python counterpart to tinnlab/drat, which serves the lab's R binaries. One index, all packages.
| Package | Description |
|---|---|
| press | Perturbation-Resampled Enrichment with Semantic Smoothing |
pip install press --index-url https://tinnlab.github.io/pypi/simple/To keep PyPI as the source for everything else and use this index only for lab packages:
pip install press --extra-index-url https://tinnlab.github.io/pypi/simple/pip picks the wheel matching your platform, architecture and Python version
automatically. If no wheel matches, the install fails rather than falling back to a
source build — there is no source distribution.
| OS | Architecture | Python |
|---|---|---|
| Linux (manylinux) | x86_64 | 3.9 – 3.13 |
| macOS | arm64 | 3.9 – 3.13 |
| Windows | x86_64 | 3.9 – 3.13 |
Wheels are published automatically by the release workflow in each package's own (private) source repository.
Phi Bya — phi@wayne.edu