-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* first rough implementation * introduce interface classes * Interface: add backend property * Versioned.latest_version(): raise error if no version is found * Interface: add host, join(), repository, split(), sep * TST: add tests for unversioned interface * Backend.*: call utils.check_path() * TST: rename backend to interface * Backend: add get_archive() and put_archive() * TST: test unversioned interface in docstring * DOC: add interfaces * DOC: update docstring of interface classes * TST: fix PEP8 errors * TST: full code coverage * TST: fix owner in test_unversioned * TST: fix owner in test_versioned * access()/create(): set interface class * DOC: add Interface * interface as sub module * access()/create(): add interface_kwargs argument * DOC: usage section on interface * DOC: fix typo * DOC: mention interface section in preamble * TST: test versioned interface only on file-system * TST: improve names of tests scripts * fix github actions after renaming test files * TST: fix ignored test
- Loading branch information
1 parent
a64eba6
commit d94b6e2
Showing
22 changed files
with
2,386 additions
and
715 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
Oops, something went wrong.