Huak

Latest version: v0.0.19

Safety actively analyzes 681866 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 6

0.0.9alpha.2

> ⚠️ Disclaimer: `huak` is entering its [Alpha phase](https://github.com/cnpryer/huak/milestones) and is still considered a proof-of-concept.

This is a quick patch to [v0.0.9-alpha.1](https://github.com/cnpryer/huak/releases/tag/v0.0.9-alpha.1) that provides more robust package string parsing.

What's Changed
* Remove cargo install documentation by cnpryer in https://github.com/cnpryer/huak/pull/405
* Improve PythonPackage::from_str parsing logic by cnpryer in https://github.com/cnpryer/huak/pull/406
* Bump to v0.0.9-alpha.2 by cnpryer in https://github.com/cnpryer/huak/pull/407


**Full Changelog**: https://github.com/cnpryer/huak/compare/v0.0.9-alpha.1...v0.0.9-alpha.2

0.0.9alpha.1

> ⚠️ Disclaimer: `huak` is entering its [Alpha phase](https://github.com/cnpryer/huak/milestones) and is still considered a proof-of-concept.

What's Changed
* Update README & lockfile by cnpryer in https://github.com/cnpryer/huak/pull/376
* Update lockfile by cnpryer in https://github.com/cnpryer/huak/pull/377
* Silently activate venv by cnpryer in https://github.com/cnpryer/huak/pull/378
* Bump toml_edit from 0.14.4 to 0.17.1 by dependabot in https://github.com/cnpryer/huak/pull/366
* Bump serde from 1.0.145 to 1.0.152 by dependabot in https://github.com/cnpryer/huak/pull/364
* Bump serde_json from 1.0.86 to 1.0.91 by dependabot in https://github.com/cnpryer/huak/pull/362
* Bump reqwest from 0.11.12 to 0.11.13 by dependabot in https://github.com/cnpryer/huak/pull/358
* Use src project structure by cnpryer in https://github.com/cnpryer/huak/pull/380
* Remove premature huak-py project by cnpryer in https://github.com/cnpryer/huak/pull/381
* Update README.md by cnpryer in https://github.com/cnpryer/huak/pull/382
* Refactor venv usage pattern by cnpryer in https://github.com/cnpryer/huak/pull/383
* Bump clap_complete from 4.0.5 to 4.1.0 by dependabot in https://github.com/cnpryer/huak/pull/388
* Bump clap from 4.1.1 to 4.1.3 by dependabot in https://github.com/cnpryer/huak/pull/389
* Create venv from install command if none exists by cnpryer in https://github.com/cnpryer/huak/pull/390
* Clean up `package` and fix `uninlined_format_args` lint by cnpryer in https://github.com/cnpryer/huak/pull/392
* Rename PythonPackage::new to from_str_parts by cnpryer in https://github.com/cnpryer/huak/pull/393
* Use PythonPackage.name instead of .string() by cnpryer in https://github.com/cnpryer/huak/pull/396
* Rename PythonPackage::from to from_str by cnpryer in https://github.com/cnpryer/huak/pull/395
* Use pep440-rs v0.1.1 by cnpryer in https://github.com/cnpryer/huak/pull/391
* Clean up HuakErrors by cnpryer in https://github.com/cnpryer/huak/pull/398
* Improve dependency installation facilities and some refactors by cnpryer in https://github.com/cnpryer/huak/pull/400
* Improved project file dependency search for add command
* Improved version string management for add command
* Replace --dev from add command with --group
* Fixed install test
* Improved project bootstrapping method flow
* More primitive Toml struct
* Removed ProjectConfig struct
* Added ProjectFile struct
* Added Installer struct
* Renamed venv in function/method signatures to python_environment
* Mutation on ProjectFile clones managed by library operations
* Improved other command argument logic (parsing, application)
* Require explicit --group for remove and install commands
* Added --app and --lib to init command
* Renamed Project::from to from_directory
* Improved version string management for add command
* Replace --dev from add command with --group
* Fixed install test
* Improved project bootstrapping method flow
* More primitive Toml struct
* Removed ProjectConfig struct
* Added ProjectFile struct
* Added Installer struct
* Renamed venv in function/method signatures to python_environment
* Mutation on ProjectFile clones managed by library operations
* Improved other command argument logic (parsing, application)
* Require explicit --group for remove and install commands
* Added --app and --lib to init command
* Renamed Project::from to from_directory
* Rename Venv::from_path to from_directory and other improvements by cnpryer in https://github.com/cnpryer/huak/pull/401
* Add colored for error messages and add WrappedCommandError by cnpryer in https://github.com/cnpryer/huak/pull/403
* Updated error messages by cnpryer in https://github.com/cnpryer/huak/pull/404
* Bump to v0.0.9-alpha.1 by cnpryer in https://github.com/cnpryer/huak/pull/402


**Full Changelog**: https://github.com/cnpryer/huak/compare/v0.0.8-alpha.2...v0.0.9-alpha.1

0.0.8alpha.2

> ⚠️ Disclaimer: huak is entering its [Alpha phase](https://github.com/cnpryer/huak/milestones) and is still considered a proof-of-concept.

NOTE: 369

What's Changed
* Build general py3 wheels for distribution by cnpryer in https://github.com/cnpryer/huak/pull/373
* Bump to v0.0.8-alpha.2 by cnpryer in https://github.com/cnpryer/huak/pull/375


**Full Changelog**: https://github.com/cnpryer/huak/compare/v0.0.8-alpha.1...v0.0.8-alpha.2

0.0.8alpha.1

> ⚠️ Disclaimer: huak is entering its [Alpha phase](https://github.com/cnpryer/huak/milestones) and is still considered a proof-of-concept.

NOTE: 369

What's Changed
* Remove unnecessary to_path_buf usage by saguywalker in https://github.com/cnpryer/huak/pull/325
* Update README.md by cnpryer in https://github.com/cnpryer/huak/pull/326
* Shell completion command by MitchellBerend in https://github.com/cnpryer/huak/pull/332
* Update README.md by cnpryer in https://github.com/cnpryer/huak/pull/334
* Fix for latest clippy lints by cnpryer in https://github.com/cnpryer/huak/pull/337
* Refactor manifest data into Config struct by cnpryer in https://github.com/cnpryer/huak/pull/336
* Move test_files to resources by cnpryer in https://github.com/cnpryer/huak/pull/340
* Remove test_files dir by cnpryer in https://github.com/cnpryer/huak/pull/342
* fix: Set `rust-version` to 1.62.0 by dmatos2012 in https://github.com/cnpryer/huak/pull/339
* Refactor Project struct to project mod.rs by cnpryer in https://github.com/cnpryer/huak/pull/347
* Set openssl as an optional dependency by cnpryer in https://github.com/cnpryer/huak/pull/348
* Bump clap from 4.0.15 to 4.0.23 by dependabot in https://github.com/cnpryer/huak/pull/349
* python binary resolution by MitchellBerend in https://github.com/cnpryer/huak/pull/335
* Fix maturin failure by cnpryer in https://github.com/cnpryer/huak/pull/351
* Bump clap_complete from 4.0.3 to 4.0.5 by dependabot in https://github.com/cnpryer/huak/pull/353
* Update README.md by cnpryer in https://github.com/cnpryer/huak/pull/355
* Refactor Project and Venv usage by cnpryer in https://github.com/cnpryer/huak/pull/367
* Pass caught error on in add operation by cnpryer in https://github.com/cnpryer/huak/pull/368
* Update README.md by cnpryer in https://github.com/cnpryer/huak/pull/370
* Bump to 0.0.8-alpha.1 by cnpryer in https://github.com/cnpryer/huak/pull/371

New Contributors
* saguywalker made their first contribution in https://github.com/cnpryer/huak/pull/325
* MitchellBerend made their first contribution in https://github.com/cnpryer/huak/pull/332
* dmatos2012 made their first contribution in https://github.com/cnpryer/huak/pull/339

**Full Changelog**: https://github.com/cnpryer/huak/compare/v0.0.7-alpha.3...v0.0.8-alpha.1

0.0.7alpha.3

> ⚠️ Disclaimer: `huak` is entering its [Alpha phase](https://github.com/cnpryer/huak/milestones) and is still considered a proof-of-concept.

Highlights
* `huak new` initializes projects with .git
* Update `huak activate` for more Windows compatibility
* Add basic `huak run` command

What's Changed
* Indicate start of Alpha phase by cnpryer in https://github.com/cnpryer/huak/pull/307
* Implement first-pass `activate` command for Windows by LoipesMas in https://github.com/cnpryer/huak/pull/306
* Update README.md by cnpryer in https://github.com/cnpryer/huak/pull/308
* Bump toml_edit from 0.13.4 to 0.14.4 by dependabot in https://github.com/cnpryer/huak/pull/309
* Bump clap from 4.0.10 to 4.0.11 by dependabot in https://github.com/cnpryer/huak/pull/310
* Bump serde_json from 1.0.85 to 1.0.86 by dependabot in https://github.com/cnpryer/huak/pull/311
* Handle errors in `activate` better by LoipesMas in https://github.com/cnpryer/huak/pull/314
* CI updates by dpgraham4401 in https://github.com/cnpryer/huak/pull/313
* Fix README.md by cnpryer in https://github.com/cnpryer/huak/pull/316
* Reorganize ci-rust by cnpryer in https://github.com/cnpryer/huak/pull/315
* Bump clap from 4.0.11 to 4.0.15 by dependabot in https://github.com/cnpryer/huak/pull/317
* Add git initialization to `new` command by LoipesMas in https://github.com/cnpryer/huak/pull/320
* Add basic run command by icp1994 in https://github.com/cnpryer/huak/pull/319
* Update ci-python.yaml by cnpryer in https://github.com/cnpryer/huak/pull/323
* Default new command to Library project type by cnpryer in https://github.com/cnpryer/huak/pull/322
* Bump to v0.0.7-alpha.3 by cnpryer in https://github.com/cnpryer/huak/pull/324


**Full Changelog**: https://github.com/cnpryer/huak/compare/v0.0.7-alpha.2...v0.0.7-alpha.3

0.0.7alpha.2

> ⚠️ Disclaimer: `huak` is currently in its [proof-of-concept (PoC) phase](https://github.com/cnpryer/huak/milestones).

Highlights
* Sets `huak activate` as unsupported on windows (https://github.com/cnpryer/huak/pull/302)

What's Changed
* Add windows and macos to ci-rust action by cnpryer in https://github.com/cnpryer/huak/pull/300
* Set activate command to unimplemented on windows by cnpryer in https://github.com/cnpryer/huak/pull/301
* Bump to v0.0.7-alpha.2 by cnpryer in https://github.com/cnpryer/huak/pull/304
* Update README.md by cnpryer in https://github.com/cnpryer/huak/pull/305


**Full Changelog**: https://github.com/cnpryer/huak/compare/v0.0.7-alpha.1...v0.0.7-alpha.2

Page 4 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.