huak
huak copied to clipboard
[wip] A Python package manager written in Rust and inspired by Cargo.
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.
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...
## 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...
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...
## 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"...
## 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...
## 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,...