-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
40 lines (38 loc) · 1.19 KB
/
setup.cfg
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
[metadata]
name = linkml_dataops
url = https://github.com/biolink/linkml-dataops
author = Chris Mungall
author-email = [email protected]
summary = LinkML Data Operations API
description = Data Operations API for the Linked Open Data Modeling Language
home-page = http://github.com/linkml/linkml-dataops
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 =
linkml
lod
rdf
owl
yaml
model
metamodel
[files]
packages =
linkml_dataops
[entry_points]
console_scripts =
gen-api-datamodel = linkml_dataops.generators.apigenerator:cli
gen-crud-datamodel = linkml_dataops.generators.crudmodelcreator:cli
gen-python-api = linkml_dataops.generators.pyapigenerator:cli
linkml-apply = linkml_dataops.changer.jsonpatch_changer:cli