Hussh

Latest version: v0.1.7

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

Scan your dependencies

Page 1 of 2

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

0.1.2

What's Changed
* Added remote_copy and other changes by JacobCallahan in https://github.com/JacobCallahan/Hussh/pull/2

Added:
- Connection now has a remote_copy method to copy files between connections

Changed:
- Updated pyo3 to 0.21
- Made minor changes to types to adjust to pyo3 0.21
- Simplified aquiring sftp on a connection

Removed:
- Dropped Cargo.lock from git tracking

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

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.