You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix parse_config for asyncssh>=2.19.0 (#58)
Also deprecate the function and raise a warning when it is used.
Co-authored-by: Sailesh <58628378+99-NinetyNine@users.noreply.github.com>
Register SSHFileSystem with fsspec. (#34)
* Make it possible to register SSHFS.
* Fix _strip_protocol.
* Add test for registration.
* Update README.
* Sort imports to satisfy pre-commit.
* Assert file system type.
* Formatting.
* Update tests.
* Simplify test.