forked from linkml/linkml
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
52 lines (49 loc) · 1.76 KB
/
Copy pathsetup.cfg
File metadata and controls
52 lines (49 loc) · 1.76 KB
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
[metadata]
name = linkml
url = https://github.com/biolink/linkml
author = Harold Solbrig
author-email = solbrig@jhu.edu
summary = Biolink Modeling Language
home-page = http://linkml.github.io/linkml
license = CC0 1.0 Universal
python-requires = >=3.7
classifiers =
Development Status :: 4 - Beta
Environment :: Console
Intended Audience :: Developers
Intended Audience :: Science/Research
Intended Audience :: Healthcare Industry
License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
keywords =
biolink
metamodel
[files]
packages =
linkml
includes
[entry_points]
console_scripts =
gen-jsonld-context = linkml.generators.jsonldcontextgen:cli
gen-prefix-map = linkml.generators.prefixmapgen:cli
gen-csv = linkml.generators.csvgen:cli
gen-graphviz = linkml.generators.dotgen:cli
gen-golr-views = linkml.generators.golrgen:cli
gen-graphql = linkml.generators.graphqlgen:cli
gen-jsonld = linkml.generators.jsonldgen:cli
gen-json-schema = linkml.generators.jsonschemagen:cli
gen-markdown = linkml.generators.markdowngen:cli
gen-prolog = linkml.generators.lpgen:cli
gen-namespaces = linkml.generators.namespacegen:cli
gen-owl = linkml.generators.owlgen:cli
gen-proto = linkml.generators.protogen:cli
gen-py-classes = linkml.generators.pythongen:cli
gen-python = linkml.generators.pythongen:cli
gen-rdf = linkml.generators.rdfgen:cli
gen-shex = linkml.generators.shexgen:cli
gen-yuml = linkml.generators.yumlgen:cli
gen-yaml = linkml.generators.yamlgen:cli
comparefiles = linkml.utils.comparefiles:cli