Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] PR: Add remote-files capability to remote-client plugin #23381

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

hlouzada
Copy link
Contributor

Description of Changes

  • Wrote at least one-line docstrings (for any new functions)
  • Added unit test(s) covering the changes (if testable)

Add remote files system API using fsspec for the remote-client plugin.

Use a mixture of rest/websocket to comunicate with spyder-remote-services and
provide a filesystem-like API to control remote file system.

Affirmation

By submitting this Pull Request or typing my (user)name below,
I affirm the Developer Certificate of Origin
with respect to all commits and content included in this PR,
and understand I am releasing the same under Spyder's MIT (Expat) license.

I certify the above statement is true and correct: @hlouzada

subrepo:
  subdir:   "external-deps/spyder-kernels"
  merged:   "d7e4319b5"
upstream:
  origin:   "https://github.com/spyder-ide/spyder-kernels.git"
  branch:   "master"
  commit:   "d7e4319b5"
git-subrepo:
  version:  "0.4.9"
  origin:   "https://github.com/ingydotnet/git-subrepo"
  commit:   "cce3d93"
@pep8speaks
Copy link

Hello @hlouzada! Thanks for opening this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 34:80: E501 line too long (82 > 79 characters)
Line 78:80: E501 line too long (80 > 79 characters)
Line 79:80: E501 line too long (80 > 79 characters)
Line 101:13: E722 do not use bare 'except'
Line 116:80: E501 line too long (83 > 79 characters)
Line 124:1: W293 blank line contains whitespace
Line 131:1: E302 expected 2 blank lines, found 1

@hlouzada hlouzada changed the title Add remote-files capability to remote-client plugin [WIP] PR: Add remote-files capability to remote-client plugin Dec 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants