Hi! We'd like to request access to upload nightly wheels for two packages from Deephaven Community Core: https://github.com/deephaven/deephaven-core
Both are built from that one monorepo:
deephaven-core — the Deephaven engine Python package
pydeephaven — the pure-Python gRPC client
Both are already published to PyPI on release. These would be PEP 440 dev pre-releases (X.Y.devYYYYMMDDHHMM) built nightly from main.
Why: consuming the latest main is already possible, just not streamlined. Today a downstream project has to either build from source — a full Gradle build plus a Java toolchain — or pull a wheel out of a CI artifact and install it by hand. Both work, but neither can be expressed in a requirements file or dropped into a CI job.
Publishing nightlies reduces that to a single pip install --pre --extra-index-url ... line, so our MCP server, examples repository, and documentation build can track the latest main automatically and surface breakage before a release rather than after. It also lets users pick up a fix for their own testing without waiting on a release cycle.
Both wheels are pure Python (py3-none-any) and small.
Representatives (anaconda.org usernames):
(Filing from GitHub @jmao-denver, which is the jianfengmao account above.)
Happy to provide anything else you need for due diligence.
Hi! We'd like to request access to upload nightly wheels for two packages from Deephaven Community Core: https://github.com/deephaven/deephaven-core
Both are built from that one monorepo:
deephaven-core— the Deephaven engine Python packagepydeephaven— the pure-Python gRPC clientBoth are already published to PyPI on release. These would be PEP 440 dev pre-releases (
X.Y.devYYYYMMDDHHMM) built nightly frommain.Why: consuming the latest
mainis already possible, just not streamlined. Today a downstream project has to either build from source — a full Gradle build plus a Java toolchain — or pull a wheel out of a CI artifact and install it by hand. Both work, but neither can be expressed in a requirements file or dropped into a CI job.Publishing nightlies reduces that to a single
pip install --pre --extra-index-url ...line, so our MCP server, examples repository, and documentation build can track the latestmainautomatically and surface breakage before a release rather than after. It also lets users pick up a fix for their own testing without waiting on a release cycle.Both wheels are pure Python (
py3-none-any) and small.Representatives (anaconda.org usernames):
devinrsmithjianfengmao(Filing from GitHub @jmao-denver, which is the
jianfengmaoaccount above.)Happy to provide anything else you need for due diligence.