Skip to main content
Ctrl K

eossr

The ESCAPE OSSR library The 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 content - functions to map and convert metadata from CodeMeta to Zenodo metadata shema - functi...

5
contributors
Get started
778 commitsLast commit ≈ 3 weeks ago3 stars4 forks

Cite this software

Description

eossr_logo

The ESCAPE OSSR library

The 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 content
  • functions to map and convert metadata from CodeMeta to Zenodo metadata shema
  • functions to validate their codemeta.json file against OSSR requirements
  • functions to help developers automatically publish to Zenodo and contribute to the OSSR, in particular using their continuous integration (see also code snippets)

eossr schema

Code: https://gitlab.com/escape-ossr/eossr

Documentation: https://escape-ossr.gitlab.io/eossr/

pipeline_badge coverage_badge CII Best Practices SQAaaS badge shields.io MIT_license_badge zenodo_badge Binder

Former stable versions

  • v1.0: DOI
  • v0.6: DOI
  • v0.5: DOI
  • v0.4: DOI
  • v0.3.3: DOI
  • v0.2 : DOI

Install

For users

pip install eossr

You can also run it with docker:

docker run -it registry.gitlab.com/escape-ossr/eossr:latest

Visit 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 developers

git clone https://gitlab.com/escape-ossr/eossr.git
cd eossr
pip install -e .

Running tests

To run tests locally, run:

pip install -e ".[tests]"

pytest eossr

Some 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 OSSR

The eOSSR powers an online validator for your CodeMeta metadata and to convert it to Zenodo metadata:

badge

License

See LICENSE

Cite

If 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).

Keywords
Programming languages
  • Python 100%
  • Dockerfile 0%
License
</>Source code

Contributors

TV
Thomas Vuillaume
author
Univ. Savoie Mont Blanc, CNRS, LAPP
0000-0002-5686-2078
EG
Enrique Garcia
author
Univ. Savoie Mont Blanc, CNRS, LAPP
0000-0003-2224-4594
TG
Tamás Gál
contributor
ECAP, FAU (Nuremberg, Germany)
0000-0001-7821-8673
TF
Tom François
contributor
Univ. Savoie Mont Blanc, CNRS, LAPP
0000-0001-5226-3089

Member of community

ESCAPE OSSR