Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
Update entries
Browse files Browse the repository at this point in the history
- Add requires_python for yadg

- Add requires_python and template overrides for rosettasciio
  • Loading branch information
ml-evs committed Oct 14, 2023
1 parent b69f6e7 commit eee892c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 4 additions & 5 deletions marda_registry/data/extractors/rosettasciio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ description: >-
still particularly well represented.
supported_filetypes:
- id: renishaw-wdf
template:
input_type: renishaw
license:
spdx: GPL-3.0-only
subject:
Expand All @@ -30,7 +32,7 @@ documentation: https://hyperspy.org/rosettasciio
usage:
- method: python
setup: rsciio
command: rsciio.renishaw.file_reader({{ input_path }})
command: rsciio.{{ input_type }}.file_reader({{ input_path }})
description: >-
This usage instruction is specifically for the renishaw-wdf file type.
installation:
Expand All @@ -40,7 +42,4 @@ installation:
- method: pip
packages:
- git+https://github.com/hyperspy/rosettasciio
instructions: >-
Install the package into a Python 3.9+ environment with
`pip install yadg`. After activating the environment, the
`extract` entrypoint will be available at the command-line.
requires_python: ~=3.6
2 changes: 2 additions & 0 deletions marda_registry/data/extractors/yadg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,11 @@ installation:
- method: pip
packages:
- yadg>=5.0a2
requires_python: ~=3.9
- method: pip
packages:
- git+https://github.com/dgbowl/yadg.git@5.0a5
requires_python: ~=3.9
instructions: >-
Install the package into a Python 3.9+ environment with
`pip install yadg`. After activating the environment, the
Expand Down

0 comments on commit eee892c

Please sign in to comment.