fs.sshfs

Pyfilesystem2 over SSH using paramiko

LGPL-2.1 License

Downloads
88.7K
Stars
88
Committers
10

Bot releases are hidden (Show)

fs.sshfs - 0.7.2

Published by althonos over 6 years ago

Changed

  • Use $LANG instead of locale to guess the locale on the remote server.

Fixed

  • SSHOpener not using the create argument properly.
fs.sshfs - 0.7.1

Published by althonos over 6 years ago

Fixed

  • License file not being packed in source distributions
    (@dougalsutherland #8)
fs.sshfs - 0.7.0

Published by althonos about 7 years ago

Added

  • Public SSHFile class in the the fs.sshfs.file to expose a file on
    a remote SSH server obtained with SSHFS.openbin.
  • Support for parameter extraction from FS URLs.
  • backports.configparser dependency for Python < 3, to allow parsing
    values from FS URLs parameters.

Changed

  • Code used to manage the remote platform compatibility.

Fixed

  • Use gethostbyname to the get the adress for an host adress in SSHFS.__init__.
  • Make convert_sshfs_errors inherit from AbstractContextManager explicitly.
fs.sshfs - 0.4.0

Published by althonos about 7 years ago

Added

  • Extraction of user/group with uid/gid if remote platform is Unix.

Changed

  • Switched to green to run tests in CI environment.
fs.sshfs - 0.3.0

Published by althonos about 7 years ago

Changed

  • Added opener entry points to setup.cfg to be compatible with the new
    plugin architecture for FS URL openers.
fs.sshfs - 0.2.2

Published by althonos about 7 years ago

Fixed

  • Typo in README.rst.

Changed

  • Make setuptools build version-specific wheels.
fs.sshfs - 0.2.1

Published by althonos about 7 years ago

Changed

  • Use setup.cfg to configure the project installation.
  • Dynamically load version of the installed package in fs.sshfs and
    fs.opener.sshfs instead of hardcoding it in a file.

Fixed

  • nosetests mistaking base TestSSHFS for a test case.
  • nosetests requiring rednose as a setup requirement.
  • Typos in README.rst.
fs.sshfs - 0.1.0

Published by althonos over 7 years ago

Initial release.

fs.sshfs - 0.2.0

Published by althonos over 7 years ago

Added

  • Heuristic to guess the server platform using either uname or sysinfo.

Changed

  • Use custom function to extract info and details from status results
    instead of using the builtin OSFS one.
  • Use plain enums instead of enum.Flag to record the server platform.

Fixed

  • Invalid license classifiers in project metadata.