-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b80424e
commit 4af3bdf
Showing
7 changed files
with
65 additions
and
13 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Zenodo repository interface | ||
|
||
|
||
## Provide Token(s) | ||
In order to connect to Zenodo and interact with it, tokens for either the productive or | ||
sandbox version must be provided. Either by providing a `zenodo.ini` file in the local | ||
user directory (find it here: `h5rdmtoolbox.get_user_dir()`) | ||
|
||
The file content should look like the following (displayed tokens are not real, replace them | ||
with yours): | ||
|
||
[zenodo:sandbox] | ||
access_token = 123kwadhulahw7d8o141lhualwedhuao810g208 | ||
[zenodo] | ||
access_token = jdalwd814o8h3aulih7o3r01h12ulieh218e7081 | ||
|
||
You may alo set them as environment variables. Please use `ZENODO_API_TOKEN` and `ZENODO_SANDBOX_API_TOKEN`, | ||
respectively. | ||
|
||
**Note**, that environment variables are checked first! If set the ini-file is not | ||
checked! |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,5 +23,4 @@ python-gitlab | |
pypandoc>=1.11 | ||
pydantic >= 2.3.0 | ||
# other: | ||
tqdm>=4.64.0 | ||
ontolutils |
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