-
Notifications
You must be signed in to change notification settings - Fork 61
Expand file tree
/
Copy pathpythonanywhere.json
More file actions
48 lines (47 loc) · 1.4 KB
/
pythonanywhere.json
File metadata and controls
48 lines (47 loc) · 1.4 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
{
"name": "PythonAnywhere",
"revision": "2015-08-24",
"vendor_verified": "2015-08-24",
"url": "https://www.pythonanywhere.com",
"status": "production",
"status_since": "2012-03-09",
"type": "Generic",
"hosting": {
"public": true, "private": false
},
"pricings": [
{ "model": "fixed", "period": "monthly" }
],
"scaling": {
"vertical": true, "horizontal": true, "auto": false
},
"runtimes": [
{ "language": "python", "versions": [ "2.7", "3.3", "3.4" ] }
],
"middlewares": [
],
"frameworks": [
{ "name": "django", "runtime": "python", "versions": [ "*.*" ] },
{ "name": "flask", "runtime": "python", "versions": [ "*.*" ] },
{ "name": "web2py", "runtime": "python", "versions": [ "*.*" ] },
{ "name": "bottle", "runtime": "python", "versions": [ "*.*" ] },
{ "name": "mezzanine", "runtime": "python", "versions": [ "*.*" ] },
{ "name": "web.py", "runtime": "python", "versions": [ "*.*" ] },
{ "name": "wsgi", "runtime": "python", "versions": [ "*.*"] }
],
"services": {
"native": [
{ "name": "mysql", "description": "", "type": "datastore", "versions": [ "5.5.42" ] },
{ "name": "postgresql", "description": "", "type": "datastore", "versions": [ "9.4" ] }
]
},
"extensible": false,
"infrastructures": [
{
"continent": "NA",
"country": "US",
"region": "Virginia",
"provider": "AWS"
}
]
}