Skip to content
This repository has been archived by the owner on Mar 11, 2022. It is now read-only.

Module to retrieve Figshare metadata for public deposit (no token) #4

Merged
merged 18 commits into from
Feb 17, 2021

Conversation

astrochun
Copy link
Contributor

Fixes #3

  • Add figshare module
  • Change figshare api routing to specify version
  • Update docstrings in figshare module
  • Add main script for uvicorn run
  • Add figshare tests
  • Add python-package GitHub action
  • Simplify python-package GitHub action
  • Fix coverage no data was collected issue
  • Add additional data to figshare_metadata_readme

 - Specify return type hint
 - Add pytest config file
 - Add coveragerc file
 - Merge into single job for dependencies
 - article_id
 - Update DOI for full URL
 - preferred_citation
 - license
 - summary
 - references
@astrochun astrochun added this to the v0.1.0 milestone Feb 10, 2021
@astrochun astrochun added documentation Improvements or additions to documentation enhancement New feature or request labels Feb 10, 2021
@astrochun astrochun self-assigned this Feb 10, 2021
@astrochun astrochun added this to In progress in ReDATA README Tool Project Board via automation Feb 10, 2021
@astrochun astrochun moved this from In progress to Review in progress in ReDATA README Tool Project Board Feb 10, 2021
Copy link

@damian-romero damian-romero left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This all looks good. I tested it manually too. In the future, we might want to add more automatic test cases.

@astrochun
Copy link
Contributor Author

This all looks good. I tested it manually too. In the future, we might want to add more automatic test cases.

Could you clarify what you mean by more automatic tests?
pytest tests will run all existing unit tests.

Copy link
Contributor Author

@astrochun astrochun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes look good and ready for to merge

readme_tool/figshare.py Show resolved Hide resolved
@astrochun astrochun moved this from Review in progress to Reviewer approved in ReDATA README Tool Project Board Feb 17, 2021
@astrochun astrochun merged commit 7eb497a into main Feb 17, 2021
ReDATA README Tool Project Board automation moved this from Reviewer approved to Done Feb 17, 2021
@astrochun astrochun deleted the 03_figshare_metadata branch February 17, 2021 17:26
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Development

Successfully merging this pull request may close these issues.

Module to retrieve Figshare metadata for public deposit (no token)
2 participants