Skip to content

Releases: scivision/findssh

modern setup

08 Jul 02:39
Compare
Choose a tag to compare

Streamline CI template

use setup.cfg instead of setup.py

Best practices

20 Jun 19:45
Compare
Choose a tag to compare

SImplify/uniformize command line to just findssh, thereby also templatizing self-test

README: rst=>md

Code quality: flake8, mypy typing

30 May 15:28
Compare
Choose a tag to compare

Enforce better code quality, requiring Python >= 3.6 with

  • flake8
  • mypy (enforces type hints)

Multi-threaded 100x speedup

25 Mar 11:37
Compare
Choose a tag to compare

Uses 100 threads by default for 100x speedup. Tested on Windows and Linux to have this speedup (didn't bother to test Mac).

Python module or command-line use

28 Feb 18:50
Compare
Choose a tag to compare

allowed "import findssh" as well as the traditional command-line use.