-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·213 lines (143 loc) · 8.42 KB
/
index.html
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
<!DOCTYPE html>
<html>
<head>
<title>PythonQL: An Integrated Query Language for Python</title>
<meta charset="utf-8"/>
<meta name="description" content="PythonQL: An Integrated Query Language for Python"/>
<meta name="keywords" content="Python Query Language Data Databases"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/pages/css/normalize.css" type="text/css" media="all">
<link rel="stylesheet" href="/pages/css/jquery.fullPage.css">
<link rel="stylesheet" href="/pages/css/main-styles.css" type="text/css" media="all">
<script src="/pages/js/jquery-3.1.0.min.js"></script>
<!--[if lt IE 9]>
<script src="/pages/js/html5shiv-printshiv.min.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<script src="/pages/js/jquery.fullPage.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.1/jquery-ui.min.js"></script>
<script src="/pages/js/fullpage-apply.js"></script>
<script src="/pages/js/common.js"></script>
<script src="/pages/js/jQueryRotate.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-85752766-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<!-- fullpage -->
<div id="fullpage">
<!-- section 1 -->
<div id="section1" class="section">
<!-- HEADER -->
<header class="header">
<div class="m-w1400">
<div class="header-content m-cfix">
<!-- logo -->
<div class="logo">
<a href="/"><img src="/pages/img/misc/logo.png" alt="logo"></a>
</div>
<!-- logo end -->
<!-- menu -->
<nav class="main-nav m-cfix">
<a class="mobile-nav" href="javascript:;"><img src="/pages/img/icon/mobile_menu.png" alt="mobile_menu"></a>
<ul class="menu m-cfix">
<li>
<a href="/pages/team.html">PythonQL Team</a>
</li>
<li>
<a href="https://github.com/pythonql/pythonql">GitHub</a>
</li>
<li>
<a href="https://github.com/pythonql/pythonql/wiki/PythonQL-Intro-and-Tutorial">Documentation</a>
</li>
</ul>
</nav>
<!-- end menu -->
</div>
</div>
</header>
<!-- HEADER END -->
<!-- content-holder -->
<div class="content-holder m-w945">
<!-- main info -->
<div class="inner-wrapper">
<h1>PythonQL</h1>
<p>The easiest way to work with your data in Python!</p>
<p><br/></p>
<p>We've taken the best from the query languages such as SQL, XQuery and JSONiq and addded it all to Python. Now you can run powerful declarative queries right inside Python on top of databases, files or your own collections.</p>
<div class="btn-line m-cfix">
<a class="btn" href="/main.html"><span class="btn-inner">Try our DEMO</span></a>
<a class="btn" href="https://github.com/pavelvelikhov/pythonql"><span class="btn-inner">PythonQL <span class="m-small">on GitHub</span></span></a>
</div>
</div>
<!-- main info end -->
</div>
<!-- content-holder end -->
<a class="fullpage-nav" href="#section2"><img class="arrow" src="/pages/img/icon/arrow-down.png"></a>
</div>
<!-- section 1 end -->
<!-- section 2 -->
<div id="section2" class="section">
<!-- content-holder -->
<div class="content-holder m-w945">
<div class="inner-wrapper">
<h1>Description</h1>
<div class="descr-info">
<p>PythonQL allows you to use powerful queries against files, databases, XML and JSON data, Pandas DataFrames and any collections.<br/>Just run <b>pip install pythonql</b> (<b>pythonql3</b> for Python3) and you can start using a powerful query language right inside you Python code!</p>
<p>PythonQL won't break your existing code, you just need to mark PythonQL files with <br/><b>#coding: pythonql</b> and you're set to go.</p>
<p>Take advantage of a powerful query language that brings the best features from SQL, XQuery and JSONiq query languages.</p>
</div>
<div class="btn-line m-cfix">
<a class="btn" href="/main.html"><span class="btn-inner">Check out the demo</span></a>
</div>
</div>
</div>
<!-- content-holder end -->
<a class="fullpage-nav" href="#section3"><img class="arrow" src="/pages/img/icon/arrow-down.png"></a>
</div>
<!-- section 2 end -->
<!-- section 3 -->
<div id="section3" class="section">
<!-- content-holder -->
<div class="content-holder m-w945">
<div class="inner-wrapper">
<h1>Detailed Demonstration</h1>
<div class="demo-holder">
<div class="demo-image">
<img class="image-common" src="/pages/img/misc/section3-image.png">
<img class="image-1" src="/pages/img/misc/section3-image-4.png">
<img class="image-2" src="/pages/img/misc/section3-image-3.png">
<img class="image-3" src="/pages/img/misc/section3-image-2.png">
<img class="image-4" src="/pages/img/misc/section3-image-1.png">
</div>
<div class="btn-line m-cfix">
<a class="btn" href="/main.html"><span class="btn-inner">Try the DEMO</span></a>
</div>
</div>
</div>
</div>
<a class="fullpage-nav" href="#section1"><img class="arrow" src="/pages/img/icon/arrow-down.png"></a>
</div>
<!-- section 3 end -->
<!-- section 4 footer -->
<div class="section fp-auto-height footer-section">
<!-- FOOTER -->
<footer class="footer">
<div class="m-w1400">
<div class="footer-content m-cfix">
<p class="copyright">© PythonQL 2016</p>
</div>
</div>
</footer>
<!-- FOOTER END -->
</div>
<!-- section 4 footer end -->
</div>
<!-- fullpage end -->
</body>
</html>