Hussh

Latest version: v0.1.8

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

Scan your dependencies

Page 1 of 2

0.1.8

What's Changed
* Add explicit close and context manager to Connection by JacobCallahan in https://github.com/JacobCallahan/Hussh/pull/16
* Allow users to use ~ in their key paths for real this time by JacobCallahan in https://github.com/JacobCallahan/Hussh/pull/24
* Update the test server container to use the new ghcr image by JacobCallahan in https://github.com/JacobCallahan/Hussh/pull/28
* Update the workflows by JacobCallahan in https://github.com/JacobCallahan/Hussh/pull/19
* Update dependencies by JacobCallahan in https://github.com/JacobCallahan/Hussh/pull/27


**Full Changelog**: https://github.com/JacobCallahan/Hussh/compare/0.1.7...0.1.8

0.1.7

What's Changed
* Add a weekly pre-release build and test action by JacobCallahan in https://github.com/JacobCallahan/Hussh/pull/12
* Add dependabot updates for github actions by JacobCallahan in https://github.com/JacobCallahan/Hussh/pull/13
* Add a timeout to Connection.execute by JacobCallahan in https://github.com/JacobCallahan/Hussh/pull/14

To use the new timeout, simply pass it when calling the execute command. Keep in mind that the timeout is in milliseconds.
python
conn.execute("sleep 5", timeout=4000)


**Full Changelog**: https://github.com/JacobCallahan/Hussh/compare/0.1.6...0.1.7

0.1.6

What's Changed
* Update PyO3 to 0.22 by JacobCallahan in https://github.com/JacobCallahan/Hussh/pull/11


**Full Changelog**: https://github.com/JacobCallahan/Hussh/compare/0.1.5...0.1.6

0.1.5

What's Changed
* Change InteractiveShell's exit_result to result by JacobCallahan in https://github.com/JacobCallahan/Hussh/pull/9


**Full Changelog**: https://github.com/JacobCallahan/Hussh/compare/0.1.4...0.1.5

0.1.4

What's Changed
* Created initial benchmarks by JacobCallahan in https://github.com/JacobCallahan/Hussh/pull/4
* Improved benchmarks by JacobCallahan in https://github.com/JacobCallahan/Hussh/pull/5
* Introduce initial project code standards by JacobCallahan in https://github.com/JacobCallahan/Hussh/pull/6
* Better handling for exit in pty shells by JacobCallahan in https://github.com/JacobCallahan/Hussh/pull/7
* Changed FileTailer.tailed_contents to FileTailer.contents by JacobCallahan in https://github.com/JacobCallahan/Hussh/pull/8


**Full Changelog**: https://github.com/JacobCallahan/Hussh/compare/0.1.3...0.1.4

0.1.3

What's Changed
* Added the ability to tail files from a connection by JacobCallahan in https://github.com/JacobCallahan/Hussh/pull/3

Added:
- Connection.tail
- Private FileTailer class, which implements a context manager

**Full Changelog**: https://github.com/JacobCallahan/Hussh/compare/0.1.2...0.1.3

Page 1 of 2

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.