forked from Segfault-Inc/Multicorn
-
Notifications
You must be signed in to change notification settings - Fork 3
/
META.json
executable file
·56 lines (55 loc) · 1.53 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
48
49
50
51
52
53
54
55
56
{
"name": "multicorn",
"abstract": "Multicorn Python bindings for Postgres 9.2+ Foreign Data Wrapper",
"description": "The Multicorn Foreign Data Wrapper allows you to write foreign data wrappers in python.",
"version": "__VERSION__",
"maintainer": "Ronan Dunklau <[email protected]>",
"license": {
"PostgreSQL": "http://www.postgresql.org/about/licence"
},
"resources": {
"repository": {
"url": "git://github.com/Kozea/multicorn.git",
"type": "git"
},
"homepage": "http://multicorn.readthedocs.org",
"bugtracker": {
"web": "https://github.com/Kozea/Multicorn/issues",
"mailto": "[email protected]"
}
},
"provides": {
"multicorn": {
"abstract": "Multicorn Python bindings for Postgres 9.2 Foreign Data Wrapper",
"file": "sql/multicorn.sql",
"docfile": "doc/multicorn.md",
"version": "__VERSION__"
}
},
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "9.2.0",
"Python": "2.6.0"
}
}
},
"release_status": "stable",
"generated_by": "Kozea",
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"tags": [
"multicorn",
"python",
"csv",
"ldap",
"imap",
"filesystem",
"SQL MED",
"foreign data wrapper",
"fdw",
"external data"
]
}