-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpy-streamhtmlparser.html
More file actions
98 lines (98 loc) · 6.52 KB
/
py-streamhtmlparser.html
File metadata and controls
98 lines (98 loc) · 6.52 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="swiperproxy" http-equiv="default-style">
<meta content="self" http-equiv="Content-Security-Policy">
<meta content="IE=edge" http-equiv="X-UA-Compatible">
<meta name="author" content="Patrick Godschalk">
<meta name="description" content="A lightning-fast, open source web proxy that is easy for you to run and customize.">
<meta name="keywords" content="swiperproxy, swiper, proxy, web, python, http, https">
<meta name="creator" content="Patrick Godschalk">
<meta name="googlebot" content="index, follow">
<meta name="publisher" content="SwiperProxy">
<meta name="robots" content="index, follow">
<meta name="slurp" content="index, follow">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>py-streamhtmlparser | SwiperProxy</title>
<link type="text/plain" href="humans.txt" rel="author">
<link type="image/icon" href="favicon.ico" rel="icon" sizes="152x152">
<link type="text/css" href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link type="text/css" href="lib/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link id="swiperproxy" type="text/css" href="css/swiperproxy.min.css" rel="stylesheet">
</head>
<body>
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<a class="navbar-brand" href="index.html" hreflang="en" rel="index" title="SwiperProxy" type="text/html">SwiperProxy</a>
<button class="navbar-toggle collapsed" data-target="#navbar-main" data-toggle="collapse" type="button" aria-controls="navbar-main" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar" aria-hidden="true"></span>
<span class="icon-bar" aria-hidden="true"></span>
<span class="icon-bar" aria-hidden="true"></span>
</button>
</div>
<div class="collapse navbar-collapse" id="navbar-main">
<ul class="nav navbar-nav">
<li>
<a type="text/html" href="download.html" hreflang="en"><span class="glyphicon glyphicon-save" aria-hidden="true"></span> Download</a>
</li>
<li>
<a type="text/html" href="quickstart.html" hreflang="en"><span class="glyphicon glyphicon-file" aria-hidden="true"></span> Quick-start</a>
</li>
<li class="dropdown">
<a class="dropdown-toggle" id="documentation" data-toggle="dropdown" href="#"><span class="glyphicon glyphicon-book"></span> Documentation <span class="caret" aria-hidden="true"></span></a>
<ul class="dropdown-menu" aria-labelledby="documentation">
<li>
<a type="text/html" href="documentation/sysadmin.html" hreflang="en"><span class="glyphicon glyphicon-cog" aria-hidden="true"></span> For system administrators</a>
</li>
<li>
<a type="text/html" href="documentation/developer.html" hreflang="en"><span class="glyphicon glyphicon-wrench" aria-hidden="true"></span> For developers</a>
</li>
</ul>
</li>
<li>
<a type="text/html" href="https://github.com/SwiperProxy/swiperproxy" hreflang="en" rel="external" target="_blank"><span class="fa fa-github" aria-hidden="true"></span> Version control</a>
</li>
<li>
<a type="text/html" href="https://github.com/SwiperProxy/swiperproxy/issues" hreflang="en" rel="external" target="_blank"><span class="glyphicon glyphicon-align-left" aria-hidden="true"></span> Issue Tracker</a>
</li>
<li>
<a type="text/html" href="donate.html" hreflang="en" rel="author"><span class="glyphicon glyphicon-heart" aria-hidden="true"></span> Donate</a>
</li>
<li>
<a type="text/html" href="contact.html" hreflang="en" rel="author"><span class="glyphicon glyphicon-envelope" aria-hidden="true"></span> Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<main class="container">
<article>
<h1>py-streamhtmlparser</h1>
<hr>
<p>py-streamhtmlparser is a Cython-based wrapper for the <a type="text/html" href="https://github.com/google/streamhtmlparser/" hreflang="en" rel="external">streamhtmlparser</a> library. It is a core component of SwiperProxy and maintained by the same development team.</p>
<p>The wrapper itself is left as abstract as possible, and has been properly split off into a separate project, and thus can be used in other projects as desired.</p>
<hr>
<section>
<h2>Installation</h2>
<p>After compiling streamhtmlparser, clone the repository to streamhtmlparser/src/py-streamhtmlparser. From this location, various streamhtmlparser source files are referenced.</p>
<p>Run <kbd>git tag</kbd> and checkout the latest release, then use <kbd>make</kbd> to compile, and <kbd>make install</kbd> to install to <samp>/usr/local/lib</samp>.</p>
<p>This will install the wrapper to python's dist-packages. Keep in mind that local dist-packages are often not included in the Python path on various distributions.</p>
<p><a class="btn btn-default btn-sm" type="text/html" href="https://github.com/swiperproxy/py-streamhtmlparser" hreflang="en" rel="external" role="button" target="_blank">View source on GitHub <span class="fa fa-chevron-right" aria-hidden="true"></span></a></p>
</section>
</article>
</main>
<footer class="container">
<hr>
<p>
<a type="text/html" href="https://creativecommons.org/licenses/by/4.0/" hreflang="en" rel="external license" target="_blank"><img src="img/80x15.png" alt="CC-BY 4.0"></a> <small>The SwiperProxy website and SwiperProxy documentation is licensed under a <a type="text/html" href="https://creativecommons.org/licenses/by/4.0/" hreflang="en" rel="external license" target="_blank">Creative Commons Attribution 4.0 International License</a>.</small>
<br>
<img src="img/freesoftware.png" alt="Free Software"> <img src="img/opensource.png" alt="Open Source"> <a type="text/html" href="https://github.com/SwiperProxy/swiperproxy/blob/develop/doc/COPYING.md" hreflang="en" rel="external license" target="_blank"><img src="img/mitlicense.png" alt="MIT License"></a> <small>SwiperProxy is free and open source software available under the <a type="text/html" href="https://github.com/SwiperProxy/swiperproxy/blob/develop/doc/COPYING.md" hreflang="en" rel="external license" target="_blank"><abbr title="Massachusetts Institute of Technology">MIT</abbr> license</a>.</small>
</p>
</footer>
<script src="lib/jquery/jquery.min.js" type="text/javascript"></script>
<script src="lib/bootstrap/js/bootstrap.min.js" type="text/javascript"></script>
</body>
</html>