Skip to content

Releases: scivision/findssh

re-enable "findssh" project script

29 Jan 03:45
e7ed0fe
Compare
Choose a tag to compare

fixes #5

allows once again "findssh" script or "python -m findssh", which allows pipx to work as well.

Better use from Python scripts. Require Python >= 3.9

26 Feb 19:06
Compare
Choose a tag to compare
  • Require Python >= 3.9 to make cancellable via "ctrl+c" and for general code quality
  • give examples of and make function names better for use from other Python scripts

print address as they are detected, require Python >= 3.7

01 Oct 12:42
ddd752e
Compare
Choose a tag to compare
  • emit (print) servers as soon as they're detected
  • require Python 3.7 to clean up code

better setup robustness, metadata cleanup

20 Jul 04:44
eb4ba24
Compare
Choose a tag to compare
v1.4.1

setup.py template, metadata

more robust app approach, CI Github Actions

12 Mar 03:18
0b45dde
Compare
Choose a tag to compare

use more robust packaged app directory layout

CI to GitHub Actions

code quality: dedupe, add matlab test, fix nuisance warnings

15 Jul 17:53
bc8f187
Compare
Choose a tag to compare

Used SelectorEventLoop instead of ProactorEventLoop on Windows, even for Python 3.8, to stop nuisance warnings

Deduplicate / modularize code

Add test (from Python) for Matlab API

Python >= 3.5 asyncio instead of ThreadPool

17 Feb 17:34
ba12212
Compare
Choose a tag to compare

Using single-threaded asyncio vs. ThreadPool is twice as fast or more, using just a single thread and coroutines, all standard library for Python >= 3.5. The asyncio benefit is particularly noticeable on limited resource systems like Raspberry Pi.

Also, now Matlab works really fast as well calling the Python coroutine code

py38 OK, DOI badge

14 Feb 18:43
87dfb7a
Compare
Choose a tag to compare

just a version bump

improve Python API, add Matlab

21 Sep 20:56
Compare
Choose a tag to compare

Added Matlab findssh.m to reuse the Python API.

Improved test coverage, corrected empty return from multi-threaded exec

py35 compatible, cleanup

22 Aug 02:35
25d4462
Compare
Choose a tag to compare