Sign in
Ctrl K

eOSSR

The eOSSR is the Python library to programmatically manage the ESCAPE OSSR.

1
mention
4
contributors

Cite this software

What eOSSR can do for you

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 OSSR, retrieve records and publish content
  • functions to map and crosswalk metadata between the CodeMeta schema adopted for the OSSR and Zenodo internal schema
  • functions to help developers automatically contribute to the OSSR, in particular using their continuous integration (see also code snippets)

Code: https://gitlab.in2p3.fr/escape2020/wp3/eossr
Documentation: https://escape2020.pages.in2p3.fr/wp3/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

Commands to be run in your terminal.

For users

cd eossr
pip install .

You can also run it with docker:

docker run -it gitlab-registry.in2p3.fr/escape2020/wp3/eossr:latest

Visit our registry to see the available docker containers.

Note that latest tag always point to the latest stable released container.

For developers

git clone https://gitlab.in2p3.fr/escape2020/wp3/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.

Just follow this link (running on mybinder)

License

See LICENSE

Cite

To cite this library, please cite our ADASS proceedings:

@misc{https://doi.org/10.48550/arxiv.2212.00499,
  doi = {10.48550/ARXIV.2212.00499},
  url = {https://arxiv.org/abs/2212.00499},
  author = {Vuillaume, Thomas and Garcia, Enrique and Tacke, Christian and Gal, Tamas},
  keywords = {Instrumentation and Methods for Astrophysics (astro-ph.IM), FOS: Physical sciences, FOS: Physical sciences},
  title = {The eOSSR library},
  publisher = {arXiv},
  year = {2022},
  copyright = {arXiv.org perpetual, non-exclusive license}
}

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

Logo of eOSSR
Keywords
Programming languages
  • Python 100%
  • Dockerfile 0%
License
</>Source code
Packages
pypi.org

Participating organisations

CNRS
Lab

Mentions

Contributors

TV
Thomas Vuillaume
Project leader / Maintainer
Univ. Savoie Mont Blanc, CNRS, LAPP
EG
Enrique Garcia
Univ. Savoie Mont Blanc, CNRS, LAPP
TG
Tamás Gál