Skip to content

request access for deephaven-core and pydeephaven #176

Description

@jmao-denver

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:

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):

  • devinrsmith
  • jianfengmao

(Filing from GitHub @jmao-denver, which is the jianfengmao account above.)

Happy to provide anything else you need for due diligence.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions