-
Notifications
You must be signed in to change notification settings - Fork 1
/
META.json
47 lines (47 loc) · 1.29 KB
/
META.json
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
{
"name": "pgpyml",
"abstract": "Use your Python machine learning models inside Postgres.",
"description": "This extension allows you to run your machine learning algorithms written in python and invoke them on Postgres.",
"version": "0.3.1",
"maintainer": [
"André Minoro Fusioka <[email protected]>"
],
"license": "postgresql",
"provides": {
"pgpyml": {
"abstract": "Use your Python machine learning models inside Postgres.",
"file": "sql/pgpyml--0.3.1.sql",
"docfile": "doc/README.md",
"version": "0.3.1"
}
},
"resources": {
"bugtracker": {
"web": "https://github.com/Minoro/pgpyml/issues/"
},
"repository": {
"url": "https://github.com/Minoro/pgpyml.git",
"web": "https://github.com/Minoro/pgpyml",
"type": "git"
}
},
"generated_by": "André Minoro Fusioka",
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"tags": [
"machine learning",
"python",
"in-database classification",
"artificial intelligence",
"sklearn"
],
"prereqs": {
"runtime": {
"requires": {
"plpython3u": 0
}
}
}
}