-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Read File Working Files can be read from local file system. Seek works as well. More thorough tests needed. * Linted with flake8 * Typed everything * Mostly There * sign * Checks passed * Should pass now * Add fsspec dependency to library Cannot add XRootD dependency because it is not properly packaged :( * Revert "Merge branch 'file-system-ops-2' into File-Open-Feature" This reverts commit 2a27584, reversing changes made to 33d710e. * Add file open and read tests to CI * Remove windows and pypy CI tests xrootd is not available in conda for windows, and pypy not in conda * Upload chunk added * Flush and upload chunk finalized * lint * lint * Tried write test, fails * Writing works * lint * Append Added * More read tests * lint * readuntil test byte mode only * close file condition * xrootd version limit * changed python version * version change test * prints added * write raise * ping test added * lint * lint * removed macos Co-authored-by: Nick Smith <[email protected]>
- Loading branch information
1 parent
525a285
commit 3bb2bae
Showing
3 changed files
with
84 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters