Placeholder for an upcoming package; not ready for use.
Project description
backpressure
This package is under active development and not yet ready for use.
It exists on PyPI as a minimal placeholder to reserve the project name while the real implementation is prepared. Please do not depend on it in production.
Development
This repo uses uv and hatchling as the build backend. Local Python is pinned in .python-version (currently 3.14); pyproject.toml declares requires-python = ">=3.11" so CI can exercise 3.11 through 3.14.
- Create a venv and install the project in editable mode:
uv sync - Install dev tools (ruff, basedpyright, pytest):
uv sync --all-extras --dev - Build sdist and wheel into
dist/:uv build
Continuous integration
On every push and pull request to main, GitHub Actions runs uv sync --locked --all-extras --dev, ruff, basedpyright, and pytest on Python 3.11–3.14. The same workflow is exposed as workflow_call so .github/workflows/publish.yml can run checks before publishing.
Publishing (PyPI trusted publisher, no API token)
Publishing runs only when you publish a GitHub Release (not on draft releases). The publish job uses OpenID Connect to PyPI—no UV_PUBLISH_TOKEN in GitHub secrets.
-
PyPI — add a pending trusted publisher (Account settings → Publishing → Trusted publisher management → Add a new pending publisher → GitHub):
- PyPI project name:
backpressure(must match[project].nameinpyproject.toml). - Owner: your GitHub username or organization (the
github.com/<owner>/...segment). - Repository name: this repo’s name (e.g.
backpressure-placeholder). - Workflow name:
publish.yml. - Environment name: if you use
pypihere, it must match the GitHub Environment below. If you leave it empty on PyPI, remove theenvironment:block from thepublishjob in.github/workflows/publish.ymlso the two match.
- PyPI project name:
-
GitHub — environment (only if you set “pypi” on PyPI)
In the repo: Settings → Environments → New environment → namepypi. You do not need to add a PyPI token; optional protection rules (e.g. required reviewers) control who can publish. -
Repo — ship the workflows
Ensuremaincontains.github/workflows/ci.ymland.github/workflows/publish.ymlas in this repository. -
Version — align
pyproject.tomland the release
Setversioninpyproject.tomlto the version you are about to ship (e.g.0.0.1). Commit and push tomain. PyPI will reject a version that already exists for that project. -
Tag and release
Create a git tag on that commit (convention:v0.0.1matching the version). In GitHub: Releases → Draft a new release, choose the tag, set title/notes, then Publish release. That firesrelease: types: [published], runsciviaworkflow_call, thenpublish(uv build --clearanduv publish --trusted-publishing always). -
Verify
Openhttps://pypi.org/project/backpressure/and confirm the new version appears.
Optional — publish from your laptop instead: after uv build --clear, use uv publish with a PyPI API token (UV_PUBLISH_TOKEN or --token). That path does not use the trusted publisher setup above.
PyPI ownership is independent of where the Git repository is hosted. After the name is claimed, you can move the project to another org or URL and update Homepage / Repository links in pyproject.toml (or on the PyPI project page) whenever you like.
Project details
Release history Release notifications | RSS feed
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 backpressure-0.0.1.tar.gz.
File metadata
- Download URL: backpressure-0.0.1.tar.gz
- Upload date:
- Size: 9.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f542e947216319c47616e1ad108bf10671e94793fefc2c016be137994a9c21b5
|
|
| MD5 |
d3fb31fda19b250b9a2838af592057fa
|
|
| BLAKE2b-256 |
6ca105bdb9b7429c745da333eda0d1fe65b215bc8985b310f1a26eca79b4725f
|
File details
Details for the file backpressure-0.0.1-py3-none-any.whl.
File metadata
- Download URL: backpressure-0.0.1-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ab635c509f18a50cb3beb7b72fb5a5cb36c37802ede3ea03ce07039e45350c83
|
|
| MD5 |
5860670cb4ff0aa0aeeebfd64102eb15
|
|
| BLAKE2b-256 |
725607d1c970cfd1e34717c73e8e56cbf828054a5d1ba732dceaf4b4eab83b71
|