Powered by OpenAIRE graph
Found an issue? Give us feedback
image/svg+xml art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos Open Access logo, converted into svg, designed by PLoS. This version with transparent background. http://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos http://www.plos.org/ ZENODOarrow_drop_down
image/svg+xml art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos Open Access logo, converted into svg, designed by PLoS. This version with transparent background. http://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos http://www.plos.org/
ZENODO
Software
Data sources: ZENODO
addClaim

eossr

Authors: Thomas Vuillaume; Enrique Garcia;

eossr

Abstract

The ESCAPE OSSR libraryThe eOSSR is the Python library to programmatically manage the ESCAPE OSSR.In particular, it includes:an API to access the Zenodo and the OSSR, retrieve records and publish contentfunctions to map and convert metadata from CodeMeta to Zenodo metadata shemafunctions to validate their codemeta.json file against OSSR requirementsfunctions to help developers automatically publish to Zenodo and contribute to the OSSR, in particular using their continuous integration (see also code snippets)Code: https://gitlab.com/escape-ossr/eossrDocumentation: https://escape-ossr.gitlab.io/eossr/Former stable versionsv1.0: v0.6: v0.5: v0.4: v0.3.3: v0.2 : InstallFor userspip install eossrYou can also run it with docker:docker run -it registry.gitlab.com/escape-ossr/eossr:latestVisit our registry to see the available docker containers.Note that latest tag always point to the latest stable released container. For reproducible results, use a tagged version.For developersgit clone https://gitlab.com/escape-ossr/eossr.gitcd eossrpip install -e .Running testsTo run tests locally, run:pip install -e ".[tests]"pytest eossrSome tests will be skiped if SANDBOX_ZENODO_TOKEN is not defined in your environment variables.If you want to run these tests, you will need to create a sandbox zenodo token and add it to your env:export SANDBOX_ZENODO_TOKEN="your_sandbox_token"Online CodeMeta validator for the OSSRThe eOSSR powers an online validator for your CodeMeta metadata and to convert it to Zenodo metadata:LicenseSee LICENSECiteIf using this library, please cite the ESCAPE OSSR project using:@Article{ 10.12688/openreseurope.15692.2,AUTHOR = { Vuillaume, T and Al-Turany, M and Füßling, M and Gal, T and Garcia, E and Graf, K and Hughes, G and Kettenis, M and Kresan, D and Schnabel, J and Tacke, C and Verkouter, M},TITLE = {The ESCAPE Open-source Software and Service Repository [version 2; peer review: 5 approved]},JOURNAL = {Open Research Europe},VOLUME = {3},YEAR = {2023},NUMBER = {46},DOI = {10.12688/openreseurope.15692.2}}If you used the library in a workflow, please cite the version used as well, using the cite section in the Zenodo page (right column, below the Versions section).

Powered by OpenAIRE graph
Found an issue? Give us feedback