Huak

Latest version: v0.0.19

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

Scan your dependencies

Page 5 of 6

0.0.7alpha.1

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

Highlights
* Adds `huak activate`
* Moves `huak clean-pycache` to `huak clean --pycache`

What's Changed
* Update .gitignore by LoipesMas in https://github.com/cnpryer/huak/pull/295
* `activate` command by LoipesMas in https://github.com/cnpryer/huak/pull/283
* Move clean-pycache command to clean flag by cnpryer in https://github.com/cnpryer/huak/pull/296
* Indicate activate command availability in README by cnpryer in https://github.com/cnpryer/huak/pull/297
* Bump to v0.0.7-alpha.1 by cnpryer in https://github.com/cnpryer/huak/pull/298

New Contributors
* LoipesMas made their first contribution in https://github.com/cnpryer/huak/pull/295

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

0.0.6alpha.1

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

Highlights
* Adds project type bootstrapping to `huak new`
* Bootstrapped project structure no longer uses src (temporary)
* Adds basic fix command

What's Changed
* Use map_err by cnpryer in https://github.com/cnpryer/huak/pull/287
* Bootstrap with template by dpgraham4401 in https://github.com/cnpryer/huak/pull/289
* Basic fix command by snapdgn in https://github.com/cnpryer/huak/pull/282
* Update fix_project test by cnpryer in https://github.com/cnpryer/huak/pull/292
* Handle ruff --fix suggestion by cnpryer in https://github.com/cnpryer/huak/pull/293
* Bump to v0.0.6-alpha.1 by cnpryer in https://github.com/cnpryer/huak/pull/294

New Contributors
* snapdgn made their first contribution in https://github.com/cnpryer/huak/pull/282

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

0.0.5alpha.2

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

What's Changed
* Use pyproject-toml by FoundedNahte in https://github.com/cnpryer/huak/pull/278
* Allow `huak install` with optional dependency groups by icp1994 in https://github.com/cnpryer/huak/pull/276
* Bump to v0.0.5-alpha.2 by cnpryer in https://github.com/cnpryer/huak/pull/284


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

0.0.5alpha.1

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

Highlights
- PyPI distribution 🎉
- Basic `build` command
- Basic optional dependencies enhancements
- Basic project type bootstrapping option
- Updated error handling

Note that we expect a `v0.0.5-alpha.2` soon with enhanced pyproject.toml management.

What's Changed
* Small chores by cnpryer in https://github.com/cnpryer/huak/pull/251
* PythonPackage parse from string++ by dpgraham4401 in https://github.com/cnpryer/huak/pull/253
* Use HuakError in PythonPackage init by cnpryer in https://github.com/cnpryer/huak/pull/255
* Update to clap 4 by FoundedNahte in https://github.com/cnpryer/huak/pull/259
* Use hatchling build system for PoC by cnpryer in https://github.com/cnpryer/huak/pull/260
* Add discord link to CONTRIBUTING.md by cnpryer in https://github.com/cnpryer/huak/pull/262
* Restructure optional dependencies by icp1994 in https://github.com/cnpryer/huak/pull/263
* Add install --all by cnpryer in https://github.com/cnpryer/huak/pull/265
* Add basic build command by cnpryer in https://github.com/cnpryer/huak/pull/266
* Rename Venv.install_package dependency param to package by cnpryer in https://github.com/cnpryer/huak/pull/267
* Initialize PythonPackage using from with ref by cnpryer in https://github.com/cnpryer/huak/pull/268
* add project type selection in new command by backwardspy in https://github.com/cnpryer/huak/pull/269
* Bump clap from 4.0.6 to 4.0.8 by dependabot in https://github.com/cnpryer/huak/pull/273
* Use thiserror throughout huak by aaronleopold in https://github.com/cnpryer/huak/pull/275
* Indicate basic build command available in README by cnpryer in https://github.com/cnpryer/huak/pull/277
* Publishing CI for PyPI by dpgraham4401 in https://github.com/cnpryer/huak/pull/274
* Bump to v0.0.5-alpha.1 by cnpryer in https://github.com/cnpryer/huak/pull/279
* Indicate pypi availability in README by cnpryer in https://github.com/cnpryer/huak/pull/280

New Contributors
* FoundedNahte made their first contribution in https://github.com/cnpryer/huak/pull/259
* icp1994 made their first contribution in https://github.com/cnpryer/huak/pull/263
* backwardspy made their first contribution in https://github.com/cnpryer/huak/pull/269
* dependabot made their first contribution in https://github.com/cnpryer/huak/pull/273
* aaronleopold made their first contribution in https://github.com/cnpryer/huak/pull/275

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

0.0.4alpha.1

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

Highlights

* Adds `huak add` command
* Adds optional dependencies
* Updates author formatting in pyproject.toml
* Improves error handling
* Print `help` if no commands are passed
* Fix `huak new` for sub-projects.
* Made Discord 🎉
* Use `python3` alias for macOS and linux
* Adds basic management of exit codes
* Reduce some chattiness
* Docs and CI enhancments

See below for all changes...

What's Changed
* Add digital ocean getting started article to CONTRIBUTING.md by cnpryer in https://github.com/cnpryer/huak/pull/194
* Use array of strings for toml dependencies by cnpryer in https://github.com/cnpryer/huak/pull/195
* Fix an eprintln by cnpryer in https://github.com/cnpryer/huak/pull/196
* Only show version in install badge by cnpryer in https://github.com/cnpryer/huak/pull/202
* Add PoC disclaimer and update project structure in architecture.md by cnpryer in https://github.com/cnpryer/huak/pull/203
* move guides to docs, add Cargo.lock, and misc typos by dpgraham4401 in https://github.com/cnpryer/huak/pull/204
* Update Cargo.lock by cnpryer in https://github.com/cnpryer/huak/pull/205
* Fix cargo install comment in README.md by cnpryer in https://github.com/cnpryer/huak/pull/206
* Issue 109 | Improving errors by AdrianRBerg in https://github.com/cnpryer/huak/pull/184
* Add PythonNotFound enum to errors.rs by cnpryer in https://github.com/cnpryer/huak/pull/208
* Use HuakError placeholder enum name by cnpryer in https://github.com/cnpryer/huak/pull/209
* Update discord badge by cnpryer in https://github.com/cnpryer/huak/pull/210
* Remove zip dev dependency by cnpryer in https://github.com/cnpryer/huak/pull/211
* Updated PythonPackage initializing functions by cnpryer in https://github.com/cnpryer/huak/pull/212
* Use python3 alias on linux by cnpryer in https://github.com/cnpryer/huak/pull/213
* Add wrapped cli errors for ruff, black, pytest by cnpryer in https://github.com/cnpryer/huak/pull/214
* Fix PyTestError and other minor fixes by cnpryer in https://github.com/cnpryer/huak/pull/215
* Update AnyhowError display by cnpryer in https://github.com/cnpryer/huak/pull/217
* Fix huak new 'subproject' error by cnpryer in https://github.com/cnpryer/huak/pull/218
* Add PyProjectTomlNotFound and make huak less chatty by cnpryer in https://github.com/cnpryer/huak/pull/219
* Update README.md by cnpryer in https://github.com/cnpryer/huak/pull/220
* Use CliError in bin and exit with ExitCode by cnpryer in https://github.com/cnpryer/huak/pull/221
* Handle Project init with VenvNotFound by cnpryer in https://github.com/cnpryer/huak/pull/224
* Update issue templates by cnpryer in https://github.com/cnpryer/huak/pull/225
* Update architecture.md by cnpryer in https://github.com/cnpryer/huak/pull/226
* Update venv.create to return anyhow by cnpryer in https://github.com/cnpryer/huak/pull/230
* Update docs and add Project struct documentation example by cnpryer in https://github.com/cnpryer/huak/pull/231
* Add optional-dependencies by cnpryer in https://github.com/cnpryer/huak/pull/233
* docs(readme): fix typo by HigherOrderLogic in https://github.com/cnpryer/huak/pull/234
* Reword 'about' docs by cnpryer in https://github.com/cnpryer/huak/pull/240
* Add basic add command by 0101coding in https://github.com/cnpryer/huak/pull/227
* Indicate first-pass add is available in README.md by cnpryer in https://github.com/cnpryer/huak/pull/242
* Rename architecture.md to design_doc and update README.md by cnpryer in https://github.com/cnpryer/huak/pull/243
* Add version to serialized dep in add command by cnpryer in https://github.com/cnpryer/huak/pull/244
* Delete src/huak/pyproject directory by cnpryer in https://github.com/cnpryer/huak/pull/245
* Use python3 for macos by cnpryer in https://github.com/cnpryer/huak/pull/246
* Remove from optional deps with huak remove by cnpryer in https://github.com/cnpryer/huak/pull/248
* Bump to version 0.0.4-alpha.1 by cnpryer in https://github.com/cnpryer/huak/pull/249

New Contributors
* AdrianRBerg made their first contribution in https://github.com/cnpryer/huak/pull/184
* HigherOrderLogic made their first contribution in https://github.com/cnpryer/huak/pull/234
* 0101coding made their first contribution in https://github.com/cnpryer/huak/pull/227

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

0.0.3alpha.1

Page 5 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.