huak icon indicating copy to clipboard operation
huak copied to clipboard

[wip] A Python package manager written in Rust and inspired by Cargo.

Results 74 huak issues
Sort by recently updated
recently updated
newest added

Run `huak doc` to auto-generate documentation for your Python project.

Allow workspaces to contain sub-projects with independent metadata containing potentially same-packages with different versions.

enhancement

If we can find faster than `mypy`. Probably won't implement this as part of Huak. Ruff might do something but I'm not sure on timing. There's also [`pylyzer`](https://github.com/mtshiba/pylyzer). At the...

Depends on #719. Resolve and lock dependencies fast.

enhancement

## Description I think one of the most challenging things about taking a new tool such as the one developed here is that it always comes with a new format...

enhancement

I just started using `huak` (heard about it on the Python Bytes Podcast), and I really like the idea! I noticed that new projects created with `huak new` have a...

enhancement

## Expected Behavior Tests run. ## Actual Behavior Get an error when running cargo test. ## Steps to Reproduce Clone repo and run cargo test. ## Version version = "0.0.18"...

bug

## Expected Behavior Just trying it out and started with the huak activate command. I think based on the .toml output that it finds my old venv that I didn't...

bug

## Description Hey mate, I've tried to port my existing project from poetry to Huak, and encountered some hiccups. It seems that Streamlit cloud expects requirements.txt file, and if not,...

enhancement