-
Notifications
You must be signed in to change notification settings - Fork 0
/
Extractor-example.yaml
53 lines (53 loc) · 1.39 KB
/
Extractor-example.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
---
id: >-
example
name: >-
Example Extractor
description: >-
An example extractor entry, using all features from the schema.
subject:
- science
- engineering
source_repository: >-
https://github.com/example/extractor
documentation: >-
https://example.github.io/extractor
usage:
- method: cli
command: parse --type={{ input_type }} {{ file_path }}
installation:
- method: pip
packages:
- example-extractor
requires_python: ==3.4
instructions: >-
Install the package into a Python 3.4 environment with
`pip install example-extractor`. After activating the
environment, the `parse` entrypoint will be available at
the command-line, and functions can be directly invoked
from Python code.
citations:
- title: An example extractor paper using DOI
uri: doi:10.1000/182
creators:
- A. Uthor
- M. A. Nuscript
contributors:
- E. Ditor
type: article
- title: Example extractor code repo
uri: https://github.com/example/extractor
creators:
- S. Omeone
- A. Nother
contributors:
- A. Person
type: software
supported_filetypes:
- id: example-filetype
description: >-
Example Extractor can parse example-filetype once in a blue moon.
template:
input_type: example
license:
uri: https://example.com