pyUSIrest

Python USI submission REST API contain all methods to interact with EMBL-EBI Unified Submissions Interface


Keywords
pyUSIrest
License
GPL-3.0
Install
pip install pyUSIrest==0.3.1

Documentation

Python USI submission REST API

Documentation Status https://coveralls.io/repos/github/cnr-ibba/pyUSIrest/badge.png?branch=master Scrutinizer code quality (GitHub/Bitbucket)

Python USI submission REST API contain all methods to interact with EMBL-EBI Unified Submissions Interface

Features

  • Deal with EBI AAP (Authentication, Authorisation and Profile) service, generating tokens and dealing with User and Groups
  • Interact with EBI USI (Unified Submission Interface) in order to submit data to biosample as described by this guide. In details:

API Endpoints

pyUSIrest is written to exploit the BioSamples test environment endpoints. You are incuraged to understand how BioSamples submission works before do a real submission in BioSamples production servers. You can find more information on how to do a real submission in BioSamples production servers in readthedocs documentation: https://pyusirest.readthedocs.io

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.