Skip to main content

Pure Python 3 wrapper for the Zenodo REST API

Project description

Travis-CI Build Status Coverage Status AppVeyor Build status pypi versions pypi format PyPi Download stats

PyZenodo 3

Pure Python 3 wrapper for Zenodo REST API.

Allows upload / download of data from Zenodo.

Install

python -m pip install pyzenodo3

Latest development

pip install -e .

Usage

Here are several examples of using Zenodo from Python 3. All of them assume you have first:

import pyzenodo3

zen = pyzenodo3.Zenodo()

Upload file to Zenodo

  1. Get a Zenodo deposit:write API Token. This token must remain private, NOT uploaded to GitHub, etc.!
  2. create a simple text file mymeta.ini containing title, author etc. (see the example meta.ini in this repo)
  3. upload file to Zenodo (myApiToken is the cut-n-pasted Zenodo API text token)
    ./upload_zenodo.py myApiToken mymeta.ini myfile.zip
    

Find Zenodo record by Github repo

Rec = zen.find_record__by_github_repo('scivision/lowtran')

This Zenodo Record contains the metadata that can be further manipulated in a simple class containing the data in dictionaries, with a few future helper methods.

Find Zenodo records by Github username

Recs = zen.search('scivision')

Recs is a list of Zenodo Records for the GitHub username queried, as in the example above.

Notes

  • We don't use deposit:publish API token to keep a human-in-the-loop in case of hacking of sensor nodes.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyzenodo3-0.1.1.tar.gz (5.2 kB view hashes)

Uploaded Source

Built Distribution

pyzenodo3-0.1.1-py3-none-any.whl (9.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page