-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Added protocol plugins to separate protocol from storage driver. The protocol plugins are currently only implemented in Python. Currently 3 protocols plugins has been added: file, http and sftp. Other improvements: * Updated installation of Python packages * Generalised cmake statements by using generator expression * Made urlencode accessible from Python * Improve testing of uriencode()/uridecode() * Fixed some issues the Options class * Updated C implementation of protocol paths * Added to tips and tricks * Ensure that location always is a string, since urlparse on Windows does not support Path objects. * Added documentation * Fixed segfault in Python interface to urlencode() and added parse_query() and make_query() functions. * Updated dlite.options module * Added test_options.py * Added more tests and included protocols to Instance.from_url(url) and save(url) * Cleaning up and simplifying CMakeLists.txt * Reduce MSVS warnings * Added test_plugin.py --------- Co-authored-by: Francesca L. Bleken <[email protected]>
- Loading branch information
1 parent
6c36dee
commit 761701a
Showing
81 changed files
with
1,995 additions
and
345 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
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.