Skip to content

Commit d724c79

Browse files
author
ubuntu
committed
first commit
0 parents  commit d724c79

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+10192
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# qpypi-website

docs/2x-cats.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
[
2+
{
3+
"id": 100,
4+
"cat":"Utils"
5+
},
6+
{
7+
"id": 400,
8+
"cat":"Tasker"
9+
},
10+
{
11+
"id": 200,
12+
"cat":"WebApp"
13+
},
14+
{
15+
"id": 300,
16+
"cat":"KivyProgram"
17+
}
18+
]

docs/2x-courses.json

Lines changed: 173 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,173 @@
1+
[
2+
{
3+
"src":"http://qpython.org",
4+
"rdate":"2017-06-15",
5+
"auth":"River",
6+
"link":"http://edu.qpython.org/qpython-quick-start/index.html",
7+
"smodule":"qpython-quick-start",
8+
"description":"QPython Quick Start",
9+
"title":"QPython Quick Start",
10+
"ver":"1.0.0",
11+
"downloads": 1000,
12+
"cat":"featured",
13+
"level": 1,
14+
"logo": "http://www.qpython.org/images/bestpython.png",
15+
"open": 1,
16+
"courses":[
17+
{
18+
"rdate":"2017-06-15",
19+
"link":"http://edu.qpython.org/qpython-quick-start/principle.html",
20+
"smodule":"qpython-quick-start-principles",
21+
"description":"Why QPython",
22+
"title":"QPython Principles",
23+
"downloads": "10,000+"
24+
},
25+
{
26+
"rdate":"2017-06-15",
27+
"link":"http://edu.qpython.org/qpython-quick-start/terminal-howto.html",
28+
"smodule":"qpython-quick-start-terminal-howto",
29+
"description":"Explore to use QPython's Terminal",
30+
"title":"Terminal howto",
31+
"downloads": "10,000+"
32+
},
33+
{
34+
"rdate":"2017-06-15",
35+
"link":"http://edu.qpython.org/qpython-quick-start/editor-howto.html",
36+
"smodule":"qpython-quick-start-editor-howto",
37+
"description":"Develop with QPython's editor ",
38+
"title":"Editor howto",
39+
"downloads": "10,000+"
40+
},
41+
{
42+
"rdate":"2017-06-15",
43+
"link":"http://edu.qpython.org/qpython-quick-start/qpypi-howto.html",
44+
"smodule":"qpython-quick-start-qpypi-howto",
45+
"description":"Install packages & programs on QPython",
46+
"title":"QPYPI howto",
47+
"downloads": "10,000+"
48+
},
49+
{
50+
"rdate":"2017-06-15",
51+
"link":"http://edu.qpython.org/qpython-quick-start/community-howto.html",
52+
"smodule":"qpython-quick-start-community-howto",
53+
"description":"Join a QPython community",
54+
"title":"Community howto",
55+
"downloads": "10,000+"
56+
}
57+
]
58+
},
59+
{
60+
"src":"http://qpython.org",
61+
"rdate":"2017-06-15",
62+
"author":"River",
63+
"link":"http://edu.qpython.org/qpython-webapp/index.html",
64+
"smodule":"qpython-webapp",
65+
"description":"Introduce how to develop QPython WebApp",
66+
"title":"QPython WebApp",
67+
"ver":"1.0.0",
68+
"downloads": "10,000+",
69+
"cat":"featured",
70+
"level": 2,
71+
"open": 1,
72+
"logo": "http://www.qpython.org/images/bestpython.png",
73+
"courses":[
74+
{
75+
"rdate":"2017-06-15",
76+
"link":"http://edu.qpython.org/qpython-webapp/principle.html",
77+
"smodule":"qpython-webapp-principle",
78+
"description":"Why QPython WebApp",
79+
"title":"QPython WebApp Principle",
80+
"ver":"1.0.0",
81+
"downloads": "10,000+"
82+
},
83+
{
84+
"link":"http://edu.qpython.org/qpython-webapp/your-first-webapp.html",
85+
"smodule":"qpython-webapp-your-first-webapp",
86+
"description":"How to develop your first WebApp",
87+
"title":"Your first WebApp",
88+
"ver":"1.0.0",
89+
"downloads": "10,000+"
90+
},
91+
{
92+
"link":"http://edu.qpython.org/qpython-webapp/advanced-parameters.html",
93+
"smodule":"qpython-webapp-advanced-parameters",
94+
"description":"Any other advanced parameters",
95+
"title":"Advanced parameters",
96+
"ver":"1.0.0",
97+
"downloads": "10,000+"
98+
},
99+
{
100+
"link":"http://edu.qpython.org/qpython-webapp/web-frameworks.html",
101+
"smodule":"qpython-webapp-web-frameworks",
102+
"description":"Develop WebApp with your familiar web framework",
103+
"title":"Web Frameworks on QPython",
104+
"ver":"1.0.0",
105+
"downloads": "10,000+"
106+
}
107+
]
108+
},
109+
{
110+
"src":"http://kivy.org",
111+
"rdate":"2017-06-15",
112+
"link":"http://edu.qpython.org/kivy-qpython/index.html",
113+
"smodule":"kivy-qpython",
114+
"description":"How to develop a GUI program with Kivy",
115+
"title":"Kivy on QPython",
116+
"ver":"1.0.0",
117+
"downloads": 500,
118+
"cat":"featured",
119+
"level": 3,
120+
"logo": "http://www.qpython.org/images/bestpython.png",
121+
"open": 0,
122+
"courses":[
123+
]
124+
},
125+
{
126+
"src":"http://qpython.org",
127+
"rdate":"2017-07-15",
128+
"link":"http://edu.qpython.org/qsl4a-develop/index.html",
129+
"smodule":"qsl4a-develop",
130+
"description":"How to do android development with QPython",
131+
"title":"QSL4A - Native Android APIs Library for QPython",
132+
"ver":"1.0.0",
133+
"downloads": 300,
134+
"cat":"featured",
135+
"level": 3,
136+
"logo": "http://www.qpython.org/images/bestpython.png",
137+
"open": 0,
138+
"courses":[
139+
]
140+
},
141+
{
142+
"src":"http://kivy.org",
143+
"rdate":"2017-08-15",
144+
"link":"http://edu.qpython.org/kivy-qpython/index.html",
145+
"smodule":"kivy-qpython",
146+
"description":"How to develop a GUI program with Kivy",
147+
"title":"Kivy on QPython",
148+
"ver":"1.0.0",
149+
"downloads": 500,
150+
"cat":"featured",
151+
"level": 3,
152+
"logo": "http://www.qpython.org/images/bestpython.png",
153+
"open": 0,
154+
"courses":[
155+
]
156+
},
157+
{
158+
"src":"http://qpython.org",
159+
"rdate":"2017-09-15",
160+
"link":"http://edu.qpython.org/data-analytics/index.html",
161+
"smodule":"data-analytics",
162+
"description":"How to do the data analytics with QPython",
163+
"title":"Data Analytics",
164+
"ver":"1.0.0",
165+
"downloads": 100,
166+
"cat":"featured",
167+
"level": 3,
168+
"logo": "http://www.qpython.org/images/bestpython.png",
169+
"open": 0,
170+
"courses":[
171+
]
172+
}
173+
]

docs/2x-libs.json

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
[
2+
{
3+
"src":"http://qpython.org",
4+
"rdate":"2017-06-15",
5+
"link":"http://io.qpython.org/2x/scripts/qedit4web.py",
6+
"smodule":"qedit4web.py",
7+
"description":"Qeditor web for qpython",
8+
"title":"Qedit web",
9+
"ver":"0.9.0",
10+
"downloads": 100,
11+
"cat":"script"
12+
},
13+
{
14+
"src":"http://qpython.org",
15+
"rdate":"2017-06-15",
16+
"link":"http://io.qpython.org/2x/scripts/pip4console.py",
17+
"smodule":"pip4console.py",
18+
"description":"Pip console script for qpython",
19+
"title":"Pip console script",
20+
"ver":"0.9.0",
21+
"downloads": 200,
22+
"cat":"script"
23+
},
24+
{
25+
"src":"http://qpython.org",
26+
"rdate":"2017-06-15",
27+
"link":"http://io.qpython.org/2x/scripts/djangoman.py",
28+
"smodule":"djangoman.py",
29+
"description":"Django manage tool for qpython",
30+
"title":"Django manage script",
31+
"ver":"0.9.0",
32+
"downloads": 200,
33+
"cat":"script"
34+
},
35+
{
36+
"src":"http://qpython.org",
37+
"rdate":"2017-06-15",
38+
"link":"http://io.qpython.org/2x/scripts/sqlmapman.py",
39+
"smodule":"sqlmapman.py",
40+
"description":"sqlmap tool for qpython",
41+
"title":"sqlmap tool for qpython",
42+
"ver":"0.9.0",
43+
"downloads": 100,
44+
"cat":"script"
45+
},
46+
{
47+
"src":"http://qpython.org",
48+
"rdate":"2017-06-15",
49+
"link":"http://io.qpython.org/2x/scripts/scapyman.py",
50+
"smodule":"scapyman.py",
51+
"description":"scapy tool for qpython",
52+
"title":"scapy tool for qpython",
53+
"ver":"0.9.0",
54+
"downloads": 102,
55+
"cat":"script"
56+
},
57+
{
58+
"src":"http://qpython.org",
59+
"rdate":"2017-06-15",
60+
"link":"http://io.qpython.org/2x/scripts/fabricman.py",
61+
"smodule":"fabricman.py",
62+
"description":"Fabric tool for qpython",
63+
"title":"Fabric tool for qpython",
64+
"ver":"0.9.0",
65+
"downloads": 202,
66+
"cat":"script"
67+
}
68+
]

docs/2x-qpypi.json

Lines changed: 124 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,124 @@
1+
[
2+
3+
{
4+
"src":"http://kivy.org",
5+
"rdate":"2017-06-01",
6+
"link":"http://qpypi.qpython.org:11000/simple",
7+
"smodule":"kivy-qpython",
8+
"description":"GUI solution which support multi-touch apps",
9+
"title":"Kivy",
10+
"ver":"1.10.0",
11+
"downloads": 13643,
12+
"cat":"qpypi"
13+
},
14+
{
15+
"src":"http://qpypi.qpython.org/pyshop/package/numpy-qpython",
16+
"rdate":"2017-06-01",
17+
"link":"http://qpypi.qpython.org:11000/simple",
18+
"smodule":"numpy-qpython",
19+
"description":"Fundamental scientific computing package",
20+
"title":"Numpy",
21+
"ver":"1.9.2",
22+
"downloads": 20229,
23+
"cat":"qpypi"
24+
},
25+
{
26+
"src":"http://qpypi.qpython.org/pyshop/package/paramiko-qpython",
27+
"rdate":"2017-06-01",
28+
"link":"http://qpypi.qpython.org:11000/simple",
29+
"smodule":"paramiko-qpython",
30+
"description":"A library for making SSH2 connections",
31+
"title":"Paramiko",
32+
"ver":"1.15.2",
33+
"downloads": 10229,
34+
"cat":"qpypi"
35+
},
36+
{
37+
"src":"http://qpypi.qpython.org/pyshop/package/PIL-qpython",
38+
"rdate":"2017-06-01",
39+
"link":"http://qpypi.qpython.org:11000/simple",
40+
"smodule":"PIL-qpython",
41+
"description":"Image processing library",
42+
"title":"PIL",
43+
"ver":"1.1.7",
44+
"downloads": 5229,
45+
"cat":"qpypi"
46+
},
47+
{
48+
"src":"http://qpypi.qpython.org/pyshop/package/tornado-qpython",
49+
"rdate":"2017-06-01",
50+
"link":"http://qpypi.qpython.org:11000/simple",
51+
"smodule":"tornado-qpython",
52+
"description":"An asynchronous networking web library",
53+
"title":"Tornado",
54+
"ver":"4.5.1",
55+
"downloads": 20229,
56+
"cat":"qpypi"
57+
},
58+
{
59+
"src":"http://qpypi.qpython.org/pyshop/package/mysql-connector-qpython",
60+
"rdate":"2017-06-01",
61+
"link":"http://qpypi.qpython.org:11000/simple",
62+
"smodule":"mysql-connector-qpython",
63+
"description":"MySQL driver written in pure Python",
64+
"title":"Mysql Connector",
65+
"ver":"1.15.2",
66+
"downloads": 10229,
67+
"cat":"qpypi"
68+
},
69+
{
70+
"src":"http://qpypi.qpython.org/pyshop/package/lxml-qpython",
71+
"rdate":"2017-06-01",
72+
"link":"http://qpypi.qpython.org:11000/simple",
73+
"smodule":"lxml-qpython",
74+
"description":"A Pythonic binding for the libxml2 and libxslt",
75+
"title":"lxml",
76+
"ver":"2.3.6",
77+
"downloads": 12229,
78+
"cat":"qpypi"
79+
},
80+
{
81+
"src":"http://qpypi.qpython.org/pyshop/package/protobuf-qpython",
82+
"rdate":"2017-06-01",
83+
"link":"http://qpypi.qpython.org:11000/simple",
84+
"smodule":"protobuf-qpython",
85+
"description":"Protocol Buffers are Google's data interchange format",
86+
"title":"Protobuf",
87+
"ver":"3.3.0",
88+
"downloads": 1009,
89+
"cat":"qpypi"
90+
},
91+
{
92+
"src":"http://qpypi.qpython.org/pyshop/package/opencv-qpython",
93+
"rdate":"2017-07-01",
94+
"link":"http://qpypi.qpython.org:11000/simple",
95+
"smodule":"opencv-qpython",
96+
"description":"OpenCV",
97+
"title":"OpenCV",
98+
"ver":"2.4.10",
99+
"downloads": 109,
100+
"cat":"qpypi"
101+
},
102+
{
103+
"src":"http://qpypi.qpython.org/pyshop/package/fabric-qpython",
104+
"rdate":"2017-07-26",
105+
"link":"http://qpypi.qpython.org:11000/simple",
106+
"smodule":"fabric-qpython",
107+
"description":"Pythonic tool for remote execution and deployment",
108+
"title":"Fabric",
109+
"ver":"1.13.2",
110+
"downloads": 209,
111+
"cat":"qpypi"
112+
},
113+
{
114+
"src":"http://qpypi.qpython.org/pyshop/package/google-api-qpython-client",
115+
"rdate":"2017-07-26",
116+
"link":"http://qpypi.qpython.org:11000/simple",
117+
"smodule":"google-api-qpython-client",
118+
"description":"The Google API Client for QPython",
119+
"title":"Google-api-qpython-client",
120+
"ver":"0.3.4",
121+
"downloads": 209,
122+
"cat":"qpypi"
123+
}
124+
]

0 commit comments

Comments
 (0)