Skip to content

packaging commonhealth-cloud-storage-client on conda-forge #14

Open
@minrk

Description

@minrk

@fperez asked to package the common health cloud Python client to be on conda-forge

Current impediments:

  • strict version pinning in the package. See Python packaging recommendations, but it's usually not a good idea to pin exact dependencies in a package, as that causes conflicts with other packages. Pinning is usually a good idea when building docker images, etc., but that's best done in an external requirements.txt managed through something like pip-compile, dependabot, etc.
  • tink is a dependency that is also not yet on conda-forge (I can manage, it'll just take a bit because it uses bazel, a build system I'm not familiar with)

cc @surfdoc for the package pinning

This is not pressing, and can be done comfortably after pre-MVP. It does not block anything. Fixing the pinning would help a bit for the pre-MVP, but can be worked around without too much trouble for now.

Metadata

Metadata

Assignees

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