Skip to content

Conversation

@maltelau
Copy link

@maltelau maltelau commented Dec 1, 2025

"six" and "requests" are both implicit dependencies that a package manager will need to fetch

This would allow users to install submit_to_cluster including dependencies with uv

Example (currently working, using the branch in this PR):

uv tool install "stormdb @ https://github.com/maltelau/stormdb-python.git"
ls ~/.local/bin/submit_to_cluster
/users/maltelau/.local/bin/submit_to_cluster

Would work after this PR:
uv tool install "stormdb @ https://github.com/meeg-cfin/stormdb-python.git"

Malte Lau Petersen added 2 commits December 1, 2025 18:08
"six" and "requests" are both implicit dependencies that a package
manager will need to fetch
@maltelau
Copy link
Author

maltelau commented Dec 2, 2025

Added a README section to describe installation (with uv) and usage of the submit_to_cluster commandline function

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant